rev 4505 - in kde-extras/icecream/trunk/debian: . po
Fathi Boudra
fboudra-guest at costa.debian.org
Sat Sep 16 22:57:08 UTC 2006
Author: fboudra-guest
Date: 2006-09-16 22:57:07 +0000 (Sat, 16 Sep 2006)
New Revision: 4505
Modified:
kde-extras/icecream/trunk/debian/changelog
kde-extras/icecream/trunk/debian/control
kde-extras/icecream/trunk/debian/icecc.templates
kde-extras/icecream/trunk/debian/po/templates.pot
Log:
fix icecc bug 387521 and 387096
Modified: kde-extras/icecream/trunk/debian/changelog
===================================================================
--- kde-extras/icecream/trunk/debian/changelog 2006-09-16 17:20:53 UTC (rev 4504)
+++ kde-extras/icecream/trunk/debian/changelog 2006-09-16 22:57:07 UTC (rev 4505)
@@ -3,6 +3,8 @@
* TODO:
* use icecc.default instead of embedding it in postinst
* fix init.d-script-missing-lsb-section /etc/init.d/icecc
+ * Unmark Default field as translatable in debconf templates (Closes: #387521)
+ * Rewrite long description (Closes: #387096)
-- Fathi Boudra <fboudra at free.fr> Mon, 11 Sep 2006 22:06:47 +0200
Modified: kde-extras/icecream/trunk/debian/control
===================================================================
--- kde-extras/icecream/trunk/debian/control 2006-09-16 17:20:53 UTC (rev 4504)
+++ kde-extras/icecream/trunk/debian/control 2006-09-16 22:57:07 UTC (rev 4505)
@@ -11,14 +11,16 @@
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, cdebconf | debconf
Suggests: icecc-monitor
Description: distributed compiler (client and server)
- Icecream is based on distcc, it is the next generation distcc. Like distcc it
- takes compile jobs from your build and distributes it to remote machines
- allowing a parallel build on several machines you've got. But unlike distcc,
- Icecream uses a central server that schedules the compile jobs to the fastest
- free server and is as this dynamic. This advantage pays off mostly for shared
- computers, if you're the only user on x machines, you have full control over
- them anyway.
+ icecc is a distributed compile system. It allows parallel compiling by
+ distributing the compile jobs to several nodes of a compile network running
+ the icecc daemon. The icecc scheduler routes the jobs and provides status and
+ statistics information to the icecc monitor.
.
+ Each compile node can accept one or more compile jobs depending on the number
+ of processors and the settings of the daemon. Link jobs and other jobs which
+ cannot be distributed are executed locally on the node where the compilation
+ is started.
+ .
Homepage: http://en.opensuse.org/Icecream
Package: libicecc-dev
Modified: kde-extras/icecream/trunk/debian/icecc.templates
===================================================================
--- kde-extras/icecream/trunk/debian/icecc.templates 2006-09-16 17:20:53 UTC (rev 4504)
+++ kde-extras/icecream/trunk/debian/icecc.templates 2006-09-16 22:57:07 UTC (rev 4505)
@@ -1,6 +1,6 @@
Template: icecc/daemon
Type: boolean
-_Default: true
+Default: true
_Description: Start the icecc daemon on startup?
icecc can be run as a daemon, listening for incoming connections.
.
@@ -11,9 +11,9 @@
Template: icecc/scheduler
Type: boolean
-_Default: false
+Default: false
_Description: Start the icecc scheduler on startup?
- scheduler can be run as a daemon, listening for incoming connections.
+ The scheduler can be run as a daemon, listening for incoming connections.
.
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,
Modified: kde-extras/icecream/trunk/debian/po/templates.pot
===================================================================
--- kde-extras/icecream/trunk/debian/po/templates.pot 2006-09-16 17:20:53 UTC (rev 4504)
+++ kde-extras/icecream/trunk/debian/po/templates.pot 2006-09-16 22:57:07 UTC (rev 4505)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: pkg-kde-extras at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-08-28 11:14+0200\n"
+"POT-Creation-Date: 2006-09-17 00:40+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -17,26 +17,20 @@
"Content-Transfer-Encoding: 8bit\n"
#. Type: boolean
-#. Default
-#: ../icecc.templates:1001
-msgid "true"
-msgstr ""
-
-#. Type: boolean
#. Description
-#: ../icecc.templates:1002
+#: ../icecc.templates:1001
msgid "Start the icecc daemon on startup?"
msgstr ""
#. Type: boolean
#. Description
-#: ../icecc.templates:1002
+#: ../icecc.templates:1001
msgid "icecc can be run as a daemon, listening for incoming connections."
msgstr ""
#. Type: boolean
#. Description
-#: ../icecc.templates:1002
+#: ../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 "
@@ -45,26 +39,21 @@
msgstr ""
#. Type: boolean
-#. Default
-#: ../icecc.templates:2001
-msgid "false"
-msgstr ""
-
-#. Type: boolean
#. Description
-#: ../icecc.templates:2002
+#: ../icecc.templates:2001
msgid "Start the icecc scheduler on startup?"
msgstr ""
#. Type: boolean
#. Description
-#: ../icecc.templates:2002
-msgid "scheduler can be run as a daemon, listening for incoming connections."
+#: ../icecc.templates:2001
+msgid ""
+"The scheduler can be run as a daemon, listening for incoming connections."
msgstr ""
#. Type: boolean
#. Description
-#: ../icecc.templates:2002
+#: ../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, "
More information about the pkg-kde-commits
mailing list