[SCM] BOINC packaging branch, master, updated. debian/7.0.27+dfsg-3-72-g2d98e0a

Guo Yixuan culu.gyx at gmail.com
Wed Aug 15 08:45:42 UTC 2012


The following commit has been merged in the master branch:
commit 2d98e0a07044dd0f69314c749eac9ae167bb5ce2
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Wed Aug 15 15:11:24 2012 +0800

    disable optimization for SETI to work
    
    note fortify won't work without -O1

diff --git a/debian/changelog b/debian/changelog
index 5c7c892..50f4f06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 boinc (7.0.33+dfsg-1) UNRELEASED; urgency=low
 
+  [ Steffen Moeller ]
   * New upstream version
   * Conditional builds of debian/control
 
+  [ Guo Yixuan ]
+  * debian/rules: disable optimization (-O2) for SETI to work.
+
  -- Steffen Moeller <moeller at debian.org>  Sat, 30 Jun 2012 21:59:59 +0200
 
 boinc (7.0.32+dfsg-1) UNRELEASED; urgency=low
diff --git a/debian/rules b/debian/rules
index 036bfc1..4d4deef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,11 @@
 # -Wformat -Werror=format-security will need many fixes to avoid ftbfs,
 # so it's disabled for now
 export DEB_BUILD_MAINT_OPTIONS = hardening=-format,+bindnow
+# disable optimization for SETI
+export DEB_CFLAGS_MAINT_STRIP = -O2
+export DEB_CXXFLAGS_MAINT_STRIP = -O2
 DPKG_EXPORT_BUILDFLAGS = 1
-#include /usr/share/dpkg/buildflags.mk
+include /usr/share/dpkg/buildflags.mk
 
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list