diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 16bd49537..ce955072d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +strongswan (5.1.1-2) UNRELEASED; urgency=medium + + * debian/control: + - drop dependency on host, inherited from openSwan. closes: #736661 + + -- Yves-Alexis Perez <corsac@debian.org> Sun, 26 Jan 2014 10:33:42 +0100 + strongswan (5.1.1-1) unstable; urgency=low [ Yves-Alexis Perez ] 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) |