diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2013-10-17 21:19:14 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2013-10-17 21:55:20 +0200 |
commit | 813c38f9b3251a7f6922c03c4e9fd81124d620b6 (patch) | |
tree | 478033ec3515c0fd3cdc5d7ea7d18c2be9c96ee3 /debian | |
parent | 1c0ec79fda4c22ab45e9be897ebd0ba94e9be965 (diff) | |
download | vyos-strongswan-813c38f9b3251a7f6922c03c4e9fd81124d620b6.tar.gz vyos-strongswan-813c38f9b3251a7f6922c03c4e9fd81124d620b6.zip |
strongswan-ike: only depend on iproute on Linux arches.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 02c92292e..7f5ed71bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ strongswan (5.1.0-2) UNRELEASED; urgency=low - install error-notify binary and plugin. * debian/control: - update long description, thanks to Justin B Rye. closes: #725085 + - strongswan-ike: only depend on iproute on Linux arches. -- Yves-Alexis Perez <corsac@debian.org> Tue, 01 Oct 2013 09:35:37 +0200 diff --git a/debian/control b/debian/control index 7a39dc4cf..683fbd274 100644 --- a/debian/control +++ b/debian/control @@ -70,7 +70,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) |