diff -Nru libchipcard-5.0.3beta/debian/changelog libchipcard-5.0.3beta/debian/changelog --- libchipcard-5.0.3beta/debian/changelog 2013-05-25 22:21:22.000000000 +0000 +++ libchipcard-5.0.3beta/debian/changelog 2014-01-11 22:32:51.000000000 +0000 @@ -1,3 +1,11 @@ +libchipcard (5.0.3beta-4ubuntu1) trusty; urgency=medium + + * Use dh-autoreconf to get new libtool macros for ppc64el and update + config.{sub,guess} for new arches. + * Fix clean target in debian/rules. + + -- Logan Rosen Sat, 11 Jan 2014 17:30:55 -0500 + libchipcard (5.0.3beta-4) unstable; urgency=low * Package is compliant to Debian Policy 3.9.4 (no changes needed). diff -Nru libchipcard-5.0.3beta/debian/control libchipcard-5.0.3beta/debian/control --- libchipcard-5.0.3beta/debian/control 2013-05-25 22:11:50.000000000 +0000 +++ libchipcard-5.0.3beta/debian/control 2014-01-11 22:31:14.000000000 +0000 @@ -1,9 +1,10 @@ Source: libchipcard Section: libs Priority: optional -Maintainer: Micha Lenk +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Micha Lenk Build-Depends: debhelper (>= 7.0.50~), libgwenhywfar60-dev (>= 4), - gawk, libpcsclite-dev, zlib1g-dev + gawk, libpcsclite-dev, zlib1g-dev, dh-autoreconf Standards-Version: 3.9.4 Vcs-Browser: http://svn.debian.org/wsvn/aqbanking/libchipcard/trunk/ Vcs-Svn: svn://svn.debian.org/svn/aqbanking/libchipcard/trunk diff -Nru libchipcard-5.0.3beta/debian/rules libchipcard-5.0.3beta/debian/rules --- libchipcard-5.0.3beta/debian/rules 2013-05-25 22:14:23.000000000 +0000 +++ libchipcard-5.0.3beta/debian/rules 2014-01-11 22:31:56.000000000 +0000 @@ -5,9 +5,9 @@ # configure.ac checks for the basename of the called $CC binary. CC=gcc -clean: - dh clean +override_dh_clean: find $(CURDIR) -type l -exec rm -v \{\} \; + dh_clean override_dh_auto_configure: dh_auto_configure -- \ @@ -15,4 +15,4 @@ $(shell dpkg-buildflags --export=configure) %: - dh $@ + dh $@ --with autoreconf