[Pkg-swan-devel] [strongswan] 01/01: only use dh_missing --fail-missing when doing an architecture dependent packages.
Yves-Alexis Perez
corsac at moszumanska.debian.org
Sun Sep 3 18:31:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
corsac pushed a commit to branch master
in repository strongswan.
commit 4d2531e4e5a1c4aa11ffc7a51cea4ff1c2591694
Author: Yves-Alexis Perez <corsac at corsac.net>
Date: Sun Sep 3 19:24:23 2017 +0200
only use dh_missing --fail-missing when doing an architecture dependent
packages.
---
debian/changelog | 8 ++++++++
debian/rules | 5 ++++-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index e1681e3..fd5b14e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+strongswan (5.6.0-2) UNRELEASED; urgency=medium
+
+ * debian/rules:
+ - only use dh_missing --fail-missing when doing an architecture dependent
+ packages. closes: #874152
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 03 Sep 2017 16:52:07 +0200
+
strongswan (5.6.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/rules b/debian/rules
index 8075097..1104a0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -247,8 +247,11 @@ ifeq ($(DEB_BUILD_ARCH),amd64)
dh_auto_test
endif
-override_dh_missing:
+override_dh_missing-arch:
dh_missing --fail-missing
+override_dh_missing-indep:
+ dh_missing --list-missing
+
%:
dh $@ --parallel --with autoreconf,systemd
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-swan/strongswan.git
More information about the Pkg-swan-devel
mailing list