Package: src:network-manager-openconnect
Version: 0.9.8.6-1
Tags: patch
Usertags: origin-ubuntu ubuntu-patch utopic

In Ubuntu, we've applied the attached patch to achieve the following:

   * debian/control, debian/rules:
     - Switch to dh-autoreconf to update libtool macros for ppc64el.

Because this is an automake-using package, dh-autoreconf can be viewed
as a superset of dh-autotools-dev, in that it still updates config.*
but also updates libtool and configure.  Please apply this patch, to
make life easier for new ports.

We thought you might be interested in doing the same.

diff -pruN -x '*~' network-manager-openconnect-0.9.8.6.orig/debian/control network-manager-openconnect-0.9.8.6/debian/control
--- network-manager-openconnect-0.9.8.6.orig/debian/control	2014-04-06 23:40:54.000000000 +0200
+++ network-manager-openconnect-0.9.8.6/debian/control	2014-06-01 10:19:35.848055702 +0200
@@ -2,7 +2,7 @@ Source: network-manager-openconnect
 Section: net
 Priority: optional
 Maintainer: Mike Miller <mtmil...@debian.org>
-Build-Depends: autotools-dev,
+Build-Depends: dh-autoreconf,
                debhelper (>= 7.0.50),
                dpkg-dev (>= 1.16.1),
                intltool,
diff -pruN -x '*~' network-manager-openconnect-0.9.8.6.orig/debian/rules network-manager-openconnect-0.9.8.6/debian/rules
--- network-manager-openconnect-0.9.8.6.orig/debian/rules	2014-04-06 22:35:20.000000000 +0200
+++ network-manager-openconnect-0.9.8.6/debian/rules	2014-06-01 10:20:11.868234313 +0200
@@ -4,7 +4,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

Reply via email to