diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2012-06-28 20:58:31 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2012-06-28 20:58:31 +0200 |
commit | 08df23cfc859a553e599dc243b7e20ecd4c3c17d (patch) | |
tree | 1dad07496b2730f9928df066aac86a1dcefaaf6f /debian | |
parent | e012c3d88f8ae777916a62832b51bd06883e0c89 (diff) | |
download | vyos-strongswan-08df23cfc859a553e599dc243b7e20ecd4c3c17d.tar.gz vyos-strongswan-08df23cfc859a553e599dc243b7e20ecd4c3c17d.zip |
Import NMU 4.5.2-1.2
* Non-maintainer upload.
* Drop libopensc2-dev from Build-Depends; that library is now private to
opensc and is not required at build time as it's loaded by dlopen() anyway.
(Closes: #635890)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6214751b9..1c4486ccc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +strongswan (4.5.2-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Drop libopensc2-dev from Build-Depends; that library is now private to + opensc and is not required at build time as it's loaded by dlopen() anyway. + (Closes: #635890) + + -- Laurent Bigonville <bigon@debian.org> Thu, 08 Sep 2011 16:50:11 +0200 + strongswan (4.5.2-1.1) unstable; urgency=low * Non-maintainer upload. diff --git a/debian/control b/debian/control index 8d591e7f9..084c7bc34 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,7 @@ 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, libssl-dev (>= 0.9.8), libcurl4-openssl-dev | libcurl3-dev | libcurl2-dev, - libopensc2-dev | libopensc1-dev | libopensc0-dev, libldap2-dev, - libpam0g-dev, libkrb5-dev, bison, flex, bzip2, po-debconf, + libldap2-dev, libpam0g-dev, libkrb5-dev, bison, flex, bzip2, po-debconf, hardening-wrapper, network-manager-dev, libfcgi-dev, clearsilver-dev, libxml2-dev, libsqlite3-dev, network-manager-dev (>= 0.7), libnm-glib-vpn-dev (>= 0.7), libnm-util-dev (>= 0.7), |