diff -Nru libsdl2-mixer-2.0.0+dfsg1/debian/changelog libsdl2-mixer-2.0.0+dfsg1/debian/changelog --- libsdl2-mixer-2.0.0+dfsg1/debian/changelog 2013-10-19 15:30:38.000000000 +0000 +++ libsdl2-mixer-2.0.0+dfsg1/debian/changelog 2014-03-09 11:39:08.000000000 +0000 @@ -1,3 +1,13 @@ +libsdl2-mixer (2.0.0+dfsg1-3) unstable; urgency=low + + * Bump Policy Standards-Version to 3.9.5 (no changes needed) + * Do not call dh_autoreconf with autogen.sh as parameter, and use + instead other methods to force the update of ltmain.sh and + config.{sub,guess} files, needed when having new architectures such as + arm64 (Closes: #727435) + + -- Manuel A. Fernandez Montecelo Sun, 09 Mar 2014 11:24:29 +0000 + libsdl2-mixer (2.0.0+dfsg1-2) unstable; urgency=low * Issue extra -I/usr/include/libmodplug during compilation to avoid a diff -Nru libsdl2-mixer-2.0.0+dfsg1/debian/control libsdl2-mixer-2.0.0+dfsg1/debian/control --- libsdl2-mixer-2.0.0+dfsg1/debian/control 2013-10-18 21:04:25.000000000 +0000 +++ libsdl2-mixer-2.0.0+dfsg1/debian/control 2014-03-09 11:38:00.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian SDL packages maintainers Uploaders: Manuel A. Fernandez Montecelo -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Build-Depends: debhelper (>= 9~), dh-autoreconf, libflac-dev (>= 1.2.1), diff -Nru libsdl2-mixer-2.0.0+dfsg1/debian/rules libsdl2-mixer-2.0.0+dfsg1/debian/rules --- libsdl2-mixer-2.0.0+dfsg1/debian/rules 2013-10-19 14:51:50.000000000 +0000 +++ libsdl2-mixer-2.0.0+dfsg1/debian/rules 2014-03-09 11:23:44.000000000 +0000 @@ -50,7 +50,9 @@ dh $@ --with autoreconf --parallel override_dh_autoreconf: - AUTOMAKE="automake --foreign" dh_autoreconf --as-needed ./autogen.sh + # Needed to update all files to support new arches, including ltmain.sh + # and config.{sub,guess} + AUTOHEADER=true ACLOCAL="aclocal --force --install -I /usr/share/aclocal/ -I acinclude" LIBTOOLIZE="libtoolize -fi" dh_autoreconf --as-needed override_dh_auto_configure: dh_auto_configure -- $(confflags)