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

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Sat Dec 21 18:12:10 UTC 2013


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

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

commit bdc9efb5dd46b6df7e3cd441e14b88eebcd63acd
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Sat Dec 21 16:36:24 2013 +0000

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

diff --git a/debian/changelog b/debian/changelog
index caf6c22..2f29f9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 sdl-mixer1.2 (1.2.12-10) 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>  Sat, 21 Dec 2013 16:30:40 +0000
 
diff --git a/debian/rules b/debian/rules
index 5437680..8ac61b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,10 @@
 
 #export DH_VERBOSE=1
 
-export DEB_CFLAGS_MAINT_APPEND = -pipe -Wall
+export DEB_CFLAGS_MAINT_APPEND   := -pipe -Wall
 # bug #715461, provide default soundfont paths
-export DEB_CPPFLAGS_MAINT_APPEND = -DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf2/TimGM6mb.sf2:/usr/share/sounds/sf2/FluidR3_GM.sf2\"
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined -Wl,-Bsymbolic -Wl,--as-needed
+export DEB_CPPFLAGS_MAINT_APPEND := -DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/sounds/sf2/TimGM6mb.sf2:/usr/share/sounds/sf2/FluidR3_GM.sf2\"
+export DEB_LDFLAGS_MAINT_APPEND  := -Wl,--no-undefined -Wl,-Bsymbolic -Wl,--as-needed
 
 
 # enable external music player
@@ -41,8 +41,12 @@ confflags += --disable-music-fluidsynth-shared
 %:
 	dh $@ --with autoreconf --parallel
 
+autoreconf:
+	autoreconf -f -i
+	cp -fav /usr/share/misc/config.guess /usr/share/misc/config.sub build-scripts/
+
 override_dh_autoreconf:
-	dh_autoreconf ./autogen.sh
+	AUTOMAKE="automake --foreign" dh_autoreconf --as-needed	debian/rules -- autoconf
 
 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-mixer1.2.git



More information about the pkg-sdl-commits mailing list