[Pkg-sdl-commits] [sdl-ttf2.0] 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:53: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-ttf2.0.

commit 60967319dd0f102708947da96c7c189b21ecc7d1
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Fri Dec 20 15:44:46 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 d64f893..feb236e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ sdl-ttf2.0 (2.0.11-2.1) UNRELEASED; urgency=medium
   * Bump Policy Standards-Version to 3.9.5 (no changes needed)
   * Remove field "DM-Upload-Allowed: yes", obsolete
   * Change maintainer address to @debian.org
+  * Regenerate with dh_autoreconf without using upstream's autogen.sh
 
  -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Fri, 20 Dec 2013 15:40:03 +0000
 
diff --git a/debian/rules b/debian/rules
index fa31032..ca8d30b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,15 +3,15 @@
 #export DH_VERBOSE=1
 
 
-export DEB_CFLAGS_MAINT_APPEND = -pipe -Wall
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined
+export DEB_CFLAGS_MAINT_APPEND  := -pipe -Wall
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--no-undefined
 
 
 %:
 	dh $@ --with autoreconf --parallel
 
 override_dh_autoreconf:
-	dh_autoreconf --as-needed ./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-ttf2.0.git



More information about the pkg-sdl-commits mailing list