summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Francoise <rfrancoise@debian.org>2014-04-15 19:34:32 +0200
committerRomain Francoise <rfrancoise@debian.org>2014-04-15 19:37:55 +0200
commitd03528230a53c943ad31c73e8e964ce17c5d95db (patch)
tree263b0618102baacf25b780e7cc4ccfa97f3261ca
parentdf40590dead5696facf9943f46e222a5e831286d (diff)
downloadvyos-strongswan-d03528230a53c943ad31c73e8e964ce17c5d95db.tar.gz
vyos-strongswan-d03528230a53c943ad31c73e8e964ce17c5d95db.zip
debian/control: depend on iproute2 | iproute (#744832)
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 79f2603a9..79ead5939 100644
--- a/debian/control
+++ b/debian/control
@@ -203,7 +203,8 @@ Package: strongswan-charon
Architecture: any
Pre-Depends: debconf | debconf-2.0
Depends: ${shlibs:Depends}, ${misc:Depends},
- libstrongswan (= ${binary:Version}), strongswan-starter, iproute [linux-any]
+ libstrongswan (= ${binary:Version}), strongswan-starter,
+ iproute2 [linux-any] | 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)