diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2013-01-02 18:15:07 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2013-01-02 18:15:07 +0100 |
commit | d9ce790888bf6c3faab8929e80a9459fea532f76 (patch) | |
tree | 261c208216cc5f6cac8d974dadb6076f34591320 /debian | |
parent | 93ac5e171f26c161224a320063cb11be8e030faf (diff) | |
download | vyos-strongswan-d9ce790888bf6c3faab8929e80a9459fea532f76.tar.gz vyos-strongswan-d9ce790888bf6c3faab8929e80a9459fea532f76.zip |
fix -starter dependency on -ike
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index eeaf5b5d9..a430e116c 100644 --- a/debian/control +++ b/debian/control @@ -61,7 +61,7 @@ Description: strongSwan library and binaries - debugging symbols Package: strongswan-starter Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libstrongswan (= ${binary:Version}), strongswan, + libstrongswan (= ${binary:Version}), strongswan-ike, adduser Conflicts: strongswan (<< 4.2.12-1) Description: strongSwan daemon starter and configuration file parser |