Code

control: Split "Depends:" into multiple lines.
[pkg-pnp4nagios.git] / debian / control
1 Source: pnp4nagios
2 Section: net
3 Priority: optional
4 Maintainer: Sven Velt <sven@velt.de>
5 Uploaders: Sebastian Harl <tokkee@debian.org>
6 Build-Depends: debhelper (>= 7), rrdtool, librrds-perl, quilt
7 Standards-Version: 3.8.0
8 Homepage: http://pnp4nagios.org
10 Package: pnp4nagios
11 Architecture: any
12 Depends: rrdtool, librrds-perl, libapache2-mod-php5 | php5, php5-gd,
13  libfpdi-php, libkohana-php,
14  libjs-jquery, libjs-jquery-ui,
15  adduser, ${shlibs:Depends}, ${misc:Depends}
16 Description: Nagios Addon to create graphs out of performance data
17  PNP is a tool that produces graphs from performance data from Nagios
18  plugins.
19  .
20  PNP stores the performance data from each service into Round Robin Databases,
21  this data can displayed as a graph using PHP within your Nagios Monitoring
22  Website.
23  .
24  PNP's goal is to be easily configured and it should work out of the box.