[Debian-ha-commits] [pcs] 08/14: d/rules: use debhelper version 10
Valentin Vidic
vvidic-guest at moszumanska.debian.org
Thu Jun 29 01:29:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
vvidic-guest pushed a commit to branch master
in repository pcs.
commit cd984d873d14444badbb50744f9c82bbeef0262a
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date: Thu Jun 29 01:19:00 2017 +0200
d/rules: use debhelper version 10
---
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 3 insertions(+), 3 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 af2c351..5eb1b44 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian HA Maintainers <debian-ha-maintainers at lists.alioth.debian.org
Uploaders: Richard B Winters <rik at mmogp.com>,
Christoph Berg <myon at debian.org>,
Valentin Vidic <Valentin.Vidic at CARNet.hr>
-Build-Depends: debhelper (>= 9.0.0),
+Build-Depends: debhelper (>= 10),
dh-python,
dh-systemd,
libpam0g-dev,
diff --git a/debian/rules b/debian/rules
index 7d663fa..c76307d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs
# main packaging script based on dh7 syntax
%:
- dh $@ --with python2,systemd
+ dh $@ --with python2
override_dh_missing:
dh_missing --fail-missing
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/pcs.git
More information about the Debian-HA-Commits
mailing list