diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-15 14:54:01 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-15 14:54:04 +0100 |
commit | 1b1e6d1a560355674099384c5655ffbfe9e90cfb (patch) | |
tree | 821a0bcc980fffc75faa41af1069011e098e3002 | |
parent | e4c9d2a5e3b811e48696225c0ef3826147e497ca (diff) | |
download | sitesummary-1b1e6d1a560355674099384c5655ffbfe9e90cfb.tar.gz sitesummary-1b1e6d1a560355674099384c5655ffbfe9e90cfb.tar.bz2 sitesummary-1b1e6d1a560355674099384c5655ffbfe9e90cfb.tar.xz |
Remove perl-modules from depends, ${perl:Depends} is enough. Thanks lintian.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-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) |