diff options
author | Romain Francoise <rfrancoise@debian.org> | 2014-04-15 19:34:32 +0200 |
---|---|---|
committer | Romain Francoise <rfrancoise@debian.org> | 2014-04-15 19:37:55 +0200 |
commit | d03528230a53c943ad31c73e8e964ce17c5d95db (patch) | |
tree | 263b0618102baacf25b780e7cc4ccfa97f3261ca /debian/control | |
parent | df40590dead5696facf9943f46e222a5e831286d (diff) | |
download | vyos-strongswan-d03528230a53c943ad31c73e8e964ce17c5d95db.tar.gz vyos-strongswan-d03528230a53c943ad31c73e8e964ce17c5d95db.zip |
debian/control: depend on iproute2 | iproute (#744832)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
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) |