[Pkg-sdl-commits] [libsdl2-ttf] 02/03: 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: #727437)

Manuel A. Fernandez Montecelo mafm at alioth.debian.org
Tue Oct 29 18:34:39 UTC 2013


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

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

commit fa0dfdb82641f4b651117f440ae98d957c9c1d19
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Tue Oct 29 17:58:19 2013 +0000

    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: #727437)
---
 debian/changelog |    3 +++
 debian/rules     |    4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a790351..6147518 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 libsdl2-ttf (2.0.12+dfsg1-2) UNRELEASED; urgency=low
 
   * Build-Depends on pkg-config
+  * 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: #727437)
 
  -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Fri, 18 Oct 2013 22:04:50 +0100
 
diff --git a/debian/rules b/debian/rules
index ced48f0..1eb8a8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,9 @@ SHLIBVER := 2.0.0
 	dh $@ --with autoreconf --parallel
 
 override_dh_autoreconf:
-	AUTOMAKE="automake --foreign" dh_autoreconf --as-needed ./autogen.sh
+        # do not call with ./autogen.sh as parameter, to force new
+        # config.{sub,guess}
+	AUTOMAKE="automake --foreign" 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-ttf.git



More information about the pkg-sdl-commits mailing list