diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2012-06-28 22:13:23 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2012-06-28 22:13:23 +0200 |
commit | 211f04ef0e1a69f9ba21d52ed1d8e0b87bc68494 (patch) | |
tree | f9617397735005abeaf04dc912834229753352b7 /debian | |
parent | 015f560fe83322e212c67cbd3816f795fd6c91e7 (diff) | |
download | vyos-strongswan-211f04ef0e1a69f9ba21d52ed1d8e0b87bc68494.tar.gz vyos-strongswan-211f04ef0e1a69f9ba21d52ed1d8e0b87bc68494.zip |
Update to debhelper 9
* debian/control
- update debhelper build-dep to 9 and add dpkg-dev 1.16.2 build-dep for
hardening support.
* debian/compat bumped to 9.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 4dc486745..57bc1c18a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,9 @@ strongswan (4.6.4-0.1) UNRELEASED; urgency=low - update standards version to 3.9.3. - add depend on adduser to strongswan-starter for use in maintainer scripts. + - update debhelper build-dep to 9 and add dpkg-dev 1.16.2 build-dep for + hardening support. + * debian/compat bumped to 9. -- Yves-Alexis Perez <corsac@debian.org> Thu, 28 Jun 2012 21:17:38 +0200 diff --git a/debian/compat b/debian/compat index 7f8f011eb..ec635144f 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 3710c37f4..c46cc8e1d 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Rene Mayrhofer <rmayr@debian.org> 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, +Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.2), libtool, libgmp3-dev, libssl-dev (>= 0.9.8), libcurl4-openssl-dev | libcurl3-dev | libcurl2-dev, libldap2-dev, libpam0g-dev, libkrb5-dev, bison, flex, bzip2, po-debconf, hardening-wrapper, network-manager-dev, libfcgi-dev, clearsilver-dev, |