[Debian-ha-commits] [cluster-glue] 05/12: Update debhelper to v10

Valentin Vidic vvidic-guest at moszumanska.debian.org
Thu Aug 24 19:30:30 UTC 2017


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

vvidic-guest pushed a commit to branch master
in repository cluster-glue.

commit 33e2f2a986b3c4d435bc32bb1b1f6bd2fc94209b
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date:   Wed Aug 16 22:01:55 2017 +0200

    Update debhelper to v10
---
 debian/compat  | 2 +-
 debian/control | 4 +---
 debian/rules   | 3 ++-
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 982bb1c..3a0f554 100644
--- a/debian/control
+++ b/debian/control
@@ -4,15 +4,13 @@ Priority: optional
 Maintainer: Debian HA Maintainers <debian-ha-maintainers at lists.alioth.debian.org>
 Uploaders: Christoph Berg <myon at debian.org>,
  Richard B Winters <rik at mmogp.com>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
  asciidoc,
  autoconf,
  automake,
  bison,
  chrpath,
- dh-autoreconf,
  dh-python,
- dh-systemd,
  docbook-xsl,
  docbook-xml,
  flex,
diff --git a/debian/rules b/debian/rules
index bc61ee1..92847e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 # main packaging script based on dh7 syntax
 %:
-	dh $@ --with autoreconf,python2,systemd
+	dh $@ --with python2
 
 override_dh_autoreconf:
 	dh_autoreconf ./autogen.sh
@@ -32,6 +32,7 @@ ifeq (linux,$(DEB_HOST_ARCH_OS))
 override_dh_missing:
 	dh_missing --fail-missing
 endif
+
 override_dh_install:
 # we should probably use dh_install -X here, but it doesn't work
 ifeq (hurd,$(DEB_HOST_ARCH_OS))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/cluster-glue.git



More information about the Debian-HA-Commits mailing list