[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:13 UTC 2011


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

    Changing name of x86_64 platform according to upstream.

diff --git a/debian/changelog b/debian/changelog
index 1e0bd3a..bdeac44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+boinc (6.12.28+dfsg-6) unstable; urgency=low
+
+  * Change amd64 platform name to upstream's
+    x86_64-pc-linux-gnu from x86_64-linux-gnu.
+
+ -- Steffen Moeller <moeller at debian.org>  Sun, 05 Jun 2011 23:05:14 +0200
+
 boinc (6.12.28+dfsg-5) UNRELEASED; urgency=low
 
   * Drop build-dep on obsolete libxcb-atom (closes: #626669).  That code was
diff --git a/debian/rules b/debian/rules
index 01c595b..7b07104 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,15 @@ ifeq ($(DEB_HOST_GNU_TYPE), i486-linux-gnu)
   TYPE_FLAGS += --with-boinc-platform=i686-pc-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.
+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
+endif
+
 # Change BOINC platform i486-pc-kfreebsd-gnu to i686-pc-kfreebsd-gnu to be
 # consistent with the official BOINC platform i686-pc-linux-gnu.
 ifeq ($(DEB_HOST_GNU_TYPE), i486-kfreebsd-gnu)

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list