[Pkg-nagios-changes] [pkg-pnp4nagios] 10/12: Control, Lintian and Standards Cleanup

Markus Frosch lazyfrosch-guest at moszumanska.debian.org
Fri Apr 11 12:39:35 UTC 2014


This is an automated email from the git hooks/post-receive script.

lazyfrosch-guest pushed a commit to branch master
in repository pkg-pnp4nagios.

commit 913caf2fd7834efd004626346fbb31b305dc4f7b
Author: Markus Frosch <markus at lazyfrosch.de>
Date:   Thu Apr 10 15:24:58 2014 +0200

    Control, Lintian and Standards Cleanup
---
 debian/compat  |  2 +-
 debian/control | 64 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 42 insertions(+), 24 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 24293a2..5211c02 100644
--- a/debian/control
+++ b/debian/control
@@ -5,16 +5,25 @@ Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian
 Uploaders:
     Sebastian Harl <tokkee at debian.org>,
     Markus Frosch <markus at lazyfrosch.de>
-Build-Depends: autotools-dev, debhelper (>= 7), po-debconf, quilt,
- rrdtool, librrds-perl, node-uglify
-Standards-Version: 3.9.4
+Build-Depends:
+    autotools-dev,
+    debhelper (>= 8),
+    po-debconf,
+    quilt,
+    rrdtool,
+    librrds-perl,
+    node-uglify
+Standards-Version: 3.9.5
 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
+Vcs-Git: git://anonscm.debian.org/pkg-nagios/pkg-pnp4nagios.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-nagios/pkg-pnp4nagios.git
 
 Package: pnp4nagios
 Architecture: all
-Depends: pnp4nagios-bin, pnp4nagios-web, ${misc:Depends}
+Depends:
+    ${misc:Depends},
+    pnp4nagios-bin,
+    pnp4nagios-web,
 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
@@ -26,7 +35,11 @@ Description: Nagios addon to create graphs from performance data
 
 Package: pnp4nagios-bin
 Architecture: any
-Depends: librrds-perl, adduser, ${shlibs:Depends}, ${misc:Depends}
+Depends:
+    ${misc:Depends},
+    ${shlibs:Depends},
+    librrds-perl,
+    adduser
 Recommends: pnp4nagios-web, nagios3 | icinga
 Suggests: rrdtool, rrdcached, perl, libgearman-client-perl, libcrypt-rijndael-perl
 Description: Nagios addon to create graphs from performance data (binaries)
@@ -44,11 +57,12 @@ Description: Nagios addon to create graphs from performance data (binaries)
 
 Package: pnp4nagios-web-config-icinga
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
+Depends:
+    ${misc:Depends},
+    ${shlibs:Depends}
 Conflicts: pnp4nagios-web-config-nagios3
-Replaces: pnp4nagios-web
-Description: Nagios addon to create graphs from performance data (binaries)
+Replaces: pnp4nagios-web (<< 0.6.21)
+Description: Nagios addon to create graphs from performance data (Nagios3 config)
  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.
@@ -63,11 +77,12 @@ Description: Nagios addon to create graphs from performance data (binaries)
 
 Package: pnp4nagios-web-config-nagios3
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
+Depends:
+    ${misc:Depends},
+    ${shlibs:Depends}
 Conflicts: pnp4nagios-web-config-icinga
-Replaces: pnp4nagios-web
-Description: Nagios addon to create graphs from performance data (binaries)
+Replaces: pnp4nagios-web (<< 0.6.21)
+Description: Nagios addon to create graphs from performance data (Icinga config)
  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.
@@ -82,14 +97,17 @@ Description: Nagios addon to create graphs from performance data (binaries)
 
 Package: pnp4nagios-web
 Architecture: all
-Depends: libapache2-mod-php5 | php5-cgi | php5, php5-gd,
- libkohana2-php,
- libfpdi-php,
- libjs-jquery (>= 1.6.2), libjs-jquery-ui (>= 1.8.ooops.14),
- libjs-jquery-mobile,
- rrdtool,
- adduser,
- ${misc:Depends}
+Depends:
+    ${misc:Depends},
+    libapache2-mod-php5 | php5-cgi | php5,
+    php5-gd,
+    libkohana2-php,
+    libfpdi-php,
+    libjs-jquery (>= 1.6.2),
+    libjs-jquery-ui (>= 1.8.ooops.14),
+    libjs-jquery-mobile,
+    rrdtool,
+    adduser
 Recommends: pnp4nagios-bin
 Suggests: rrdcached
 Description: Nagios addon to create graphs from performance data (web interface)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-pnp4nagios.git



More information about the Pkg-nagios-changes mailing list