summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Gonzalez Iniesta <agi@inittab.org>2011-12-20 13:06:05 +0100
committerAlberto Gonzalez Iniesta <agi@inittab.org>2012-02-21 15:53:51 +0100
commit4605edcd91708c823a710a883533c5349d0eac81 (patch)
tree212ece9e447ed6a698f4438c1e8bb57559d9e9bf
parentcce5120ea81fcf7e65d484496a43ad1f61de831a (diff)
Imported Debian patch 2.2.1-3debian/2.2.1-3
-rw-r--r--debian/changelog9
-rwxr-xr-xdebian/rules2
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d1d3b2e..572fa90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+openvpn (2.2.1-3) unstable; urgency=low
+
+ * The iproute fiasco release.
+ * Remove --enable-iproute2 dependency since it's only available in Linux.
+ Write that in the changelog so I don't forget _again_ why iproute is not
+ set... (Closes: #652702)
+
+ -- Alberto Gonzalez Iniesta <agi@inittab.org> Tue, 20 Dec 2011 13:06:05 +0100
+
openvpn (2.2.1-2) unstable; urgency=low
* debian/rules: Force path to 'ip' command so that it's set correctly even
diff --git a/debian/rules b/debian/rules
index 0a19c71..38c3f68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ endif
config.status: $(QUILT_STAMPFN)
dh_testdir
# Add here commands to configure the package.
- ./configure --enable-iproute2 --enable-pthread --enable-password-save --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --with-ifconfig-path=/sbin/ifconfig --with-iproute-path=/bin/ip --with-route-path=$(ROUTE_PATH) CFLAGS='$(CFLAGS)'
+ ./configure --enable-pthread --enable-password-save --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --with-ifconfig-path=/sbin/ifconfig --with-route-path=$(ROUTE_PATH) CFLAGS='$(CFLAGS)'
build: build-stamp