rev 18378 - in kde-extras/icecream/trunk/debian: . patches po

Fathi Boudra fabo at alioth.debian.org
Sat Jun 19 05:33:59 UTC 2010


Author: fabo
Date: 2010-06-19 05:33:48 +0000 (Sat, 19 Jun 2010)
New Revision: 18378

Added:
   kde-extras/icecream/trunk/debian/patches/21_glibc-2.11-ldconfig.diff
   kde-extras/icecream/trunk/debian/po/es.po
Modified:
   kde-extras/icecream/trunk/debian/changelog
   kde-extras/icecream/trunk/debian/icecc.postrm
   kde-extras/icecream/trunk/debian/patches/series
Log:
Fix postrm script: handle properly echoed strings. (Closes: #567663)
Add Spanish debconf template translation for icecc. (Closes: #584443)
Fix build against eglibc 2.11. (Closes: #585967)


Modified: kde-extras/icecream/trunk/debian/changelog
===================================================================
--- kde-extras/icecream/trunk/debian/changelog	2010-06-18 22:37:59 UTC (rev 18377)
+++ kde-extras/icecream/trunk/debian/changelog	2010-06-19 05:33:48 UTC (rev 18378)
@@ -1,3 +1,12 @@
+icecc (0.9.5-2) unstable; urgency=low
+
+  * Fix postrm script: handle properly echoed strings. (Closes: #567663)
+  * Add Spanish debconf template translation for icecc.
+    Thanks to Camaleón. (Closes: #584443)
+  * Fix build against eglibc 2.11. (Closes: #585967)
+
+ -- Fathi Boudra <fabo at debian.org>  Sat, 19 Jun 2010 07:32:44 +0300
+
 icecc (0.9.5-1) unstable; urgency=low
 
   * New upstream release:

Modified: kde-extras/icecream/trunk/debian/icecc.postrm
===================================================================
--- kde-extras/icecream/trunk/debian/icecc.postrm	2010-06-18 22:37:59 UTC (rev 18377)
+++ kde-extras/icecream/trunk/debian/icecc.postrm	2010-06-19 05:33:48 UTC (rev 18378)
@@ -9,14 +9,18 @@
 
 case "$1" in
 	purge)
-		if [ -x /usr/sbin/deluser ]; then
-			echo "Deleting $ICECC_USER user..."
+		if [ -x "$(command -v deluser)" ]; then
 			deluser --quiet --system $ICECC_USER > /dev/null || true
+		else
+			echo "deluser command was not found." >&2
+			echo "$ICECC_USER user not deleted." >&2
 		fi
 
-		if [ -x /usr/sbin/delgroup ]; then
-			echo "Deleting $ICECC_GROUP group..."
+		if [ -x "$(command -v delgroup)" ]; then
 			delgroup --quiet --system $ICECC_GROUP > /dev/null || true
+		else
+			echo "delgroup command was not found." >&2
+			echo "$ICECC_GROUP group not deleted." >&2
 		fi
 
 		rm -rf /etc/icecc

Added: kde-extras/icecream/trunk/debian/patches/21_glibc-2.11-ldconfig.diff
===================================================================
--- kde-extras/icecream/trunk/debian/patches/21_glibc-2.11-ldconfig.diff	                        (rev 0)
+++ kde-extras/icecream/trunk/debian/patches/21_glibc-2.11-ldconfig.diff	2010-06-19 05:33:48 UTC (rev 18378)
@@ -0,0 +1,13 @@
+Description: Fix build against eglibc 2.11
+Author: Dirk Mueller
+
+--- a/client/icecc-create-env
++++ b/client/icecc-create-env
+@@ -157,6 +157,7 @@ for i in $target_files; do
+ done
+ 
+ if test -x /sbin/ldconfig; then
++   mkdir -p $tempdir/var/cache/ldconfig
+    /sbin/ldconfig -r $tempdir
+    new_target_files="$new_target_files etc/ld.so.cache"
+ fi

Modified: kde-extras/icecream/trunk/debian/patches/series
===================================================================
--- kde-extras/icecream/trunk/debian/patches/series	2010-06-18 22:37:59 UTC (rev 18377)
+++ kde-extras/icecream/trunk/debian/patches/series	2010-06-19 05:33:48 UTC (rev 18378)
@@ -1,2 +1,3 @@
 10_rename_scheduler.diff
 20_fix_ftbfs_on_kfreebsd.diff
+21_glibc-2.11-ldconfig.diff

Added: kde-extras/icecream/trunk/debian/po/es.po
===================================================================
--- kde-extras/icecream/trunk/debian/po/es.po	                        (rev 0)
+++ kde-extras/icecream/trunk/debian/po/es.po	2010-06-19 05:33:48 UTC (rev 18378)
@@ -0,0 +1,78 @@
+# icecc po-debconf translation to Spanish
+# Copyright (C) 2010 Software in the Public Interest
+# This file is distributed under the same license as the icecc package.
+#
+# Changes:
+# - Initial translation
+# Camaleón <noelamac at gmail.com>, 2010
+#
+# - Updates
+#
+#
+# Traductores, si no conocen el formato PO, merece la pena leer la
+# documentación de gettext, especialmente las secciones dedicadas a este
+# formato, por ejemplo ejecutando:
+# info -n '(gettext)PO Files'
+# info -n '(gettext)Header Entry'
+#
+# Equipo de traducción al español, por favor lean antes de traducir
+# los siguientes documentos:
+#
+# - El proyecto de traducción de Debian al español
+# http://www.debian.org/intl/spanish/
+# especialmente las notas y normas de traducción en
+# http://www.debian.org/intl/spanish/notas
+#
+# - La guía de traducción de po's de debconf:
+# /usr/share/doc/po-debconf/README-trans
+# o http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: icecc 0.9.5-1\n"
+"Report-Msgid-Bugs-To: pkg-kde-extras at lists.alioth.debian.org\n"
+"POT-Creation-Date: 2006-09-17 00:40+0200\n"
+"PO-Revision-Date: 2010-05-19 17:33+0100\n"
+"Last-Translator: Camaleón <noelamac at gmail.com>\n"
+"Language-Team: Debian Spanish <debian-l10n-spanish at lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Spanish\n"
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:1001
+msgid "Start the icecc daemon on startup?"
+msgstr "¿Desea iniciar el demonio icecc al arrancar?"
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:1001
+msgid "icecc can be run as a daemon, listening for incoming connections."
+msgstr "Puede ejecutar icecc como demonio para que escuche las conexiones entrantes."
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:1001
+msgid "You have the option of starting the icecc daemon automatically on the computer startup. You need a running daemon on every computer which should be part of the compile farm. If you later change your mind, you can run:  'dpkg-reconfigure icecc'."
+msgstr "Puede iniciar el demonio icecc automáticamente al arrancar el equipo. Necesita tener un demonio en ejecución en cada uno de los equipos que forman parte de la granja de compilación. Si más adelante cambia de idea, puede ejecutar «dpkg-reconfigure icecc»."
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:2001
+msgid "Start the icecc scheduler on startup?"
+msgstr "¿Desea iniciar el planificador de icecc al arrancar?"
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:2001
+msgid "The scheduler can be run as a daemon, listening for incoming connections."
+msgstr "Puede ejecutar el planificador como demonio para que escuche las conexiones entrantes."
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:2001
+msgid "You have the option of starting the icecc scheduler automatically on the computer startup. You need one scheduler in your compile farm. If in doubt,  you should not start it automatically on startup. If you later change your mind, you can run: 'dpkg-reconfigure icecc'."
+msgstr "Puede iniciar el planificador de icecc automáticamente al arrancar el equipo. Necesita tener un planificador en la granja de compilación. Si tiene alguna duda, no debería iniciarlo automáticamente al arrancar. Si más adelante cambia de idea, puede ejecutar «dpkg-reconfigure icecc»."
+




More information about the pkg-kde-commits mailing list