diff -Nru libgpewidget-0.117/debian/changelog libgpewidget-0.117/debian/changelog --- libgpewidget-0.117/debian/changelog 2012-03-24 13:24:05.000000000 -0700 +++ libgpewidget-0.117/debian/changelog 2013-03-07 13:31:43.000000000 -0800 @@ -1,3 +1,10 @@ +libgpewidget (0.117-6+libtool) unreleased; urgency=low + + * Update libtool at build time using dh-autoreconf, in order to fix a + build failure on x32. + + -- Daniel Schepler Thu, 07 Mar 2013 13:31:31 -0800 + libgpewidget (0.117-6) unstable; urgency=low * Patch gpehelp.c to include top level glib.h instead of individual diff -Nru libgpewidget-0.117/debian/control libgpewidget-0.117/debian/control --- libgpewidget-0.117/debian/control 2012-03-24 13:23:37.000000000 -0700 +++ libgpewidget-0.117/debian/control 2013-03-07 13:30:00.000000000 -0800 @@ -7,7 +7,7 @@ Philippe De Swert Build-Depends: debhelper (>> 9.0.0), docbook-xml, gtk-doc-tools, intltool, libcairo2-dev, libgtk2.0-dev, libx11-dev, libxrender-dev, - x11proto-core-dev + x11proto-core-dev, dh-autoreconf Standards-Version: 3.9.3 Homepage: http://www.kernelconcepts.de/~fuchs/gpe/doc/libgpewidget/ Vcs-SVN: svn://svn.debian.org/pkg-gpe/trunk/libgpewidget/trunk/ diff -Nru libgpewidget-0.117/debian/rules libgpewidget-0.117/debian/rules --- libgpewidget-0.117/debian/rules 2012-03-24 13:35:54.000000000 -0700 +++ libgpewidget-0.117/debian/rules 2013-03-07 13:30:37.000000000 -0800 @@ -21,6 +21,7 @@ configure: configure-stamp configure-stamp: dh_testdir + dh_autoreconf ./configure --enable-gtk-doc --prefix=/usr --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) $(CROSS) touch configure-stamp @@ -54,6 +55,7 @@ doc/tmpl/translabel.sgml doc/tmpl/tray.sgml \ doc/tmpl/colorrenderer.sgml doc/tmpl/gpedialog.sgml \ doc/tmpl/link-warning.sgml doc/tmpl/picturebutton.sgml doc/tmpl/windows.sgml + dh_autoreconf_clean dh_clean install: build