diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2014-01-26 10:34:37 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2014-01-26 10:34:37 +0100 |
commit | 7d5aa4c236cb2518002e3119ca59d7ab7bda4e17 (patch) | |
tree | 5ce7fcf56ce57e762dc4d4244aae8d302847c874 /debian/control | |
parent | 42d8bf31f40dbb1a381f772cca2a0f6325744304 (diff) | |
download | vyos-strongswan-7d5aa4c236cb2518002e3119ca59d7ab7bda4e17.tar.gz vyos-strongswan-7d5aa4c236cb2518002e3119ca59d7ab7bda4e17.zip |
Drop dep on host package
* debian/control:
- drop dependency on host, inherited from openSwan. closes: #736661
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 33d5d81e8..af9b60ca8 100644 --- a/debian/control +++ b/debian/control @@ -71,7 +71,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 [linux-any] + bsdmainutils, debianutils (>=1.7), ipsec-tools, iproute [linux-any] Suggests: curl Provides: ike-server Conflicts: freeswan (<< 2.04-12), openswan, strongswan (<< 4.2.12-1) |