[SCM] BOINC packaging branch, sid, updated. debian/7.0.27+dfsg-5-4-gf244b10
Guo Yixuan
culu.gyx at gmail.com
Sun Sep 16 15:13:12 UTC 2012
The following commit has been merged in the sid branch:
commit f244b105239229ee18105dd0a44e4c248a58975f
Author: Guo Yixuan <culu.gyx at gmail.com>
Date: Fri Sep 14 22:32:03 2012 +0800
revert last commit: gcc 4.7 works while 4.6 needs the workaround
diff --git a/debian/changelog b/debian/changelog
index ef0e1bd..664af50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,9 +4,6 @@ boinc (7.0.27+dfsg-6) UNRELEASED; urgency=low
* debian/boinc-client.{init,default}: added parameters for
scheduling.
- [ Guo Yixuan ]
- * debian/rules: disable optimization for SETI to work.
-
-- 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 befa969..ad8849c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,9 @@
# 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
+# only for gcc 4.6, while 4.7 doesn't need this workaround
+# 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