[Pkg-sdl-commits] [libsdl2-mixer] 01/02: Do not call dh_autoreconf with ./autogen.sh as parameter (Closes: #727435)

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Sun Mar 9 11:43:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

mafm pushed a commit to branch master
in repository libsdl2-mixer.

commit 5d06c6e182820fe269e49212df47c9a48058b749
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Tue Oct 29 17:14:45 2013 +0000

    Do not call dh_autoreconf with ./autogen.sh as parameter (Closes: #727435)
    
    Do not call dh_autoreconf with ./autogen.sh as parameter, to force
    using new config.{sub,guess} files, which important when having new
    architectures (Closes: #727435)
---
 debian/changelog | 9 +++++++++
 debian/rules     | 4 +++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 16a2f67..16e69a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libsdl2-mixer (2.0.0+dfsg1-3) UNRELEASED; urgency=low
+
+  * Do not call dh_autoreconf with ./autogen.sh as parameter, and use
+    instead other methods to force using new ltmain.sh and
+    config.{sub,guess} files, which important when having new
+    architectures (Closes: #727435)
+
+ -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Tue, 29 Oct 2013 17:07:52 +0000
+
 libsdl2-mixer (2.0.0+dfsg1-2) unstable; urgency=low
 
   * Issue extra -I/usr/include/libmodplug during compilation to avoid a
diff --git a/debian/rules b/debian/rules
index f5db182..0e9f679 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,9 @@ confflags += --enable-music-wave
 	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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2-mixer.git



More information about the pkg-sdl-commits mailing list