diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2013-06-05 16:41:33 +0200 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2013-06-05 16:41:33 +0200 |
commit | 089e87c0c39240d5d82126cbf366bd621cfae6d0 (patch) | |
tree | 3302e9f62e84f4aeeff87b5473aac5e0dbc0486f /debian | |
parent | 6d66f98a1e57a532659ce944ddb5a9867a1291c6 (diff) |
Fix FTBFS #711076debian/2.3.2-2
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5481ffd..a2b4aea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +openvpn (2.3.2-2) unstable; urgency=low + + * Add pkg-config to Build-Depends while waiting for libpkcs11-helper1-dev's + maintainter to decide if he includes pkg-config as a Depends. + Thanks Roland Stigge for finding out. (Closes: #711076) + + -- Alberto Gonzalez Iniesta <agi@inittab.org> Wed, 05 Jun 2013 16:39:27 +0200 + openvpn (2.3.2-1) unstable; urgency=low * New upstream version. diff --git a/debian/control b/debian/control index 42a99e2..fa20381 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, net-tools +Build-Depends: debhelper (>= 7.0.50~), libssl-dev (>> 0.9.8g-9), liblzo2-dev, libpam0g-dev, libpkcs11-helper1-dev, net-tools, pkg-config Standards-Version: 3.9.3 Homepage: http://www.openvpn.net/ |