diff -Nru esound-0.2.41/debian/changelog esound-0.2.41/debian/changelog --- esound-0.2.41/debian/changelog 2011-10-21 16:04:32.000000000 -0700 +++ esound-0.2.41/debian/changelog 2013-02-10 12:42:10.000000000 -0800 @@ -1,3 +1,10 @@ +esound (0.2.41-10+libtool) unreleased; urgency=low + + * Use dh-autoreconf to update libtool at build time, in order to fix a + build error on x32. + + -- Daniel Schepler Sun, 10 Feb 2013 12:42:03 -0800 + esound (0.2.41-10) unstable; urgency=low * Switch to dpkg source format 3.0 (quilt). diff -Nru esound-0.2.41/debian/control esound-0.2.41/debian/control --- esound-0.2.41/debian/control 2011-10-21 16:24:30.000000000 -0700 +++ esound-0.2.41/debian/control 2013-02-10 12:40:59.000000000 -0800 @@ -15,7 +15,8 @@ pkg-config, debhelper (>= 8.1.3~), cdbs (>= 0.4.93~), - gnome-pkg-tools (>= 0.7) + gnome-pkg-tools (>= 0.7), + dh-autoreconf Build-Depends-Indep: docbook-utils, docbook-xml diff -Nru esound-0.2.41/debian/rules esound-0.2.41/debian/rules --- esound-0.2.41/debian/rules 2011-10-21 15:48:49.000000000 -0700 +++ esound-0.2.41/debian/rules 2013-02-10 12:41:24.000000000 -0800 @@ -4,6 +4,7 @@ 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/clean-la.mk +include /usr/share/cdbs/1/rules/autoreconf.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk DEB_CONFIGURE_EXTRA_FLAGS += --enable-ipv6 --with-libwrap \