diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2012-06-28 21:56:27 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2012-06-28 21:56:27 +0200 |
commit | 24751473480c9b7291a864a74a132df4842892a9 (patch) | |
tree | 5722314e29713bcb62efe54ef8f7b7637ec5ce68 /debian/control | |
parent | d456b609572c9abd9f8ef30c0cbfe97c494a1a2a (diff) | |
download | vyos-strongswan-24751473480c9b7291a864a74a132df4842892a9.tar.gz vyos-strongswan-24751473480c9b7291a864a74a132df4842892a9.zip |
Update standards version and add dependency on adduser
* debian/control:
- update standards version to 3.9.3.
- add depend on adduser to strongswan-starter for use in maintainer
scripts.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 084c7bc34..3710c37f4 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: strongswan Section: net Priority: optional Maintainer: Rene Mayrhofer <rmayr@debian.org> -Standards-Version: 3.9.1 +Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/git/pkg-swn/strongswan.git Vcs-Git: git://anonscm.debian.org/pkg-swan/strongswan.git Build-Depends: debhelper (>= 7.1), libtool, libgmp3-dev, @@ -57,7 +57,7 @@ Description: strongSwan library and binaries - debugging symbols Package: strongswan-starter Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libstrongswan (= ${binary:Version}), strongswan-ikev1 | strongswan-ikev2 +Depends: ${shlibs:Depends}, ${misc:Depends}, libstrongswan (= ${binary:Version}), strongswan-ikev1 | strongswan-ikev2, adduser Conflicts: strongswan (<< 4.2.12-1) Description: strongSwan daemon starter and configuration file parser StrongSwan is an IPsec-based VPN solution for the Linux kernel. It uses the |