[Pkg-sdl-commits] [SCM] Packaging of SDL_ttf branch, master, updated. debian/2.0.9-1.1-24-gc5308a4

Manuel A. Fernandez Montecelo manuel.montezelo at gmail.com
Sat Mar 3 18:25:16 UTC 2012


The following commit has been merged in the master branch:
commit c5308a49988a9e5a965ca0e61ad6829401fb7a46
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Sat Mar 3 17:12:31 2012 +0000

    Use "dh_autoreconf --as-needed" in debian/rules
    
    Consequently, remove "-Wl,--as-needed" from DEB_LDFLAGS_MAINT_APPEND

diff --git a/debian/changelog b/debian/changelog
index 4231d8b..26ba236 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ sdl-ttf2.0 (2.0.11-2) unstable; urgency=low
   * Depend on debhelper>=9~
     - Remove lintian warning
       package-needs-versioned-debhelper-build-depends 9
+  * Add lintian override for the slightly different name libSDL-ttf-2.0-0
+  * Use "dh_autoreconf --as-needed" in debian/rules
   * Change debian/copyright format URI to
     http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
   * Added patch for "TTF_RenderGlyph_Shaded is broken" (Closes: #661987), thanks
@@ -11,7 +13,6 @@ sdl-ttf2.0 (2.0.11-2) unstable; urgency=low
   * Added patch for "Lack of error reporting for glyph rendering errors"
     (Closes: #405378), thanks Kevin Locke for the report and providing the the
     fix (accepted upstream already).
-  * Add lintian override for the slightly different name libSDL-ttf-2.0-0
 
  -- Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>  Sat, 03 Mar 2012 15:46:34 +0000
 
diff --git a/debian/rules b/debian/rules
index 3ab1079..fa31032 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,18 +4,14 @@
 
 
 export DEB_CFLAGS_MAINT_APPEND = -pipe -Wall
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined -Wl,--as-needed
-
-
-# according to help: speeds up one-time build
-confflags = --disable-dependency-tracking
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined
 
 
 %:
 	dh $@ --with autoreconf --parallel
 
 override_dh_autoreconf:
-	dh_autoreconf ./autogen.sh
+	dh_autoreconf --as-needed ./autogen.sh
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(confflags)

-- 
Packaging of SDL_ttf



More information about the pkg-sdl-commits mailing list