From: Sebastian Harl Date: Thu, 24 Jan 2013 14:13:21 +0000 (+0100) Subject: control: Let pnp4nagios-bin suggest rrdtool. X-Git-Tag: v_0_6_19-1~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=025a993bf23d55f4d0736ce673a506ef9c7eda31;p=pkg-pnp4nagios.git control: Let pnp4nagios-bin suggest rrdtool. This is used by the rrd_convert helper script. Thanks to Christoph Anton Mitterer for suggesting this! cf. #684420 --- diff --git a/debian/changelog b/debian/changelog index 3856aed..911d15e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ pnp4nagios (0.6.19-1) UNRELEASED; urgency=low for easier installations when not using Apache; thanks to Matthias Wamser for reporting this (Closes: #671231). - Updated standards-version to 3.9.4 -- no changes. + - Let pnp4nagios-bin suggest rrdtool which is used by the rrd_convert + helper script; thanks to Christoph Anton Mitterer for suggesting this + (cf. #684420). * debian/patches: - fix-npcd-path updated for 0.6.19. * debian/rules: diff --git a/debian/control b/debian/control index 17d52aa..5836832 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Package: pnp4nagios-bin Architecture: any Depends: librrds-perl, adduser, ${shlibs:Depends}, ${misc:Depends} Recommends: pnp4nagios-web, nagios3 | icinga -Suggests: rrdcached, perl, libgearman-client-perl, libcrypt-rijndael-perl +Suggests: rrdtool, rrdcached, perl, libgearman-client-perl, libcrypt-rijndael-perl Description: Nagios addon to create graphs from performance data (binaries) PNP is a graphing tool for Nagios that analyzes performance data provided by plugins and stores them automatically into Round Robin Databases (RRD). It