diff -Nru librcps-0.3/debian/changelog librcps-0.3/debian/changelog --- librcps-0.3/debian/changelog 2010-06-08 12:25:56.000000000 +0000 +++ librcps-0.3/debian/changelog 2014-03-06 00:41:06.000000000 +0000 @@ -1,3 +1,10 @@ +librcps (0.3-0ubuntu3) trusty; urgency=medium + + * Use dh-autoreconf to get new libtool macros for ppc64el and update + config.{sub,guess} for new arches. + + -- Logan Rosen Wed, 05 Mar 2014 19:40:40 -0500 + librcps (0.3-0ubuntu2) maverick; urgency=low * Add symbols file for librcps0 diff -Nru librcps-0.3/debian/control librcps-0.3/debian/control --- librcps-0.3/debian/control 2010-05-30 13:47:10.000000000 +0000 +++ librcps-0.3/debian/control 2014-03-06 00:40:39.000000000 +0000 @@ -2,7 +2,7 @@ Priority: extra Maintainer: Kubuntu Developers XSBC-Original-Maintainer: Jonathan Riddell -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, texlive-latex-base +Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, texlive-latex-base Standards-Version: 3.8.4 Section: libs Homepage: http://www.librcps.org/ diff -Nru librcps-0.3/debian/rules librcps-0.3/debian/rules --- librcps-0.3/debian/rules 2010-05-30 13:47:10.000000000 +0000 +++ librcps-0.3/debian/rules 2014-03-06 00:40:29.000000000 +0000 @@ -10,7 +10,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with autoreconf override_dh_auto_test: true