summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control4
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 3601e4932..fd3b966f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+strongswan (4.6.4-8) UNRELEASED; urgency=low
+
+ * debian/control:
+ - strongswan-ikev{1,2}: only depends on iproute on Linux arches.
+ closes: #708686
+
+ -- Yves-Alexis Perez <corsac@debian.org> Fri, 17 May 2013 22:56:27 +0200
+
strongswan (4.6.4-7) unstable; urgency=high
* debian/patches:
diff --git a/debian/control b/debian/control
index 8751c213d..e0d5f2195 100644
--- a/debian/control
+++ b/debian/control
@@ -79,7 +79,7 @@ Architecture: linux-any
Pre-Depends: debconf | debconf-2.0
Depends: ${shlibs:Depends}, ${misc:Depends},
libstrongswan (= ${binary:Version}), strongswan-starter, bsdmainutils,
- debianutils (>=1.7), ipsec-tools, host, iproute
+ debianutils (>=1.7), ipsec-tools, host, iproute [linux-any]
Suggests: curl
Provides: ike-server
Conflicts: freeswan (<< 2.04-12), openswan, strongswan (<< 4.2.12-1)
@@ -99,7 +99,7 @@ Architecture: any
Pre-Depends: debconf | debconf-2.0
Depends: ${shlibs:Depends}, ${misc:Depends},
libstrongswan (= ${binary:Version}), strongswan-starter | strongswan-nm,
- bsdmainutils, debianutils (>=1.7), ipsec-tools, host, iproute
+ bsdmainutils, debianutils (>=1.7), ipsec-tools, host, iproute [linux-any]
Suggests: curl
Provides: ike-server
Conflicts: freeswan (<< 2.04-12), openswan, strongswan (<< 4.2.12-1)