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

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Fri Aug 24 15:53:15 UTC 2007


Author: fst-guest
Date: Fri Aug 24 15:53:14 2007
New Revision: 699

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=699
Log:
Changed the BOINC platform on kfreebsd-i386 from i486-pc-kfreebsd-gnu to
i686-pc-kfreebsd-gnu to be consistent with the platform name for i386
and made i686-pc-kfreebsd-gnu an alternate platform for x86_64-pc-kfreebsd-gnu.


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=699&op=diff
==============================================================================
--- trunk/boinc/debian/changelog (original)
+++ trunk/boinc/debian/changelog Fri Aug 24 15:53:14 2007
@@ -1,8 +1,7 @@
-boinc (5.10.8-2) unstable; urgency=low
-
-  * NOT RELEASED YET
-
-  [ Frank S. Thomas ]
+boinc (5.10.20-1) unstable; urgency=low
+
+  [ Frank S. Thomas ]
+  * New upstream release.
   * debian/boinc-manager.menu: Changed section for the new menu hierarchy from
     "Apps/Tools" to "Applications/System/Monitoring".
   * debian/icons/: Updated icons to the new BOINC logo.
@@ -14,15 +13,20 @@
   * debian/control: Added schedtool, which if installed can be used for
     advanced scheduling in boinc-client's init script, to boinc-client's
     Suggest field.
-  * debian/rules: Added --with-boinc-platform=... to TYPE_FLAGS being another
-    attempt to get the right platform name on ppc64.
+  * debian/rules:
+    - Added --with-boinc-platform=... to TYPE_FLAGS being another attempt to
+      get the right platform name on ppc64.
+    - Changed the BOINC platform on kfreebsd-i386 from i486-pc-kfreebsd-gnu to
+      i686-pc-kfreebsd-gnu to be consistent with the platform name for i386
+      and made i686-pc-kfreebsd-gnu an alternate platform for
+      x86_64-pc-kfreebsd-gnu. 
 
   [ Debconf translations ]
   * Added Spanish (es.po) by Javier Fernández-Sanguino Peña
     <jfs at computer.org>. (closes: #437379)
   * Added Slovak (sk.po) by helix84 <helix84 at centrum.sk>. (closes: #437670)
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Fri, 24 Aug 2007 03:16:28 +0200
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Fri, 24 Aug 2007 17:47:16 +0200
 
 boinc (5.10.8-1) unstable; urgency=low
 

Modified: trunk/boinc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/rules?rev=699&op=diff
==============================================================================
--- trunk/boinc/debian/rules (original)
+++ trunk/boinc/debian/rules Fri Aug 24 15:53:14 2007
@@ -27,10 +27,23 @@
     --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
+endif
+
 # change BOINC platform powerpc64-unknown-linux-gnu to ppc64-linux-gnu
 ifeq ($(DEB_HOST_GNU_TYPE), powerpc64-linux-gnu)
   TYPE_FLAGS += --target ppc64-linux-gnu --program-prefix="" \
     --with-boinc-platform=ppc64-linux-gnu
+endif
+
+# declare i686-pc-kfreebsd-gnu as alternate BOINC 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




More information about the pkg-boinc-commits mailing list