[Debian-ha-commits] [sbd] 01/01: Update debhelper compatibility version to 10
Valentin Vidic
vvidic-guest at moszumanska.debian.org
Mon Jun 26 08:57:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
vvidic-guest pushed a commit to branch master
in repository sbd.
commit 6c2bfc414a0ea2cbfece5515546cedb0221bdfa3
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date: Mon Jun 26 10:53:33 2017 +0200
Update debhelper compatibility version to 10
---
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 5 ++++-
3 files changed, 6 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 f467c7a..b615df1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian HA Maintainers <debian-ha-maintainers at lists.alioth.debian.org>
Uploaders: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>,
Valentin Vidic <Valentin.Vidic at CARNet.hr>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
dh-autoreconf,
dh-exec,
dh-systemd,
diff --git a/debian/rules b/debian/rules
index 45e4100..e326e2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ export DEB_LDFLAGS_MAINT_APPEND+=-Wl,--as-needed
#include /usr/share/dpkg/buildflags.mk
%:
- dh $@ --with=autoreconf,systemd --fail-missing
+ dh $@
override_dh_auto_configure:
# We need to override the libdir, otherwise it will be installed
@@ -24,6 +24,9 @@ override_dh_auto_configure:
# able to find the external/sbd agent.
dh_auto_configure -- --libdir=/usr/lib
+override_dh_missing:
+ dh_missing --fail-missing
+
# sbd is started through corosync.
override_dh_systemd_start:
dh_systemd_start --no-start
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/sbd.git
More information about the Debian-HA-Commits
mailing list