diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2014-03-04 22:11:46 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2014-03-04 22:11:46 +0100 |
commit | 1421028c8584ab2d326d1a8b4956a92e3067c3e1 (patch) | |
tree | d31dc8b2ed5dcaf68aedf6e6bbd46a7711bdb873 | |
parent | a3443538062c7bf1aa8ba08689bfe0edc720002f (diff) | |
download | vyos-strongswan-1421028c8584ab2d326d1a8b4956a92e3067c3e1.tar.gz vyos-strongswan-1421028c8584ab2d326d1a8b4956a92e3067c3e1.zip |
actually put the iproute dependency at the correct place…
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 61482e928..d0efb0e17 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Homepage: http://www.strongswan.org Package: strongswan Architecture: all -Depends: ${misc:Depends}, strongswan-charon, strongswan-starter, iproute [linux-any] +Depends: ${misc:Depends}, strongswan-charon, strongswan-starter Description: IPsec VPN solution metapackage The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols. @@ -201,8 +201,8 @@ Description: strongSwan charon library Package: strongswan-charon Architecture: any Pre-Depends: debconf | debconf-2.0 -Depends: ${shlibs:Depends}, ${misc:Depends}, libstrongswan (= ${binary:Version}), - strongswan-starter +Depends: ${shlibs:Depends}, ${misc:Depends}, + libstrongswan (= ${binary:Version}), strongswan-starter, iproute [linux-any] Provides: ike-server Breaks: libstrongswan (<= 5.1.1-1), strongswan-ike (<= 5.1.1-1) Replaces: strongswan-ikev1, strongswan-ikev2, libstrongswan (<= 5.1.1-1), strongswan-ike (<= 5.1.1-1) |