[SCM] BOINC packaging branch, sid, updated. debian/7.0.27+dfsg-4-8-g15303e3

Guo Yixuan culu.gyx at gmail.com
Sun Jun 24 12:35:15 UTC 2012


The following commit has been merged in the sid branch:
commit f8a8ea8c701c87b976305ce644d6642275987a86
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Sun Jun 24 19:09:52 2012 +0800

    disable format hardening flags

diff --git a/debian/rules b/debian/rules
index 3778c97..d5a8930 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,9 @@
 #export CPP=/usr/lib/gcc-snapshot/bin/cpp
 
 # Set default flags with dpkg-buildflags
+# -Wformat -Werror=format-security will need many fixes to avoid ftbfs,
+# so it's disabled for now
+export DEB_BUILD_MAINT_OPTIONS = hardening=-format
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list