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 /debian/control | |
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>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
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) |