[SCM] SETI at home packaging branch, master, updated. debian/6.12_svn1305-2-38-g82cb472

Steffen Moeller steffen_moeller at gmx.de
Wed Aug 15 12:43:19 UTC 2012


The following commit has been merged in the master branch:
commit fc0c529b2ccef0d0f895225bda1641cca3bf5a9b
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date:   Wed Aug 15 13:19:32 2012 +0200

    Prepare for r1385

diff --git a/debian/changelog b/debian/changelog
index 6f00740..606c9d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+boinc-app-seti (6.12~svn1385-1) unstable; urgency=low
+
+  * New upstream version
+  * Platform-specific optimisations back in
+  * Disabled AltiVec for PowerPC because of FTBFS otherwise
+
+ -- Steffen Moeller <moeller at debian.org>  Wed, 15 Aug 2012 13:18:56 +0200
+
 boinc-app-seti (6.12~svn1306-2) unstable; urgency=low
 
   * debian/rules: auto_clean improved.
diff --git a/debian/rules b/debian/rules
index a003c4c..b96af96 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,8 +44,6 @@ export LDFLAGS  := $(shell dpkg-buildflags --get LDFLAGS)
 # Append this to CFLAGS and CXXFLAGS.
 CFLAGS_APPEND += -O3
 CFLAGS_APPEND += -I/usr/include/boinc -I/usr/include/boinc/lib -I/usr/include/boinc/api
-# we want informative backtraces when things crash
-CFLAGS_APPEND += -g
 
 # Although all source file are C++, some handwritten rules in
 # client/Makefile.am seem to use CFLAGS only.
@@ -53,8 +51,8 @@ CFLAGS   += $(CFLAGS_APPEND)
 CXXFLAGS += $(CFLAGS_APPEND)
 
 
-SETIEXTRAFLAGS=
-
+# This is a shame, but there is yet no AltiVec for Linux PowerPC with SETI
+SETIEXTRAFLAGS= --disable-altivec
 
 ifeq ($(DEB_BUILD_GNU_CPU),x86_64)
   SETIEXTRAFLAGS += --enable-sse3
@@ -89,7 +87,7 @@ override_dh_auto_configure:
 	  --disable-graphics \
 	  --disable-server \
 	  --enable-dependency-tracking \
-	  --with-gnu-ld
+	  --with-gnu-ld $(SETIEXTRAFLAGS)
 
 override_dh_auto_clean:
 	if [ -r Makefile ]; then make clean; fi

-- 
SETI at home packaging



More information about the pkg-boinc-commits mailing list