diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2016-10-22 21:33:44 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2016-10-22 21:33:44 +0200 |
commit | 74a784331443fcc6d0afe075daecc046a420757a (patch) | |
tree | f329d09de27c61e012c3a1aff603c61256e93268 /debian/control | |
parent | 9b8b94ed47d9c1b4b6b96af02c2e1fb8051ae756 (diff) | |
download | vyos-strongswan-74a784331443fcc6d0afe075daecc046a420757a.tar.gz vyos-strongswan-74a784331443fcc6d0afe075daecc046a420757a.zip |
add dependency on lsb-base to strongswan-starter because the init script uses /lib/lsb/init-functions
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 5992f7b09..654263050 100644 --- a/debian/control +++ b/debian/control @@ -190,6 +190,7 @@ Package: strongswan-starter Architecture: any Depends: adduser, libstrongswan (= ${binary:Version}), + lsb-base (>= 3.0-6), ${misc:Depends}, ${shlibs:Depends} Recommends: strongswan-charon |