diff -Nru fribidi-0.19.2/debian/changelog fribidi-0.19.2/debian/changelog --- fribidi-0.19.2/debian/changelog 2012-03-31 12:49:56.000000000 -0700 +++ fribidi-0.19.2/debian/changelog 2013-02-12 08:10:31.000000000 -0800 @@ -1,3 +1,10 @@ +fribidi (0.19.2-3+libtool) unreleased; urgency=low + + * Update libtool at build time using dh-autoreconf, in order to fix a + build error on x32. + + -- Daniel Schepler Tue, 12 Feb 2013 08:10:21 -0800 + fribidi (0.19.2-3) unstable; urgency=low * Split fribidi utility in a separate package (Closes: #665790) diff -Nru fribidi-0.19.2/debian/control fribidi-0.19.2/debian/control --- fribidi-0.19.2/debian/control 2012-03-31 12:49:56.000000000 -0700 +++ fribidi-0.19.2/debian/control 2013-02-12 08:09:17.000000000 -0800 @@ -7,7 +7,7 @@ Shachar Shemesh , أحمد المحمودي (Ahmed El-Mahmoudy) Standards-Version: 3.9.3 -Build-Depends: debhelper (>= 9~), pkg-config +Build-Depends: debhelper (>= 9~), pkg-config, dh-autoreconf Homepage: http://www.fribidi.org/ Vcs-Git: git://git.debian.org/git/collab-maint/fribidi.git Vcs-Browser: http://git.debian.org/?p=collab-maint/fribidi.git diff -Nru fribidi-0.19.2/debian/rules fribidi-0.19.2/debian/rules --- fribidi-0.19.2/debian/rules 2012-03-31 12:49:56.000000000 -0700 +++ fribidi-0.19.2/debian/rules 2013-02-12 08:09:33.000000000 -0800 @@ -12,7 +12,7 @@ endif %: - dh $@ + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- CFLAGS="${DEB_CFLAGS}"