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

Guo Yixuan culu.gyx at gmail.com
Sun Jun 24 12:30:16 UTC 2012


The following commit has been merged in the sid branch:
commit 2a3dda4ea08b2a2d61410adb7522305e29eed982
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Sun Jun 24 17:43:58 2012 +0800

    noopt is handle by dpkg-buildflags

diff --git a/debian/rules b/debian/rules
index 902fee3..ab6274b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -112,11 +112,6 @@ LDFLAGS += -Wl,-z,now
 # hurd needs the following
 LDFLAGS += -Wl,--no-add-needed
 
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-  DEB_OPT_FLAGS = -O0
-else
-  DEB_OPT_FLAGS = -O2
-endif
 
 ifneq (,$(findstring clang,$(DEB_BUILD_OPTIONS)))
   export CXX=clang

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list