Hi, as discussed on IRC, this is the diff for the NMU I just uploaded.
Andi
diff -ur pangomm-2.34.0~/debian/changelog pangomm-2.34.0/debian/changelog --- pangomm-2.34.0~/debian/changelog 2013-06-27 01:45:35.000000000 +0000 +++ pangomm-2.34.0/debian/changelog 2014-08-28 18:22:59.279437001 +0000 @@ -1,3 +1,10 @@ +pangomm (2.34.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Use dh-autoreconf to fix FTBFS on ppc64el. Closes: #752179 + + -- Andreas Barth <[email protected]> Thu, 28 Aug 2014 18:22:55 +0000 + pangomm (2.34.0-1) unstable; urgency=low * New upstream release. diff -ur pangomm-2.34.0~/debian/control pangomm-2.34.0/debian/control --- pangomm-2.34.0~/debian/control 2013-06-27 01:48:57.000000000 +0000 +++ pangomm-2.34.0/debian/control 2014-08-28 18:23:12.883437001 +0000 @@ -12,7 +12,7 @@ Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/pangomm Build-Depends: cdbs (>= 0.4.51), debhelper (>= 9), - autotools-dev, + dh-autoreconf, gnome-pkg-tools (>= 0.11), libcairomm-1.0-dev (>= 1.2.2), libglibmm-2.4-dev (>= 2.36.0), diff -ur pangomm-2.34.0~/debian/control.in pangomm-2.34.0/debian/control.in --- pangomm-2.34.0~/debian/control.in 2013-06-27 01:38:08.000000000 +0000 +++ pangomm-2.34.0/debian/control.in 2014-08-28 18:18:48.739438224 +0000 @@ -7,7 +7,7 @@ Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/pangomm Build-Depends: cdbs (>= 0.4.51), debhelper (>= 9), - autotools-dev, + dh-autoreconf, gnome-pkg-tools (>= 0.11), libcairomm-1.0-dev (>= 1.2.2), libglibmm-2.4-dev (>= 2.36.0), diff -ur pangomm-2.34.0~/debian/rules pangomm-2.34.0/debian/rules --- pangomm-2.34.0~/debian/rules 2013-06-27 01:44:05.000000000 +0000 +++ pangomm-2.34.0/debian/rules 2014-08-28 18:18:48.739438224 +0000 @@ -2,6 +2,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

