Code

control: Set maintainer to Debian Nagios Maintainer Group.
[pkg-pnp4nagios.git] / debian / control
index ab07b896f9a5536e1b194d92c3089bf4cb1e3619..eddedc816ff04fbea24f62f0c9bc2c009e0db285 100644 (file)
@@ -1,21 +1,57 @@
 Source: pnp4nagios
 Section: net
 Priority: optional
-Maintainer: Sven Velt <sven@velt.de>
-Uploaders: Sebastian Harl <tokkee@debian.org>
-Build-Depends: debhelper (>= 7), rrdtool, librrds-perl, quilt
+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.1
 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
+Depends: pnp4nagios-bin, pnp4nagios-web, ${misc:Depends}
+Description: Nagios addon to create graphs from performance data
+ 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.
+ .
+ This is a metapackage depending on all parts of PNP4Nagios.
+
+Package: pnp4nagios-bin
 Architecture: any
-Depends: rrdtool, librrds-perl, libapache2-mod-php5 | php5, php5-gd,
- libfpdi-php, libkohana-php,
+Depends: librrds-perl, adduser, ${shlibs:Depends}, ${misc:Depends}
+Recommends: pnp4nagios-web, nagios3 | icinga
+Suggests: rrdcached
+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.
+ .
+ This package contains the NPCD-related binaries and process_perfdata.pl.
+
+Package: pnp4nagios-web
+Architecture: all
+Depends: libapache2-mod-php5 | php5, php5-gd,
+ libkohana2-php,
+ libfpdi-php,
  libjs-jquery, libjs-jquery-ui,
- adduser, ${shlibs:Depends}, ${misc:Depends}
-Description: Nagios addon to create graphs from performance data
+ rrdtool,
+ adduser,
+ ${misc:Depends}
+Recommends: pnp4nagios-bin
+Suggests: rrdcached
+Description: Nagios addon to create graphs from performance data (web interface)
  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.
+ .
+ This package contains the web-interface for PNP4Nagios.