[Pkg-swan-devel] [strongswan] 01/02: Make dh_install override arch-dependent
Yves-Alexis Perez
corsac at moszumanska.debian.org
Wed Nov 4 19:42:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
corsac pushed a commit to annotated tag v5.3.3-2
in repository strongswan.
commit 6b1b9b019548f2f3e43a8e61fb01f38c686d6d88
Author: Yves-Alexis Perez <corsac at debian.org>
Date: Wed Nov 4 13:45:49 2015 +0100
Make dh_install override arch-dependent
* debian/rules:
- make the dh_install override arch-dependent only since it only acts on
arch:any packages.
---
debian/changelog | 8 ++++++++
debian/rules | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d3041c4..7c0dc58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+strongswan (5.3.3-2) UNRELEASED; urgency=medium
+
+ * debian/rules:
+ - make the dh_install override arch-dependent only since it only acts on
+ arch:any packages, fix FTBFS on arch:all.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Wed, 04 Nov 2015 13:45:06 +0100
+
strongswan (5.3.3-1) unstable; urgency=medium
* debian/rules:
diff --git a/debian/rules b/debian/rules
index 3edd624..d0095fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,7 @@ override_dh_auto_clean:
debconf-updatepo
-override_dh_install:
+override_dh_install-arch:
# first special cases
ifeq ($(DEB_BUILD_ARCH_OS),linux)
--
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