diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-15 14:56:58 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-15 14:57:01 +0100 |
commit | 0111b468e526caf820e9b7e2cd6d099224ffec57 (patch) | |
tree | b1a55af5046353df9c0b860b72122a721bd74f03 /debian | |
parent | 1b1e6d1a560355674099384c5655ffbfe9e90cfb (diff) | |
download | sitesummary-0111b468e526caf820e9b7e2cd6d099224ffec57.tar.gz sitesummary-0111b468e526caf820e9b7e2cd6d099224ffec57.tar.bz2 sitesummary-0111b468e526caf820e9b7e2cd6d099224ffec57.tar.xz |
Add a depends to lsb-base (>= 3.0-6), thanks lintian.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5fc73ca..75b7d64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ sitesummary (0.1.23) UNRELEASED; urgency=medium * Recommend iproute2 instead of the obsolete iproute. (Closes: #824681) * Remove perl-modules from depends, ${perl:Depends} is enough. Thanks lintian. + * Add a depends to lsb-base (>= 3.0-6), thanks lintian. -- Wolfgang Schweer <wschweer@arcor.de> Mon, 14 Nov 2016 21:45:06 +0100 diff --git a/debian/control b/debian/control index b59a370..3ad529f 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Description: Generate site summary of submitting hosts (server part) Package: sitesummary-client Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, gnupg +Depends: ${misc:Depends}, ${perl:Depends}, lsb-base (>= 3.0-6), 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) |