diff -Nru libgnomecups-0.2.3/debian/changelog libgnomecups-0.2.3/debian/changelog --- libgnomecups-0.2.3/debian/changelog 2012-03-25 06:39:03.000000000 -0700 +++ libgnomecups-0.2.3/debian/changelog 2013-02-21 11:19:44.000000000 -0800 @@ -1,3 +1,10 @@ +libgnomecups (0.2.3-5+libtool) unreleased; urgency=low + + * Update libtool at build time using dh-autoreconf, in order to fix a + build failure on x32. + + -- Daniel Schepler Thu, 21 Feb 2013 11:19:35 -0800 + libgnomecups (0.2.3-5) unstable; urgency=low * debian/patches/27_glib-single-include.patch: Fix build failure with glib diff -Nru libgnomecups-0.2.3/debian/control libgnomecups-0.2.3/debian/control --- libgnomecups-0.2.3/debian/control 2012-03-25 06:40:24.000000000 -0700 +++ libgnomecups-0.2.3/debian/control 2013-02-21 11:26:59.000000000 -0800 @@ -10,6 +10,8 @@ cdbs (>= 0.4.41), gnome-pkg-tools, autotools-dev, + dh-autoreconf, + gnome-common, intltool, libglib2.0-dev (>= 2.4.1-2), libcups2-dev (>= 1.1.20final+rc1-4), diff -Nru libgnomecups-0.2.3/debian/control.in libgnomecups-0.2.3/debian/control.in --- libgnomecups-0.2.3/debian/control.in 2012-03-25 06:28:31.000000000 -0700 +++ libgnomecups-0.2.3/debian/control.in 2013-02-21 11:26:48.000000000 -0800 @@ -5,6 +5,8 @@ cdbs (>= 0.4.41), gnome-pkg-tools, autotools-dev, + dh-autoreconf, + gnome-common, intltool, libglib2.0-dev (>= 2.4.1-2), libcups2-dev (>= 1.1.20final+rc1-4), diff -Nru libgnomecups-0.2.3/debian/rules libgnomecups-0.2.3/debian/rules --- libgnomecups-0.2.3/debian/rules 2012-03-25 06:28:31.000000000 -0700 +++ libgnomecups-0.2.3/debian/rules 2013-02-21 11:18:52.000000000 -0800 @@ -2,6 +2,7 @@ # -*- mode: makefile; coding: utf-8 -*- include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk