diff -u speex-1.2~rc1/debian/rules speex-1.2~rc1/debian/rules --- speex-1.2~rc1/debian/rules +++ speex-1.2~rc1/debian/rules @@ -78,6 +78,7 @@ dh_testroot $(RM) *-stamp $(RM) -r $(all_objs) doc/{html,man,latex} + dh_autoreconf_clean dh_clean @@ -90,6 +91,7 @@ %/config.status: configure dh_testdir + dh_autoreconf mkdir -p $* cd $* && ../configure --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ diff -u speex-1.2~rc1/debian/control speex-1.2~rc1/debian/control --- speex-1.2~rc1/debian/control +++ speex-1.2~rc1/debian/control @@ -2,7 +2,7 @@ Section: sound Priority: optional Maintainer: Ron Lee -Build-Depends: debhelper (>= 8.1.3), libogg-dev, dpkg-dev (>= 1.13.19) +Build-Depends: debhelper (>= 8.1.3), libogg-dev, dpkg-dev (>= 1.13.19), dh-autoreconf, pkg-config Build-Depends-Indep: doxygen, graphviz Standards-Version: 3.9.3.1 Homepage: http://www.speex.org/ diff -u speex-1.2~rc1/debian/changelog speex-1.2~rc1/debian/changelog --- speex-1.2~rc1/debian/changelog +++ speex-1.2~rc1/debian/changelog @@ -1,3 +1,10 @@ +speex (1.2~rc1-7+libtool) unreleased; urgency=low + + * Use dh-autoreconf to update libtool at build time, in order to fix a + build error on x32. + + -- Daniel Schepler Sat, 02 Feb 2013 07:29:55 -0800 + speex (1.2~rc1-7) unstable; urgency=low * Minimal set of resampler RC fixes targeted for Wheezy.