[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-253-g11a2784

Steffen Moeller moeller at debian.org
Sun Jun 5 23:14:15 UTC 2011


The following commit has been merged in the master branch:
commit f19634532faff12f6d6016aedf8a062bd84fc216
Author: Steffen Moeller <moeller at debian.org>
Date:   Sun Jun 5 23:58:04 2011 +0200

    Not specifying 32bit platform to investigate effect.

diff --git a/debian/rules b/debian/rules
index 7b07104..25626be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,12 +41,14 @@ ifeq ($(DEB_HOST_GNU_TYPE), i486-linux-gnu)
 endif
 
 # Change BOINC platform x86_64-linux-gnu to x86_64-pc-linux-gnu.
-# The 32bit variants shall allow the execution of 32 bit 
-# executable in case the scientific application is no available
-# for the complete bit size.
+# Keeping the previous name temporarily.
+#!# The 32bit variants shall allow the execution of 32 bit 
+#!# executable in case the scientific application is no available
+#!# for the complete bit size.
 ifeq ($(DEB_HOST_GNU_TYPE), x86_64-linux-gnu)
   TYPE_FLAGS += --with-boinc-platform=x86_64-pc-linux-gnu
-  TYPE_FLAGS += --with-boinc-alt-platform=i686-pc-linux-gnu
+  #!#TYPE_FLAGS += --with-boinc-alt-platform=i686-pc-linux-gnu
+  TYPE_FLAGS += --with-boinc-alt-platform=x86_64-linux-gnu
 endif
 
 # Change BOINC platform i486-pc-kfreebsd-gnu to i686-pc-kfreebsd-gnu to be

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list