[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-204-g9cb9f65
Steffen Moeller
moeller at debian.org
Tue Mar 29 14:55:32 UTC 2011
The following commit has been merged in the master branch:
commit 03441363665d183c9843f5f6a0c40c4d09733e9d
Author: Steffen Moeller <moeller at debian.org>
Date: Wed Mar 23 22:24:59 2011 +0100
Naming of platforms.
diff --git a/debian/rules b/debian/rules
index bc3ca39..99c8f68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,9 @@ endif
# because projects mostly provide applications for official BOINC platforms
# only. See http://boinc.berkeley.edu/trac/wiki/BoincPlatforms for the list
# of official BOINC platforms.
+#
+# The table of architectures known to dpkg-architecture are listed on
+# /usr/share/dpkg/archtable
# Change BOINC platform alpha-unknown-linux-gnu to alpha-hp-linux-gnu and
# declare alpha-unknown-linux-gnu as alternate platform, because some projects
@@ -43,6 +46,13 @@ ifeq ($(DEB_HOST_GNU_TYPE), i486-kfreebsd-gnu)
TYPE_FLAGS += --with-boinc-platform=i686-pc-kfreebsd-gnu
endif
+# Declare i686-pc-kfreebsd-gnu as alternate platform for
+# x86_64-pc-kfreebsd-gnu.
+ifeq ($(DEB_HOST_GNU_TYPE), x86_64-kfreebsd-gnu)
+ TYPE_FLAGS += --with-boinc-platform=x86_64-pc-kfreebsd-gnu
+ TYPE_FLAGS += --with-boinc-alt-platform=i686-pc-kfreebsd-gnu
+endif
+
# Change BOINC platform ia64-unknown-linux-gnu to ia64-linux-gnu.
ifeq ($(DEB_HOST_GNU_TYPE), ia64-linux-gnu)
TYPE_FLAGS += --with-boinc-platform=ia64-linux-gnu
@@ -65,12 +75,6 @@ ifeq ($(DEB_HOST_GNU_TYPE), sparc-linux-gnu)
TYPE_FLAGS += --with-boinc-platform=sparc-sun-linux-gnu
endif
-# Declare i686-pc-kfreebsd-gnu as alternate platform for
-# x86_64-pc-kfreebsd-gnu.
-ifeq ($(DEB_HOST_GNU_TYPE), x86_64-kfreebsd-gnu)
- TYPE_FLAGS += --with-boinc-alt-platform=i686-pc-kfreebsd-gnu
-endif
-
CFLAGS += -g -Wall
CXXFLAGS += -g -Wall
LDFLAGS += -Wl,--as-needed
--
BOINC packaging
More information about the pkg-boinc-commits
mailing list