[Pkg-sdl-commits] [sdl-net1.2] 02/03: Regenerate with dh_autoreconf without using upstream's autogen.sh

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Fri Dec 20 15:35:12 UTC 2013


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

mafm pushed a commit to branch master
in repository sdl-net1.2.

commit def84d1bb74c753e51a9801c49d8ffdec0516efd
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Fri Dec 20 15:14:33 2013 +0000

    Regenerate with dh_autoreconf without using upstream's autogen.sh
---
 debian/changelog | 1 +
 debian/rules     | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 88cc53c..ee1cb28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 sdl-net1.2 (1.2.8-4) UNRELEASED; urgency=medium
 
   * Bump Policy Standards-Version to 3.9.5 (no changes needed)
+  * Regenerate with dh_autoreconf without using upstream's autogen.sh
 
  -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Fri, 20 Dec 2013 15:07:05 +0000
 
diff --git a/debian/rules b/debian/rules
index a715672..98471cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,8 @@
 #export DH_VERBOSE=1
 
 
-export DEB_CFLAGS_MAINT_APPEND = -pipe -Wall
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined -Wl,-Bsymbolic -Wl,--as-needed
+export DEB_CFLAGS_MAINT_APPEND  := -pipe -Wall
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--no-undefined -Wl,-Bsymbolic -Wl,--as-needed
 
 
 # according to help: speeds up one-time build
@@ -17,7 +17,7 @@ confflags += --disable-gui
 	dh $@ --with autoreconf --parallel
 
 override_dh_autoreconf:
-	dh_autoreconf ./autogen.sh
+	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/sdl-net1.2.git



More information about the pkg-sdl-commits mailing list