diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 31f528ccb..830da32bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,10 @@ strongswan (4.6.4-0.1) UNRELEASED; urgency=low - drop all patches, they're all included upstream now. * debian/*.install: - drop destination path. + * debian/control: + - update standards version to 3.9.3. + - add depend on adduser to strongswan-starter for use in maintainer + scripts. -- Yves-Alexis Perez <corsac@debian.org> Thu, 28 Jun 2012 21:17:38 +0200 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 |