diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 9b0c4ff..5fc73ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ sitesummary (0.1.23) UNRELEASED; urgency=medium [ Holger Levsen ] * Recommend iproute2 instead of the obsolete iproute. (Closes: #824681) + * Remove perl-modules from depends, ${perl:Depends} is enough. Thanks + lintian. -- Wolfgang Schweer <wschweer@arcor.de> Mon, 14 Nov 2016 21:45:06 +0100 diff --git a/debian/control b/debian/control index 0698e6d..b59a370 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Vcs-Browser: http://anonscm.debian.org/cgit/debian-edu/upstream/sitesummary.git Package: sitesummary Architecture: all Pre-Depends: ${misc:Pre-Depends} -Depends: ${misc:Depends}, ${perl:Depends}, gnupg, net-tools, perl-modules +Depends: ${misc:Depends}, ${perl:Depends}, gnupg, net-tools Recommends: apache2 | httpd, sitesummary-client Suggests: munin, munin-node, nagios3, nagios-plugins-standard, ldap-utils, cups-client Description: Generate site summary of submitting hosts (server part) @@ -31,7 +31,7 @@ Description: Generate site summary of submitting hosts (server part) Package: sitesummary-client Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, gnupg, perl-modules +Depends: ${misc:Depends}, ${perl:Depends}, gnupg Recommends: cron, dmidecode, pciutils, usbutils, lsscsi, iproute2, hdparm Suggests: sitesummary, munin-node, nagios-nrpe-server, nagios-plugins-standard, cdpr Description: Generate site summary of submitting hosts (client part) |