diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e42ada3..a2e4844 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sitesummary (0.1.22) UNRELEASED; urgency=medium + + * Make sure to recommend hdparm, to have it available when running + the system collector. + + -- Petter Reinholdtsen <pere@debian.org> Mon, 16 May 2016 13:20:33 +0200 + sitesummary (0.1.21) unstable; urgency=medium [ Wolfgang Schweer ] diff --git a/debian/control b/debian/control index ae5ee2d..23975ef 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,7 @@ Description: Generate site summary of submitting hosts (server part) Package: sitesummary-client Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, gnupg, perl-modules -Recommends: cron, dmidecode, pciutils, usbutils, lsscsi, iproute +Recommends: cron, dmidecode, pciutils, usbutils, lsscsi, iproute, hdparm Suggests: sitesummary, munin-node, nagios-nrpe-server, nagios-plugins-standard, cdpr Description: Generate site summary of submitting hosts (client part) The sitesummary system makes it easier to keep track of a lot of |