diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2013-05-17 23:04:13 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2013-05-17 23:04:13 +0200 |
commit | 446ba31fdea68ac3c038495a2c59f9ada1427f81 (patch) | |
tree | b629d5d6060b2710ba450e59651773b5b090d834 /debian | |
parent | 7685d91210fdefb3515fdfbbfb420de510e89a94 (diff) | |
download | vyos-strongswan-446ba31fdea68ac3c038495a2c59f9ada1427f81.tar.gz vyos-strongswan-446ba31fdea68ac3c038495a2c59f9ada1427f81.zip |
strongswan-ikev{1,2}: only depends on iproute on Linux arches (#708686)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 4 |
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) |