[Pkg-sdl-commits] [SCM] Debian packaging of SDL_Pango branch, master, updated. debian/0.1.2-5-7-g3b704c3

Felix Geyer debfx-pkg at fobos.de
Fri Feb 24 12:25:55 UTC 2012


The following commit has been merged in the master branch:
commit e5b1248870e88eb4e038e2fa539e53572a2566ae
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Thu Feb 23 17:23:00 2012 +0100

    Really append -Wl,--as-needed to LDFLAGS instead of overwriting the hardening flags.
    
    Thanks to Simon Ruderich for spotting this.

diff --git a/debian/changelog b/debian/changelog
index 1f7152d..28c1ad8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sdlpango (0.1.2-6) UNRELEASED; urgency=low
+
+  * Really append -Wl,--as-needed to LDFLAGS instead of overwriting the
+    hardening flags. Thanks to Simon Ruderich for spotting this.
+
+ -- Felix Geyer <debfx-pkg at fobos.de>  Thu, 23 Feb 2012 17:17:37 +0100
+
 sdlpango (0.1.2-5) unstable; urgency=low
 
   * Switch to source format 3.0 (quilt).
diff --git a/debian/rules b/debian/rules
index 738d210..a47894d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #! /usr/bin/make -f
 
-export DEB_LDFLAGS_MAINT_SET = -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh $@ --parallel --with autoreconf

-- 
Debian packaging of SDL_Pango



More information about the pkg-sdl-commits mailing list