r815 - in /trunk/boinc/debian: changelog rules

fst at users.alioth.debian.org fst at users.alioth.debian.org
Thu Jan 10 10:29:50 UTC 2008


Author: fst
Date: Thu Jan 10 10:29:50 2008
New Revision: 815

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=815
Log:
debian/rules:
 - Changed BOINC platform powerpc-unknown-linux-gnu to powerpc-linux-gnu on
   powerpc, this is now an official BOINC platform.
 - Removed the --target and --program-prefix options from TYPE_FLAGS,
   because they are not required to set the BOINC platform anymore.

Modified:
    trunk/boinc/debian/changelog
    trunk/boinc/debian/rules

Modified: trunk/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/changelog?rev=815&op=diff
==============================================================================
--- trunk/boinc/debian/changelog (original)
+++ trunk/boinc/debian/changelog Thu Jan 10 10:29:50 2008
@@ -6,8 +6,13 @@
   * debian/manpages/update-boinc-applinks.xml: Fixed Lintian's informational
     tag "I: hyphen-used-as-minus-sign" by enclosing options in <command>
     elements with the <option> element.
-
- -- Frank S. Thomas <fst at debian.org>  Thu, 03 Jan 2008 13:19:16 +0100
+  * debian/rules:
+    - Changed BOINC platform powerpc-unknown-linux-gnu to powerpc-linux-gnu on
+      powerpc, this is now an official BOINC platform.
+    - Removed the --target and --program-prefix options from TYPE_FLAGS,
+      because they are not required to set the BOINC platform anymore.
+
+ -- Frank S. Thomas <fst at debian.org>  Thu, 10 Jan 2008 10:18:54 +0100
 
 boinc (5.10.30-3) unstable; urgency=low
 

Modified: trunk/boinc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/rules?rev=815&op=diff
==============================================================================
--- trunk/boinc/debian/rules (original)
+++ trunk/boinc/debian/rules Thu Jan 10 10:29:50 2008
@@ -28,23 +28,25 @@
 
 # change BOINC platform i486-pc-linux-gnu to i686-pc-linux-gnu 
 ifeq ($(DEB_HOST_GNU_TYPE), i486-linux-gnu)
-  TYPE_FLAGS += --target i686-linux-gnu --program-prefix="" \
-    --with-boinc-platform=i686-pc-linux-gnu
+  TYPE_FLAGS += --with-boinc-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)
-  TYPE_FLAGS += --target i686-kfreebsd-gnu --program-prefix="" \
-    --with-boinc-platform=i686-pc-kfreebsd-gnu
+  TYPE_FLAGS += --with-boinc-platform=i686-pc-kfreebsd-gnu
+endif
+
+# change BOINC platform powerpc-unknown-linux-gnu to powerpc-linux-gnu
+ifeq ($(DEB_HOST_GNU_TYPE), powerpc-linux-gnu)
+  TYPE_FLAGS += --with-boinc-platform=powerpc-linux-gnu
 endif
 
 # change BOINC platform powerpc64-unknown-linux-gnu to ppc64-linux-gnu and
 # declare powerpc-unknown-linux-gnu as alternate platform
 ifeq ($(DEB_HOST_GNU_TYPE), powerpc64-linux-gnu)
-  TYPE_FLAGS += --target ppc64-linux-gnu --program-prefix="" \
-    --with-boinc-platform=ppc64-linux-gnu \
-    --with-boinc-alt-platform=powerpc-unknown-linux-gnu
+  TYPE_FLAGS += --with-boinc-platform=ppc64-linux-gnu \
+    --with-boinc-alt-platform=powerpc-linux-gnu
 endif
 
 # declare i686-pc-kfreebsd-gnu as alternate BOINC platform for




More information about the pkg-boinc-commits mailing list