Package: acsccid
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch trusty

Hi,

The ppc64el port requires a patch to libtool.m4.  I don't think that's
in Debian yet, but when it is it will require autoreconfing a bunch of
packages to pick it up.  acsccid could handle this quite easily by using
dh-autoreconf rather than just autotools-dev; when libtool is in use (as
of course it is here), dh-autoreconf is a superset of autotools-dev, and
it seems to still build just fine if I do the following.

  * Convert to dh-autoreconf in order to update libtool.m4 for new ports.

diff --git a/debian/control b/debian/control
index a65dce0..b6e125f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
 Priority: extra
 Maintainer: Godfrey Chung <godfrey.ch...@acs.com.hk>
 Build-Depends:
- autotools-dev,
+ dh-autoreconf,
  debhelper (>= 9~),
  flex,
  libpcsclite-dev (>= 1.3.3~),
diff --git a/debian/rules b/debian/rules
index 15ad606..8b52f20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with autotools-dev --parallel
+	dh $@ --with autoreconf --parallel
 
 override_dh_auto_configure:
 	# Enable composite device as multi-slot reader.

Regards,

Dimitri.

Reply via email to