diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2013-05-21 12:33:20 +0200 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2013-05-21 12:33:20 +0200 |
commit | 31feacd9451b798cb0b29b42298eddaba3f697ee (patch) | |
tree | 477380607d4dd7fb8308f261ab9288f7d2f1efda /debian | |
parent | 6a41935a6f3998cd96b8e3500dc5bbdc67508c0f (diff) |
Fix FTBFS 709108
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c3b972a..2216963 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openvpn (2.3.1-2) unstable; urgency=low + + * Add net-tools to Build-Depends. (Closes: #709108) + + -- Alberto Gonzalez Iniesta <agi@inittab.org> Tue, 21 May 2013 12:31:39 +0200 + openvpn (2.3.1-1) unstable; urgency=low * New upstream version. Fixes use of non-constant-time memcmp in HMAC diff --git a/debian/control b/debian/control index e9ec85b..42a99e2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: openvpn Section: net Priority: optional Maintainer: Alberto Gonzalez Iniesta <agi@inittab.org> -Build-Depends: debhelper (>= 7.0.50~), libssl-dev (>> 0.9.8g-9), liblzo2-dev, libpam0g-dev, libpkcs11-helper1-dev +Build-Depends: debhelper (>= 7.0.50~), libssl-dev (>> 0.9.8g-9), liblzo2-dev, libpam0g-dev, libpkcs11-helper1-dev, net-tools Standards-Version: 3.9.3 Homepage: http://www.openvpn.net/ |