[Pkg-nagios-changes] [pkg-icinga2] 01/07: Support older debhelper for squeeze, no systemd

Markus Frosch lazyfrosch at moszumanska.debian.org
Tue Nov 10 14:58:06 UTC 2015


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

lazyfrosch pushed a commit to branch debmon-squeeze
in repository pkg-icinga2.

commit e1dd11b8bc7b79fbbf2187b4a47a24336257591f
Author: Markus Frosch <lazyfrosch at debian.org>
Date:   Tue Nov 10 14:23:08 2015 +0100

    Support older debhelper for squeeze, no systemd
---
 debian/compat  | 2 +-
 debian/control | 3 +--
 debian/rules   | 4 +---
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+8
diff --git a/debian/control b/debian/control
index cd50bee..0786fbc 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,7 @@ Uploaders: Markus Frosch <lazyfrosch at debian.org>,
            Alexander Wirt <formorer at debian.org>
 Build-Depends: bison,
                cmake (>= 2.8.7),
-               debhelper (>= 9),
-               dh-systemd (>= 1.5),
+               debhelper (>= 8),
                flex,
                g++ (>= 1.96),
                libboost-dev,
diff --git a/debian/rules b/debian/rules
index 822a5b3..59f493d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,8 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with systemd
+	dh $@
 
-override_dh_systemd_enable:
-	dh_systemd_enable --name=icinga2
 override_dh_auto_build:
 	dh_auto_build --parallel
 

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



More information about the Pkg-nagios-changes mailing list