r596 - in /branches: etch-backports/ sarge-backports/boinc/debian/ sarge-backports/boinc/debian/patches/ sarge-backports/boinc/debian/po/

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Wed Mar 14 06:34:37 CET 2007


Author: fst-guest
Date: Wed Mar 14 05:34:36 2007
New Revision: 596

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=596
Log:
prepared 5.4.11-5~bpo.1

Added:
    branches/etch-backports/
    branches/sarge-backports/boinc/debian/po/gl.po
    branches/sarge-backports/boinc/debian/po/nl.po
Modified:
    branches/sarge-backports/boinc/debian/changelog
    branches/sarge-backports/boinc/debian/control
    branches/sarge-backports/boinc/debian/patches/01_amd64-disable-platform-reset.dpatch

Modified: branches/sarge-backports/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/sarge-backports/boinc/debian/changelog?rev=596&op=diff
==============================================================================
--- branches/sarge-backports/boinc/debian/changelog (original)
+++ branches/sarge-backports/boinc/debian/changelog Wed Mar 14 05:34:36 2007
@@ -1,3 +1,25 @@
+boinc (5.4.11-5~bpo.1) sarge-backports; urgency=low
+
+  * Rebuilt for sarge.
+
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Wed, 14 Mar 2007 06:29:26 +0100
+
+boinc (5.4.11-5) unstable; urgency=low
+
+  [ Frank S. Thomas ]
+  * debian/patches/:
+    - 01_amd64-disable-platform-reset.dpatch: Only reset projects if the
+      platform name in the statefile is not empty. This bugfix has been
+      backported from BOINC 5.8. (closes: #407461)
+
+  [ Debconf translations ]
+  * Added Galician (gl.po) by Jacobo Tarrio <jtarrio at trasno.net>.
+    (closes: #413461)
+  * Added Dutch (nl.po) by cobaco (aka Bart Cornelis) <cobaco at skolelinux.no>.
+    (closes: #413887)
+
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Mon, 12 Mar 2007 15:38:54 +0100
+
 boinc (5.4.11-4~bpo.1) sarge-backports; urgency=low
 
   * Rebuilt for sarge.

Modified: branches/sarge-backports/boinc/debian/control
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/sarge-backports/boinc/debian/control?rev=596&op=diff
==============================================================================
--- branches/sarge-backports/boinc/debian/control (original)
+++ branches/sarge-backports/boinc/debian/control Wed Mar 14 05:34:36 2007
@@ -5,7 +5,8 @@
 Uploaders: Steffen Moeller <steffen_moeller at gmx.de>, Frank S. Thomas <frank at thomas-alfeld.de>, Christoph Martin <christoph.martin at uni-mainz.de>
 Standards-Version: 3.7.2
 Build-Depends: debhelper (>= 5), dpatch, po-debconf, dh-buildinfo, docbook2x, docbook-xml, autotools-dev, automake1.9 (>= 1.9.3), autoconf (>= 2.59), zlib1g-dev, libssl-dev, libcurl3-dev (>= 7.13.2) | libcurl-ssl-dev, freeglut3-dev, libsm-dev, libice-dev, libxmu-dev, libxi-dev, libx11-dev, libjpeg62-dev, libwxgtk2.6-dev
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-boinc/trunk/boinc
+XS-Vcs-Svn: svn://svn.debian.org/pkg-boinc/trunk/boinc/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/
 
 Package: boinc-client
 Section: net

Modified: branches/sarge-backports/boinc/debian/patches/01_amd64-disable-platform-reset.dpatch
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/sarge-backports/boinc/debian/patches/01_amd64-disable-platform-reset.dpatch?rev=596&op=diff
==============================================================================
--- branches/sarge-backports/boinc/debian/patches/01_amd64-disable-platform-reset.dpatch (original)
+++ branches/sarge-backports/boinc/debian/patches/01_amd64-disable-platform-reset.dpatch Wed Mar 14 05:34:36 2007
@@ -9,11 +9,13 @@
 @DPATCH@
 diff -urNad boinc-5.4.11~/client/client_state.C boinc-5.4.11/client/client_state.C
 --- boinc-5.4.11~/client/client_state.C	2006-08-03 10:31:03.000000000 +0200
-+++ boinc-5.4.11/client/client_state.C	2006-08-26 14:01:36.000000000 +0200
-@@ -331,6 +331,9 @@
++++ boinc-5.4.11/client/client_state.C	2007-03-10 08:42:17.000000000 +0100
+@@ -330,7 +330,10 @@
+     // Has platform name changed?  If so reset all.
      // This could happen e.g. if user copies files from PPC to Intel Mac
      //
-     if (strcmp(platform_name, statefile_platform_name.c_str())) {
+-    if (strcmp(platform_name, statefile_platform_name.c_str())) {
++    if (statefile_platform_name.size() && strcmp(platform_name, statefile_platform_name.c_str())) {
 +#ifdef __x86_64__
 +        platform_name = strdup(statefile_platform_name.c_str());
 +#else

Added: branches/sarge-backports/boinc/debian/po/gl.po
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/sarge-backports/boinc/debian/po/gl.po?rev=596&op=file
==============================================================================
--- branches/sarge-backports/boinc/debian/po/gl.po (added)
+++ branches/sarge-backports/boinc/debian/po/gl.po Wed Mar 14 05:34:36 2007
@@ -1,0 +1,61 @@
+# Galician translation of boinc's debconf templates
+# This file is distributed under the same license as the boinc package.
+# Jacobo Tarrio <jtarrio at debian.org>, 2007.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: boinc\n"
+"Report-Msgid-Bugs-To: pkg-boinc-devel at lists.alioth.debian.org\n"
+"POT-Creation-Date: 2006-11-27 18:06+0100\n"
+"PO-Revision-Date: 2007-03-05 09:23+0100\n"
+"Last-Translator: Jacobo Tarrio <jtarrio at debian.org>\n"
+"Language-Team: Galician <proxecto at trasno.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#. HINT: The wording of this template is similar to the wording of the
+#. dbconfig-common/purge template. Please have a look at the translation for
+#. the dbconfig-common/purge template first before translating this template,
+#. thanks.
+#: ../boinc-client.templates:1001
+msgid "Do you want to remove the BOINC data directory?"
+msgstr "¿Quere eliminar o directorio de datos de BOINC?"
+
+#. Type: boolean
+#. Description
+#. HINT: The wording of this template is similar to the wording of the
+#. dbconfig-common/purge template. Please have a look at the translation for
+#. the dbconfig-common/purge template first before translating this template,
+#. thanks.
+#: ../boinc-client.templates:1001
+msgid ""
+"The BOINC data directory /var/lib/boinc-client contains the information to "
+"which projects the BOINC core client is attached, the work unit cache and "
+"several other data.  If you no longer need this data, this is your chance to "
+"remove them."
+msgstr ""
+"O directorio de datos de BOINC, /var/lib/boinc-client, contén a información "
+"sobre os proxectos aos que o cliente central de BOINC está conectado, a "
+"caché de unidades de traballo e outros datos. Se xa non precisa deses datos, "
+"esta é a súa oportunidade de eliminalos."
+
+#. Type: boolean
+#. Description
+#. HINT: The wording of this template is similar to the wording of the
+#. dbconfig-common/purge template. Please have a look at the translation for
+#. the dbconfig-common/purge template first before translating this template,
+#. thanks.
+#: ../boinc-client.templates:1001
+msgid ""
+"If no longer have need of the data being stored in the BOINC data directory, "
+"you should choose this option.  If you want to hold this data for another "
+"time, or if you would rather handle this process manually, you should refuse "
+"this option."
+msgstr ""
+"Se xa non precisa dos datos armacenados no directorio de datos de BOINC, "
+"deberia escoller esta opción. Se quere conservar estes datos para outra "
+"ocasión, ou se prefire xestionar este proceso manualmente, debería rexeitar "
+"esta opción."

Added: branches/sarge-backports/boinc/debian/po/nl.po
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/sarge-backports/boinc/debian/po/nl.po?rev=596&op=file
==============================================================================
--- branches/sarge-backports/boinc/debian/po/nl.po (added)
+++ branches/sarge-backports/boinc/debian/po/nl.po Wed Mar 14 05:34:36 2007
@@ -1,0 +1,47 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: boinc\n"
+"Report-Msgid-Bugs-To: pkg-boinc-devel at lists.alioth.debian.org\n"
+"POT-Creation-Date: 2006-11-27 18:06+0100\n"
+"PO-Revision-Date: 2007-03-03 18:24+0100\n"
+"Last-Translator: Bart Cornelis <cobaco at skolelinux.no>\n"
+"Language-Team: debian-l10n-dutch <debian-l10n-dutch at lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#. HINT: The wording of this template is similar to the wording of the
+#. dbconfig-common/purge template. Please have a look at the translation for
+#. the dbconfig-common/purge template first before translating this template,
+#. thanks.
+#: ../boinc-client.templates:1001
+msgid "Do you want to remove the BOINC data directory?"
+msgstr "Wilt u de BOINC-datamap verwijderen?"
+
+#. Type: boolean
+#. Description
+#. HINT: The wording of this template is similar to the wording of the
+#. dbconfig-common/purge template. Please have a look at the translation for
+#. the dbconfig-common/purge template first before translating this template,
+#. thanks.
+#: ../boinc-client.templates:1001
+msgid "The BOINC data directory /var/lib/boinc-client contains the information to which projects the BOINC core client is attached, the work unit cache and several other data.  If you no longer need this data, this is your chance to remove them."
+msgstr "De BOINC-datamap /var/lib/boinc-client bevat informatie over aan welke projecten de BOINC-kernclient vast hangt, de werkeenheid-cache en verschillende andere gegevens. Als u deze gegevens niet langer nodig hebt is dit uw kans om ze te verwijderen."
+
+#. Type: boolean
+#. Description
+#. HINT: The wording of this template is similar to the wording of the
+#. dbconfig-common/purge template. Please have a look at the translation for
+#. the dbconfig-common/purge template first before translating this template,
+#. thanks.
+#: ../boinc-client.templates:1001
+msgid "If no longer have need of the data being stored in the BOINC data directory, you should choose this option.  If you want to hold this data for another time, or if you would rather handle this process manually, you should refuse this option."
+msgstr "Als u niet langer nood heeft aan de gegevens die in de BOINC-datamap opgeslagen worden, activeert u deze optie best. Als deze data wilt bewaren, of als u dit liever handmatig doet dient u deze optie af te slaan."
+




More information about the pkg-boinc-commits mailing list