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

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Fri Aug 31 22:41:16 UTC 2007


Author: fst-guest
Date: Fri Aug 31 22:41:16 2007
New Revision: 701

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=701
Log:
revert to 5.10.8

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=701&op=diff
==============================================================================
--- trunk/boinc/debian/changelog (original)
+++ trunk/boinc/debian/changelog Fri Aug 31 22:41:16 2007
@@ -1,7 +1,6 @@
-boinc (5.10.20-1) unstable; urgency=low
-
-  [ Frank S. Thomas ]
-  * New upstream release.
+boinc (5.10.8-2) unstable; urgency=low
+
+  [ Frank S. Thomas ]
   * 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.
@@ -20,6 +19,7 @@
       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.
+    - Set powerpc-unknown-linux-gnu as alternate platform for ppc64-linux-gnu.
   * debian/boinc-client.postrm: Use the --system option for deluser/delgroup
     to ensure that we are removing system accounts only and mask the
     deluser/delgroup calls because adduser is not essential and we can't rely
@@ -31,7 +31,7 @@
     <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, 31 Aug 2007 12:32:38 +0200
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Sat, 01 Sep 2007 00:39:12 +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=701&op=diff
==============================================================================
--- trunk/boinc/debian/rules (original)
+++ trunk/boinc/debian/rules Fri Aug 31 22:41:16 2007
@@ -34,10 +34,12 @@
     --with-boinc-platform=i686-pc-kfreebsd-gnu
 endif
 
-# change BOINC platform powerpc64-unknown-linux-gnu to ppc64-linux-gnu
+# 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-platform=ppc64-linux-gnu \
+    --with-boinc-alt-platform=powerpc-unknown-linux-gnu
 endif
 
 # declare i686-pc-kfreebsd-gnu as alternate BOINC platform for




More information about the pkg-boinc-commits mailing list