summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d3041c4cb..7c0dc5898 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@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 3edd62449..d0095fe0e 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)