[SCM] BOINC packaging branch, master, updated. debian/7.0.27+dfsg-3-77-ga3fd1db
Guo Yixuan
culu.gyx at gmail.com
Fri Aug 17 12:36:28 UTC 2012
The following commit has been merged in the master branch:
commit 7386f053e56064dd34c334b38fb8d6118a89cfe6
Author: Guo Yixuan <culu.gyx at gmail.com>
Date: Fri Aug 17 11:53:06 2012 +0800
use -O2 in lib/ is OK.
diff --git a/debian/changelog b/debian/changelog
index cd28115..f7746b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ boinc (7.0.33+dfsg-1) UNRELEASED; urgency=low
* Conditional builds of debian/control
[ Guo Yixuan ]
- * debian/rules: disable optimization in api/ and lib/, for SETI to work.
+ * debian/rules: disable optimization in api/, for SETI to work.
-- Steffen Moeller <moeller at debian.org> Sat, 30 Jun 2012 21:59:59 +0200
diff --git a/debian/rules b/debian/rules
index 5579b31..37f8cfe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -215,9 +215,8 @@ override_dh_auto_build: update-boinc-applinks.1
@echo "**** Making ****"
@echo "**** *****"
@echo
- # disable optimization in api/ and lib/, for SETI to work
+ # disable optimization in api/, for SETI to work
$(MAKE) -C api CFLAGS="$(CFLAGS_noopt)" CXXFLAGS="$(CXXFLAGS_noopt)"
- $(MAKE) -C lib CFLAGS="$(CFLAGS_noopt)" CXXFLAGS="$(CXXFLAGS_noopt)"
$(MAKE)
# Generate binary message catalogs of the BOINC Manager.
--
BOINC packaging
More information about the pkg-boinc-commits
mailing list