diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2009-09-16 20:11:45 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2009-09-16 20:11:45 +0000 |
commit | cbb06a00cd2d3f4534042aaa3935275528101a93 (patch) | |
tree | 8bd7f6607a6e308c0e7120c0aaab719a1c371d94 | |
parent | 345ace572edaade2b58f07e7356f189d3a0cdd1e (diff) | |
download | sitesummary-cbb06a00cd2d3f4534042aaa3935275528101a93.tar.gz sitesummary-cbb06a00cd2d3f4534042aaa3935275528101a93.tar.bz2 sitesummary-cbb06a00cd2d3f4534042aaa3935275528101a93.tar.xz |
* Add missing perl-modules dependency for sitesummary. Thanks to
piuparts for discovering.
-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 |