diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f82e365..e2deda5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ sitesummary (0.0.50) UNRELEASED; urgency=low * Change build rules to make sure update-rc.d arguments matches the LSB header. + * Add missing perl-modules dependency for sitesummary. Thanks to + piuparts for discovering. -- Petter Reinholdtsen <pere@debian.org> Tue, 1 Sep 2009 23:15:52 +0200 diff --git a/debian/control b/debian/control index 205cbe2..4a0c23f 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.8.0 Package: sitesummary Architecture: all -Depends: ${misc:Depends}, gnupg, net-tools +Depends: ${misc:Depends}, gnupg, net-tools, perl-modules Recommends: apache2-mpm-worker | httpd, sitesummary-client Description: Generate site summary of submitting hosts (server part) The sitesummary system makes it easier to keep track of a lot of |