[Pkg-sdl-commits] [libsdl2-net] 01/02: 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: #727436)

Manuel A. Fernandez Montecelo mafm at alioth.debian.org
Tue Oct 29 17:16:44 UTC 2013


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

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

commit 167130239936029644a054fb3c862492ef0e5b05
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Tue Oct 29 16:16:46 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: #727436)
---
 debian/changelog |    3 +++
 debian/rules     |    4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d251555..3e8ef8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 libsdl2-net (2.0.0+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: #727436)
 
  -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Fri, 18 Oct 2013 22:03:28 +0100
 
diff --git a/debian/rules b/debian/rules
index e9b05e6..28742fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,9 @@ confflags += --disable-gui
 	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-net.git



More information about the pkg-sdl-commits mailing list