[SCM] BOINC packaging branch, sid, updated. debian/7.0.27+dfsg-5-3-gad5c6ca

Guo Yixuan culu.gyx at gmail.com
Wed Aug 15 08:43:59 UTC 2012


The following commit has been merged in the sid branch:
commit ad5c6ca746cd53ea370dcb1dd05c77c8270c8468
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Mon Aug 13 10:30:04 2012 +0800

    disable optimization for SETI to work

diff --git a/debian/changelog b/debian/changelog
index 2cce627..ef0e1bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 boinc (7.0.27+dfsg-6) UNRELEASED; urgency=low
 
+  [ Steffen Moeller ]
   * debian/boinc-client.{init,default}: added parameters for
-    scheduling. (Steffen)
+    scheduling.
+
+  [ Guo Yixuan ]
+  * debian/rules: disable optimization for SETI to work.
 
- -- Guo Yixuan <culu.gyx at gmail.com>  Sat, 30 Jun 2012 20:06:52 +0200
+ -- Guo Yixuan <culu.gyx at gmail.com>  Mon, 13 Aug 2012 12:30:51 +0800
 
 boinc (7.0.27+dfsg-5) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 7b9580c..befa969 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,9 @@
 # -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
 

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list