diff -Nru libmwaw-0.1.11/debian/changelog libmwaw-0.1.11/debian/changelog --- libmwaw-0.1.11/debian/changelog 2013-10-08 17:50:22.000000000 +0000 +++ libmwaw-0.1.11/debian/changelog 2014-01-08 07:53:42.000000000 +0000 @@ -1,3 +1,9 @@ +libmwaw (0.1.11-1ubuntu1) trusty; urgency=medium + + * Use dh-autoreconf to get new libtool macros for ppc64el. + + -- Logan Rosen Wed, 08 Jan 2014 02:53:22 -0500 + libmwaw (0.1.11-1) unstable; urgency=low * New upstream release diff -Nru libmwaw-0.1.11/debian/control libmwaw-0.1.11/debian/control --- libmwaw-0.1.11/debian/control 2013-10-08 17:49:35.000000000 +0000 +++ libmwaw-0.1.11/debian/control 2014-01-08 07:53:44.000000000 +0000 @@ -1,7 +1,8 @@ Source: libmwaw Priority: optional -Maintainer: Rene Engelhard -Build-Depends: autotools-dev, +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Rene Engelhard +Build-Depends: dh-autoreconf, debhelper (>= 9), doxygen, libboost-dev, diff -Nru libmwaw-0.1.11/debian/rules libmwaw-0.1.11/debian/rules --- libmwaw-0.1.11/debian/rules 2013-03-08 12:52:21.000000000 +0000 +++ libmwaw-0.1.11/debian/rules 2014-01-08 07:53:12.000000000 +0000 @@ -4,7 +4,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --disable-werror --docdir=/usr/share/doc/libmwaw-doc --libdir=/usr/lib \