diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a328ccc..c27c2dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,8 @@ sitesummary (0.0.59) UNRELEASED; urgency=low type, to avoid checking users usb disks on a thin client server. * Add three Nagios checks to detect bugs in /etc/resolv.conf, /etc/hosts and a shutdown in progress. + * Reduce cdpr to suggests, as should only be installed on system + connected to Cisco switches. -- Petter Reinholdtsen <pere@debian.org> Tue, 26 Jan 2010 08:56:53 +0100 diff --git a/debian/control b/debian/control index a035611..b5bce08 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,8 @@ Description: Generate site summary of submitting hosts (server part) Package: sitesummary-client Architecture: all Depends: ${misc:Depends}, gnupg, perl-modules -Recommends: cron, dmidecode, pciutils, usbutils, lsscsi, cdpr +Recommends: cron, dmidecode, pciutils, usbutils, lsscsi +Suggests: cdpr Suggests: sitesummary, munin-node, nagios-nrpe-server, nagios-plugins-standard Description: Generate site summary of submitting hosts (client part) The sitesummary system makes it easier to keep track of a lot of |