The following commit has been merged in the master branch:
commit 5bd501da50ea994f5ff9ec493660f5754f5d319d
Author: Martin Erik Werner <[email protected]>
Date:   Fri Apr 27 02:55:37 2012 +0200

    Enable hardening in a backwards-compatible way

diff --git a/debian/rules b/debian/rules
index 4081d59..bc0565f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,12 @@
 #!/usr/bin/make -f
 
+# Compatible with Ubuntu 11.10
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
+CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
+CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
+LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+
 %:
        dh $@ --with autotools_dev --parallel
 

-- 
Packaging for lierolibre

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to