r906 - in /branches/boinc/etch-backports/debian: boinc-client.init boinc-manager.desktop changelog control po/fi.po

fst at users.alioth.debian.org fst at users.alioth.debian.org
Fri May 23 08:46:41 UTC 2008


Author: fst
Date: Fri May 23 08:46:36 2008
New Revision: 906

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=906
Log:
Merged from the trunk branch to bring backport to 5.10.45-3~bpo40+1:
svn merge -r864:898 svn+ssh://svn.debian.org/svn/pkg-boinc/trunk/boinc .

Added:
    branches/boinc/etch-backports/debian/po/fi.po
      - copied unchanged from r898, trunk/boinc/debian/po/fi.po
Modified:
    branches/boinc/etch-backports/debian/boinc-client.init
    branches/boinc/etch-backports/debian/boinc-manager.desktop
    branches/boinc/etch-backports/debian/changelog
    branches/boinc/etch-backports/debian/control

Modified: branches/boinc/etch-backports/debian/boinc-client.init
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/etch-backports/debian/boinc-client.init?rev=906&op=diff
==============================================================================
--- branches/boinc/etch-backports/debian/boinc-client.init (original)
+++ branches/boinc/etch-backports/debian/boinc-client.init Fri May 23 08:46:36 2008
@@ -114,8 +114,11 @@
     if [ ! -x "`which ionice 2>/dev/null`" ]; then
       log_progress_msg "ionice not found,"
     else
-      ionice -c 3 -p $pid
-      log_progress_msg "idle,"
+      if ionice -c 3 -p $pid 2>/dev/null; then
+        log_progress_msg "idle,"
+      else
+        log_progress_msg "ionice failed,"
+      fi
     fi
 
     if [ ! -x "`which schedtool 2>/dev/null`" ]; then

Modified: branches/boinc/etch-backports/debian/boinc-manager.desktop
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/etch-backports/debian/boinc-manager.desktop?rev=906&op=diff
==============================================================================
--- branches/boinc/etch-backports/debian/boinc-manager.desktop (original)
+++ branches/boinc/etch-backports/debian/boinc-manager.desktop Fri May 23 08:46:36 2008
@@ -7,8 +7,10 @@
 Categories=System;Monitor;GTK;
 Name=BOINC Manager
 GenericName=BOINC monitor and control utility
+GenericName[cs]=Monitorovací a ovládací nástroj pro BOINC
 GenericName[de]=BOINC Ãœberwachungs- und Kontrollprogramm
 GenericName[pt]=Monitorização BOINC e utilitário de controlo
 Comment=Configure or monitor a BOINC core client
+Comment[cs]=Monitoruje a nastavuje klienta BOINC
 Comment[de]=BOINC Basis Client konfigurieren oder überwachen
 Comment[pt]=Configurar ou monitorizar o cliente básico do BOINC

Modified: branches/boinc/etch-backports/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/etch-backports/debian/changelog?rev=906&op=diff
==============================================================================
--- branches/boinc/etch-backports/debian/changelog (original)
+++ branches/boinc/etch-backports/debian/changelog Fri May 23 08:46:36 2008
@@ -1,3 +1,30 @@
+boinc (5.10.45-3~bpo40+1) etch-backports; urgency=low
+
+  * Rebuild for etch-backports.
+
+ -- Frank S. Thomas <fst at debian.org>  Fri, 23 May 2008 10:41:16 +0200
+
+boinc (5.10.45-3) unstable; urgency=low
+
+  [ Daniel Hahler ]
+  * debian/boinc-client.init:
+    Do not fail, if ionice/ioprio_set is not allowed (LP: #218468)
+
+ -- Frank S. Thomas <fst at debian.org>  Wed, 14 May 2008 12:12:06 +0200
+
+boinc (5.10.45-2) unstable; urgency=low
+
+  [ Debconf translations ]
+  * Added Finnish (fi.po) by Esko Arajärvi <edu at iki.fi>. (closes: #472558)
+
+  [ Frank S. Thomas ]
+  * debian/control: Updated boinc-dev's dependency on the concrete
+    libstdc++-dev package now that GCC 4.3 is the default compiler.
+  * debian/boinc-manager.desktop: Included Czech translations for GenericName
+    and Comment from the .desktop file in the Fedora package.
+
+ -- Frank S. Thomas <fst at debian.org>  Mon, 07 Apr 2008 16:32:01 +0200
+
 boinc (5.10.45-1~bpo40+1) etch-backports; urgency=low
 
   * Rebuild for Etch backports.

Modified: branches/boinc/etch-backports/debian/control
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/etch-backports/debian/control?rev=906&op=diff
==============================================================================
--- branches/boinc/etch-backports/debian/control (original)
+++ branches/boinc/etch-backports/debian/control Fri May 23 08:46:36 2008
@@ -56,7 +56,7 @@
 Package: boinc-dev
 Section: devel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libc6-dev | libc-dev, libstdc++6-4.2-dev | libstdc++-dev, libssl-dev, libmysqlclient15-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libc6-dev | libc-dev, libstdc++6-4.3-dev | libstdc++-dev, libssl-dev, libmysqlclient15-dev
 Description: development files to build applications for BOINC projects
  The Berkeley Open Infrastructure for Network Computing (BOINC) is a
  software platform for distributed computing using volunteered computer




More information about the pkg-boinc-commits mailing list