Code

changelog: Updated to 0.6.16-1.
[pkg-pnp4nagios.git] / debian / control
index 2967297e64e8d0c01f954a94f227c6edcf184c01..cf9c0a408b0dcb6e88aca2f45fd83c0e15bb752d 100644 (file)
@@ -1,11 +1,14 @@
 Source: pnp4nagios
 Section: net
 Priority: optional
-Maintainer: Sven Velt <sven@velt.de>
-Uploaders: Sebastian Harl <tokkee@debian.org>
-Build-Depends: autotools-dev, debhelper (>= 7), rrdtool, librrds-perl, quilt
-Standards-Version: 3.9.1
+Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
+Uploaders: Sebastian Harl <tokkee@debian.org>, Sven Velt <sven@velt.de>
+Build-Depends: autotools-dev, debhelper (>= 7), po-debconf, quilt,
+ rrdtool, librrds-perl
+Standards-Version: 3.9.2
 Homepage: http://www.pnp4nagios.org/
+Vcs-Git: git://git.debian.org/pkg-nagios/pkg-pnp4nagios.git
+Vcs-Browser: http://git.debian.org/?p=pkg-nagios/pkg-pnp4nagios.git
 
 Package: pnp4nagios
 Architecture: all
@@ -23,13 +26,17 @@ Package: pnp4nagios-bin
 Architecture: any
 Depends: librrds-perl, adduser, ${shlibs:Depends}, ${misc:Depends}
 Recommends: pnp4nagios-web, nagios3 | icinga
-Suggests: rrdcached
+Suggests: 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
  fully integrates itself into the Nagios Monitoring Website.
  .
- PNP's goal is to be easily configurable and maintainable.
+ PNP's goal is to be easily configurable and maintainable. It supports several
+ modes of operation. When using the Gearman mode, some additional Perl modules
+ are required: Gearman::Worker, MIME::Base64, and Crypt::Rijndael which are
+ available in the libgearman-client-perl, perl, and libcrypt-rijndael-perl
+ packages.
  .
  This package contains the NPCD-related binaries and process_perfdata.pl.