diff -Nru connman-1.15/debian/changelog connman-1.15/debian/changelog --- connman-1.15/debian/changelog 2013-06-10 05:07:55.000000000 +0000 +++ connman-1.15/debian/changelog 2014-01-19 04:44:00.000000000 +0000 @@ -1,3 +1,9 @@ +connman (1.15-0ubuntu3) trusty; urgency=medium + + * Use dh-autoreconf to get new libtool macros for ppc64el. + + -- Logan Rosen Sat, 18 Jan 2014 23:43:47 -0500 + connman (1.15-0ubuntu2) saucy; urgency=low * Adding 02-test-pbkdf2-sha1-maximum-salt-len-should-be-32-instead.patch: diff -Nru connman-1.15/debian/control connman-1.15/debian/control --- connman-1.15/debian/control 2013-01-19 00:42:01.000000000 +0000 +++ connman-1.15/debian/control 2014-01-19 04:43:46.000000000 +0000 @@ -14,7 +14,8 @@ libreadline-dev, iptables-dev, wpasupplicant, - libbluetooth-dev + libbluetooth-dev, + dh-autoreconf Standards-Version: 3.9.3 Vcs-Bzr: https://code.launchpad.net/~connman-maintainers/connman/debian Vcs-Browser: https://code.launchpad.net/~connman-maintainers/connman/debian diff -Nru connman-1.15/debian/rules connman-1.15/debian/rules --- connman-1.15/debian/rules 2013-01-18 22:00:14.000000000 +0000 +++ connman-1.15/debian/rules 2014-01-19 04:43:37.000000000 +0000 @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 %: - dh $@ --parallel + dh $@ --parallel --with autoreconf override_dh_auto_configure: dh_auto_configure \