rev 6459 - in kde-extras: . icecc icecc/trunk icecc/trunk/debian icecc/trunk/debian/man icecc/trunk/debian/patches icecc/trunk/debian/po

Mario Iseli tico-guest at alioth.debian.org
Mon Jun 11 01:20:10 UTC 2007


Author: tico-guest
Date: 2007-06-11 01:20:10 +0000 (Mon, 11 Jun 2007)
New Revision: 6459

Added:
   kde-extras/icecc/
   kde-extras/icecc/branches/
   kde-extras/icecc/build-area
   kde-extras/icecc/tags/
   kde-extras/icecc/tarballs
   kde-extras/icecc/trunk/
   kde-extras/icecc/trunk/debian/
   kde-extras/icecc/trunk/debian/README.Debian
   kde-extras/icecc/trunk/debian/changelog
   kde-extras/icecc/trunk/debian/compat
   kde-extras/icecc/trunk/debian/control
   kde-extras/icecc/trunk/debian/copyright
   kde-extras/icecc/trunk/debian/docs
   kde-extras/icecc/trunk/debian/icecc.conf
   kde-extras/icecc/trunk/debian/icecc.config
   kde-extras/icecc/trunk/debian/icecc.default
   kde-extras/icecc/trunk/debian/icecc.dirs
   kde-extras/icecc/trunk/debian/icecc.init
   kde-extras/icecc/trunk/debian/icecc.install
   kde-extras/icecc/trunk/debian/icecc.links
   kde-extras/icecc/trunk/debian/icecc.logrotate
   kde-extras/icecc/trunk/debian/icecc.postinst
   kde-extras/icecc/trunk/debian/icecc.postrm
   kde-extras/icecc/trunk/debian/icecc.templates
   kde-extras/icecc/trunk/debian/libicecc-dev.install
   kde-extras/icecc/trunk/debian/man/
   kde-extras/icecc/trunk/debian/man/icecc-create-env.xml
   kde-extras/icecc/trunk/debian/man/icecc-scheduler.xml
   kde-extras/icecc/trunk/debian/man/icecc.xml
   kde-extras/icecc/trunk/debian/man/iceccd.xml
   kde-extras/icecc/trunk/debian/patches/
   kde-extras/icecc/trunk/debian/patches/10_rename_scheduler.diff
   kde-extras/icecc/trunk/debian/patches/Bug#41723-GCC4.3.diff
   kde-extras/icecc/trunk/debian/po/
   kde-extras/icecc/trunk/debian/po/POTFILES.in
   kde-extras/icecc/trunk/debian/po/cs.po
   kde-extras/icecc/trunk/debian/po/de.po
   kde-extras/icecc/trunk/debian/po/fr.po
   kde-extras/icecc/trunk/debian/po/pt.po
   kde-extras/icecc/trunk/debian/po/templates.pot
   kde-extras/icecc/trunk/debian/rules
   kde-extras/icecc/trunk/debian/watch
Log:
kde-extras: Added icecc to svn since it has pkg-kde-extras set in it's maintainer field


Added: kde-extras/icecc/build-area
===================================================================
--- kde-extras/icecc/build-area	                        (rev 0)
+++ kde-extras/icecc/build-area	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1 @@
+link ../build-area
\ No newline at end of file


Property changes on: kde-extras/icecc/build-area
___________________________________________________________________
Name: svn:special
   + *

Added: kde-extras/icecc/tarballs
===================================================================
--- kde-extras/icecc/tarballs	                        (rev 0)
+++ kde-extras/icecc/tarballs	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1 @@
+link ../tarballs
\ No newline at end of file


Property changes on: kde-extras/icecc/tarballs
___________________________________________________________________
Name: svn:special
   + *


Property changes on: kde-extras/icecc/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: kde-extras/icecc/trunk/debian/README.Debian
===================================================================
--- kde-extras/icecc/trunk/debian/README.Debian	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/README.Debian	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,107 @@
+Debian kde-extras Team
+----------------------
+
+1. Contacts
+-----------
+
+General help requests
+	<debian-kde at lists.debian.org>	mailing list
+	#debian-kde			on irc
+
+Packaging queries
+	<debian-qt-kde at lists.debian.org>  mailing list
+	#debian-qt-kde			  on irc
+
+Maintainers
+	<pkg-kde-extras at lists.alioth.debian.org>	mailing list
+
+
+2. Subversion repository
+------------------------
+  
+You can browse it only at:
+
+http://svn.debian.org/wsvn/pkg-kde/kde-extras/
+
+To "checkout" the repository use these commands:
+
+	$ svn co svn+ssh://${ALIOTH_USERNAME}@svn.debian.org/svn/pkg-kde/kde-extras
+
+Authorized SSH keys are controlled at https://alioth.debian.org/account/
+
+The repository layout is:
+
+- packagename/
+    - trunk/
+    - branches/
+    - tags/
+        - 0.7.2-1/
+        - 0.7.2-2/
+        - 0.7.2-2ubuntu1/
+        - 0.7.2-2ubuntu2/
+        - 0.7.2-2ubuntu3/
+        - 0.8.0/
+        ...
+
+If only one version of the package is available at the time, development must 
+be made at trunk/ dir, copying the dir to tags/'pkg-version' each time a new 
+release is made.
+
+When, at some point, the need to have two different versions at the same time 
+arises (for example, if we need a version to be in unstable and a different one
+to be in experimental), experimental development will be made in trunk/ and 
+if a new unstable package needs to be cooked, copying 
+tag/'latest_version_in_sid' to tag/'latest_version_in_sid'+1 will make the
+trick.
+
+3. Using svn-buildpackage
+--------------------------
+
+Packages with an upstream tarball will require you to set the mergeWithUpstream
+property first (from the package root) so that svn-buildpackage will look for
+the .orig.tar.gz in the ../tarballs directory.
+	
+	% svn propset mergeWithUpstream 1 debian
+
+Please note that this only works for packages which have only the debian/
+directory committed. Consequently, you must use CDBS's simple-patchsys.mk or
+dpatch to modify the upstream sources.
+
+After you have finished and committed your Debian patches via
+	
+	% svn commit [PACKAGE]
+
+as well as copying the orig.tar.gz to ../tarballs/ if necessary, you may build
+your package with the following commands:
+
+	% svn-buildpackage --svn-ignore-new -rfakeroot
+
+Please, don't commit tarballs/ or build-area/ directories to SVN.
+
+4. Tarballs and Build-area directories
+------------------------------------
+
+During pkg development before uploaded to debian the tarballs can be found at:
+
+	http://pkg-kde.alioth.debian.org/kde-extra/orig.tar.gz/
+
+You need to place those dirs in the parent directory of the one from which you're 
+running svn-buildpackage. Usually this means placing tarballs/ and build-area/ dirs 
+in 'pkgname'/ dir, at the same level as trunk/
+
+If you want to compile inside one version in tags/ dir, you'll need to place those
+dirs inside that dir. Of course the easiest and cleanest way of doing it is 
+by making a symlink of those dirs inside tags/ dir.
+
+5. Using svn-inject
+-------------------
+
+To inject a new package into the Debian KDE Extras svn archive you should use svn-inject(1)
+as follows:
+
+        svn-inject -o <package>.dsc svn+ssh://${ALIOTH_USERNAME}@svn.debian.org/svn/pkg-kde/kde-extras
+
+Type in your alioth password a few hundred times :-) and your package should be
+uploaded to the archive.  Note you will also need to manually copy the
+package.orig.tar.gz to your tarballs directory.  The -o option is important as
+this ensures that we 'Only keep modified files under SVN control'

Added: kde-extras/icecc/trunk/debian/changelog
===================================================================
--- kde-extras/icecc/trunk/debian/changelog	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/changelog	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,146 @@
+icecc (0.7.14-5) unstable; urgency=low
+
+  * Include gcc4.3 patch from Martin. (Closes: #417230)
+  * Add get-orig-source: target
+  * Add debcon translations
+    - [INTL:de] initial German debconf translation (Closes: #413407)
+    - [INTL:pt] Portuguese translation for debconf messages
+    (Closes: #414917)
+
+ -- Mark Purcell <msp at debian.org>  Wed, 02 May 2007 21:35:37 +0100
+
+icecc (0.7.14-4) unstable; urgency=low
+
+  * Add czech and french debconf templates translations
+    (Closes: #389802, #391477)
+
+ -- Fathi Boudra <fboudra at free.fr>  Sat, 14 Oct 2006 19:44:40 +0200
+
+icecc (0.7.14-3) unstable; urgency=low
+
+  * Fix comparisons in init script.
+    Thanks to Jens Reinsberger (Closes: #388166)
+
+ -- Fathi Boudra <fboudra at free.fr>  Tue, 19 Sep 2006 11:31:49 +0200
+
+icecc (0.7.14-2) unstable; urgency=low
+
+  * Make init script LSB compliant
+  * Split configuration file instead of embedding it in postinst
+  * Unmark Default field as translatable in debconf templates (Closes: #387521)
+  * Rewrite long description (Closes: #387096)
+
+ -- Fathi Boudra <fboudra at free.fr>  Sun, 17 Sep 2006 23:26:54 +0200
+
+icecc (0.7.14-1) unstable; urgency=low
+
+  * New upstream release
+  * watch: fix ftp address
+
+ -- Fathi Boudra <fboudra at free.fr>  Wed, 13 Sep 2006 19:38:28 +0200
+
+icecc (0.7.12-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Fathi Boudra <fboudra at free.fr>  Mon, 11 Sep 2006 21:32:02 +0200
+
+icecc (0.7.7-1) unstable; urgency=low
+
+  * Initial Debian release (Closes: #327462)
+  * Merge Andre Woebbeking and Jonathan Riddell package
+  * Convert package to cdbs
+  * control:
+    * add cdebconf depends
+    * remove unneeded depends: coreutils and grep
+    * update descriptions
+  * copyright: complete copyrights and licence informations
+
+ -- Fathi Boudra <fboudra at free.fr>  Sun, 27 Aug 2006 12:21:38 +0200
+
+icecc (0.7.6-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Andre Woebbeking <Woebbeking at web.de>  Sun, 16 Jul 2006 19:52:23 +0200
+
+icecc (0.7.5-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Andre Woebbeking <Woebbeking at web.de>  Wed, 12 Jul 2006 21:11:42 +0200
+
+icecc (0.7.4-1) unstable; urgency=low
+
+  * New upstream version.
+  * Patches are applied upstream (rename from icecream to icecc).
+
+ -- Andre Woebbeking <Woebbeking at web.de>  Sun, 09 Jul 2006 10:01:12 +0200
+
+icecc (0.7.3a-4ubuntu2) edgy; urgency=low
+
+  * Add missing build-dep on docbook2x
+
+ -- Jonathan Riddell <jriddell at ubuntu.com>  Thu, 13 Jul 2006 12:28:15 +0000
+
+icecc (0.7.3a-4ubuntu1) edgy; urgency=low
+
+  * New upstream release
+  * Merge with upstream
+
+ -- Jonathan Riddell <jriddell at ubuntu.com>  Fri,  7 Jul 2006 11:25:44 +0000
+
+icecc (0.7.3-4) unstable; urgency=low
+
+  * Also create a group icecc for the user icecc.
+  * Build with -O2.
+
+ -- Andre Woebbeking <Woebbeking at web.de>  Mon, 03 Jun 2006 23:50:12 +0200
+
+icecc (0.7.3-3) unstable; urgency=low
+
+  * Create libicecc-dev package.
+  * Simplified debian files.
+
+ -- Andre Woebbeking <Woebbeking at web.de>  Sun, 02 Jun 2006 19:00:51 +0200
+
+icecc (0.7.3-2) unstable; urgency=low
+
+  * Made icecc --build-native work.
+
+ -- Andre Woebbeking <Woebbeking at web.de>  Sat, 01 Jun 2006 21:30:51 +0200
+
+icecc (0.7.3-1) unstable; urgency=low
+
+  * New upstream version with new protocol (changed in 0.7.0).
+  * /usr/bin/create-env is now /usr/lib/icecc/icecc-create-env
+
+ -- Andre Woebbeking <Woebbeking at web.de>  Sat, 01 Jun 2006 20:36:15 +0200
+
+icecc (0.6.1-1) unstable; urgency=low
+
+  * It still builds at the new location so just bump the version number.
+
+ -- Andre Woebbeking <Woebbeking at web.de>  Sat, 29 Apr 2006 20:36:15 +0200
+
+icecc (0.6svn20060501-0ubuntu2) dapper; urgency=low
+
+  * Create links for cc and c++
+
+ -- Jonathan Riddell <jriddell at ubuntu.com>  Thu, 25 May 2006 14:34:38 +0100
+
+icecc (0.6svn20060501-0ubuntu1) dapper; urgency=low
+
+  * Initial Ubuntu upload
+  * Updated version from SVN
+  * Add manpages
+  * Depend on adduser
+  * Remove use of debconf
+
+ -- Jonathan Riddell <jriddell at ubuntu.com>  Sat, 29 Apr 2006 20:36:15 +0200
+
+icecc (0.6-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Andre Woebbeking <Woebbeking at web.de>  Sat, 27 Nov 2004 15:36:15 +0200

Added: kde-extras/icecc/trunk/debian/compat
===================================================================
--- kde-extras/icecc/trunk/debian/compat	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/compat	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1 @@
+5

Added: kde-extras/icecc/trunk/debian/control
===================================================================
--- kde-extras/icecc/trunk/debian/control	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/control	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,36 @@
+Source: icecc
+Section: kde
+Priority: optional
+Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> 
+Uploaders: Fathi Boudra <fboudra at free.fr>, Mark Purcell <msp at debian.org>
+Build-Depends: cdbs, debhelper (>= 5), automake1.9, libtool, docbook2x
+Standards-Version: 3.7.2
+
+Package: icecc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base
+Suggests: icecc-monitor
+Description: distributed compiler (client and server)
+ 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
+Architecture: any
+Section: devel
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: development files for icecc (distributed compiler)
+ This package is part if icecc. It provides files which are necessary to build
+ icecc-monitor.
+ .
+ See the 'icecc' package for more informations.
+ .
+  Homepage: http://en.opensuse.org/Icecream

Added: kde-extras/icecc/trunk/debian/copyright
===================================================================
--- kde-extras/icecc/trunk/debian/copyright	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/copyright	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,98 @@
+This package was debianized by Fathi Boudra <fboudra at free.fr> on
+Sun, 27 Aug 2006 12:21:38 +0200.
+
+It was downloaded from ftp://ftp.suse.com/pub/projects/icecream
+
+Upstream Authors:
+   Stephan Kulow <coolo at kde.org> 
+   Michael Matz <matz at suse.de>
+   Cornelius Schumacher <cschum at suse.de>
+   Lubos Lunak <llunak at suse.cz>
+   Frerich Raabe <raabe at kde.org>
+
+icecc is based on distcc, which is (C) 2002-2003 Martin Pool <mbp at samba.org>
+and is licensed under the GPL.
+
+Copyright for safeguard, util, arg, cpp, ncpus, exitcode and tempfile code:
+   (C) 2002-2003 Martin Pool <mbp at samba.org>
+
+Copyright for environment, job and logging code:
+   (C) 2004 Stephan Kulow <coolo at suse.de>
+
+Copyright for remote, local, client, serve, main and workit code:
+   (C) 2004 Stephan Kulow <coolo at suse.de>
+   (C) 2002 2003 Martin Pool <mbp at samba.org>
+
+workit code is based on gcc, (C) 1999-2002 Free Software Foundation, Inc.
+
+Copyright for load code:
+   (C) 1999-2000 Chris Schlaeger <cs at kde.org>
+   (C) 2003 Stephan Kulow <coolo at kde.org>
+
+Copyright for comm and scheduler code:
+   (C) 2004 Michael Matz <matz at suse.de>
+   (C) 2004 Stephan Kulow <coolo at suse.de>
+
+Copyright for getifaddrs code:
+   (C) 2002 Free Software Foundation, Inc.
+   (C) 2002 Tim Jansen <tim at tjansen.de>
+
+Copyright for suse init script:
+   (C) 2003 SuSE Linux AG Nuernberg, Germany.
+
+Copyright for miniLZO code:
+   (C) 1996-2005 Markus F. X. J. Oberhumer <markus at oberhumer.com>
+
+Copyright for md5 code: (C) 1999 Aladdin Enterprises <ghost at aladin.com>
+
+License for miniLZO:
+
+ LZO and miniLZO are distributed under the terms of the GNU General
+ Public License (GPL).
+
+ Special licenses for commercial and other applications which
+ are not willing to accept the GNU General Public License
+ are available by contacting the author.
+
+License for MD5 implementation from Aladdin Enterprises:
+
+  This software is provided 'as-is', without any express or implied
+  warranty.  In no event will the authors be held liable for any damages
+  arising from the use of this software.
+
+  Permission is granted to anyone to use this software for any purpose,
+  including commercial applications, and to alter it and redistribute it
+  freely, subject to the following restrictions:
+
+  1. The origin of this software must not be misrepresented; you must not
+     claim that you wrote the original software. If you use this software
+     in a product, an acknowledgment in the product documentation would be
+     appreciated but is not required.
+  2. Altered source versions must be plainly marked as such, and must not be
+     misrepresented as being the original software.
+  3. This notice may not be removed or altered from any source distribution.
+
+License for icecc:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The icecc manpages is (C) 2006 Jonathan Riddell <jriddell at ubuntu.com> and
+is licensed under the GPL, see above.
+
+The Debian packaging is (C) 2006, Fathi Boudra <fboudra at free.fr> and
+is licensed under the GPL, see above.

Added: kde-extras/icecc/trunk/debian/docs
===================================================================
--- kde-extras/icecc/trunk/debian/docs	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/docs	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,3 @@
+NEWS
+README
+TODO

Added: kde-extras/icecc/trunk/debian/icecc.conf
===================================================================
--- kde-extras/icecc/trunk/debian/icecc.conf	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/icecc.conf	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,47 @@
+#
+# Nice level of running compilers
+#
+# ICECC_NICE_LEVEL="5"
+ICECC_NICE_LEVEL="5"
+
+#
+# icecc daemon log file
+#
+# ICECC_LOG_FILE="/var/log/iceccd.log"
+ICECC_LOG_FILE="/var/log/iceccd.log"
+
+#
+# Identification for the network the scheduler and daemon run on. 
+# You can have several distinct icecc networks in the same LAN
+# for whatever reason.
+#
+# ICECC_NETNAME=""
+ICECC_NETNAME=""
+
+# 
+# You can overwrite here the number of jobs to run in parallel. Per
+# default this depends on the number of (virtual) CPUs installed. 
+#
+# ICECC_MAX_JOBS=""
+ICECC_MAX_JOBS=""
+
+#
+# This is the directory where the icecc daemon stores the environments
+# it compiles in. In a big network this can grow quite a bit, so use some
+# path if your /tmp is small - but the user icecc has to write to it.
+# 
+# ICECC_BASEDIR="/var/cache/icecc"
+ICECC_BASEDIR="/var/cache/icecc"
+
+#
+# icecc scheduler log file
+#
+# ICECC_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler.log"
+ICECC_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler.log"
+
+#
+# If the daemon can't find the scheduler by broadcast (e.g. because 
+# of a firewall) you can specify it.
+#
+# ICECC_SCHEDULER_HOST=""
+ICECC_SCHEDULER_HOST=""

Added: kde-extras/icecc/trunk/debian/icecc.config
===================================================================
--- kde-extras/icecc/trunk/debian/icecc.config	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/icecc.config	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,27 @@
+#!/bin/sh 
+# icecc package configuration script
+
+set -e
+
+# configure some variables
+CONFIGFILE=/etc/default/icecc
+
+# source debconf stuff
+. /usr/share/debconf/confmodule
+db_version 2.0
+
+# source configuration file if exists
+if [ -e $CONFIGFILE ]; then
+	. $CONFIGFILE || true
+
+	# set configuration file values in debconf database
+	db_set icecc/daemon "$START_ICECC"
+	db_set icecc/scheduler "$START_ICECC_SCHEDULER"
+fi
+
+# ask questions
+db_input medium icecc/daemon || true
+db_input medium icecc/scheduler || true
+db_go || true
+
+exit 0

Added: kde-extras/icecc/trunk/debian/icecc.default
===================================================================
--- kde-extras/icecc/trunk/debian/icecc.default	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/icecc.default	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,71 @@
+# Defaults for icecc initscript
+# sourced by /etc/init.d/icecc
+
+#
+# should icecc be started on boot?
+#
+# START_ICECC="true"
+
+START_ICECC="true"
+
+#
+# Nice level of running compilers
+#
+# ICECC_NICE_LEVEL="5"
+
+ICECC_NICE_LEVEL="5"
+
+#
+# icecc daemon log file
+#
+# ICECC_LOG_FILE="/var/log/iceccd"
+
+ICECC_LOG_FILE="/var/log/iceccd.log"
+
+#
+# Identification for the network the scheduler and daemon run on. 
+# You can have several distinct icecc networks in the same LAN
+# for whatever reason.
+#
+# ICECC_NETNAME=""
+
+ICECC_NETNAME=""
+
+# 
+# You can overwrite here the number of jobs to run in parallel. Per
+# default this depends on the number of (virtual) CPUs installed. 
+#
+# ICECC_MAX_JOBS=""
+
+ICECC_MAX_JOBS=""
+
+#
+# This is the directory where the icecc daemon stores the environments
+# it compiles in. In a big network this can grow quite a bit, so use some
+# path if your /tmp is small - but the user icecc has to write to it.
+# 
+# ICECC_BASEDIR="/var/cache/icecc"
+
+ICECC_BASEDIR="/var/cache/icecc"
+
+#
+# Start also the scheduler?
+#
+# START_ICECC_SCHEDULER="false"
+
+START_ICECC_SCHEDULER="false"
+
+#
+# icecc scheduler log file
+#
+# ICECC_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler"
+
+ICECC_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler.log"
+
+#
+# If the daemon can't find the scheduler by broadcast (e.g. because 
+# of a firewall) you can specify it.
+#
+# ICECC_SCHEDULER_HOST=""
+
+ICECC_SCHEDULER_HOST=""

Added: kde-extras/icecc/trunk/debian/icecc.dirs
===================================================================
--- kde-extras/icecc/trunk/debian/icecc.dirs	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/icecc.dirs	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,2 @@
+var/cache/icecc
+etc/icecc
\ No newline at end of file

Added: kde-extras/icecc/trunk/debian/icecc.init
===================================================================
--- kde-extras/icecc/trunk/debian/icecc.init	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/icecc.init	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,125 @@
+#!/bin/sh
+### BEGIN INIT INFO
+# Provides:          icecc
+# Required-Start:    $local_fs $remote_fs
+# Required-Stop:     $local_fs $remote_fs
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: control icecc daemon and scheduler start at boot time
+# Description:       control icecc daemon and scheduler start at boot time by
+#                    sourcing /etc/default/icecc and /etc/icecc/icecc.conf.
+### END INIT INFO
+
+DAEMON=/usr/sbin/iceccd
+SCHEDULER=/usr/sbin/icecc-scheduler
+CONFIGFILE=/etc/icecc/icecc.conf
+DEFAULTFILE=/etc/default/icecc
+
+# Read configuration files
+[ -r $CONFIGFILE ] && . $CONFIGFILE
+[ -r $DEFAULTFILE ] && . $DEFAULTFILE
+
+test -x $DAEMON || exit 0
+
+. /lib/lsb/init-functions
+
+netname=
+if test -n "$ICECC_NETNAME"; then
+	netname="-n $ICECC_NETNAME"
+fi
+
+start_icecc_daemon() {
+	logfile=""
+	if test -n "$ICECC_LOG_FILE"; then
+		logfile="-l $ICECC_LOG_FILE"
+	fi
+	nice= 
+	if test -n "$ICECC_NICE_LEVEL"; then
+		nice="--nice $ICECC_NICE_LEVEL"
+	fi
+	scheduler=
+	if test -n "$ICECC_SCHEDULER_HOST"; then
+		scheduler="-s $ICECC_SCHEDULER_HOST"
+	fi
+	basedir=
+	if test -n "$ICECC_BASEDIR"; then
+		basedir="-b $ICECC_BASEDIR"
+	fi
+	maxjobs=
+	if test -n "$ICECC_MAX_JOBS"; then
+		maxjobs="-m $ICECC_MAX_JOBS"
+	fi
+
+	start-stop-daemon --start --quiet --exec $DAEMON -- \
+	-d "$logfile" $nice $scheduler $netname -u icecc $basedir $maxjobs
+}
+
+stop_icecc_daemon() {
+	start-stop-daemon --stop --quiet --signal TERM --oknodo --exec $DAEMON
+}
+
+start_icecc_scheduler() {
+	if test -z "$ICECC_SCHEDULER_LOG_FILE"; then
+		ICECC_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler"
+	fi
+
+	logfile="-l $ICECC_SCHEDULER_LOG_FILE"
+	: > $ICECC_SCHEDULER_LOG_FILE
+	chown icecc $ICECC_SCHEDULER_LOG_FILE
+	start-stop-daemon --start --quiet --chuid icecc \
+	--exec $SCHEDULER -- -d $logfile $netname
+}
+
+stop_icecc_scheduler() {
+	start-stop-daemon --stop --quiet --signal TERM --oknodo --exec $SCHEDULER
+}
+
+case "$1" in
+    start)
+        if [ "$START_ICECC" = "true" ]; then
+            log_daemon_msg "Starting distributed compiler daemon" "iceccd"
+            start_icecc_daemon
+            log_end_msg $?
+        fi
+
+        if [ "$START_ICECC_SCHEDULER" = "true" ]; then
+            log_daemon_msg "Starting distributed compiler scheduler" "icecc-scheduler"
+            start_icecc_scheduler
+            log_end_msg $?
+        fi
+        ;;
+  stop)
+        log_daemon_msg "Stopping distributed compiler daemon" "iceccd"
+        stop_icecc_daemon
+        log_end_msg $?
+
+        log_daemon_msg "Stopping distributed compiler scheduler" "icecc_scheduler"
+        stop_icecc_scheduler
+        log_end_msg $?
+        ;;
+  restart|force-reload)
+        log_daemon_msg "Restarting distributed compiler daemon" "iceccd"
+        stop_icecc_daemon
+        sleep 1
+        if [ "$START_ICECC" = "true" ]; then
+            start_icecc_daemon
+        fi
+        log_end_msg $?
+
+        log_daemon_msg "Restarting distributed compiler scheduler" "icecc-scheduler"
+        stop_icecc_scheduler
+        sleep 1
+        if [ "$START_ICECC_SCHEDULER" = "true" ]; then
+            start_icecc_scheduler
+        fi
+        log_end_msg $?
+        ;;
+  *)
+        N=/etc/init.d/icecc
+        echo "Usage: $N {start|stop|restart|force-reload}" >&2
+        exit 1
+        ;;
+esac
+
+exit 0
+

Added: kde-extras/icecc/trunk/debian/icecc.install
===================================================================
--- kde-extras/icecc/trunk/debian/icecc.install	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/icecc.install	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,4 @@
+usr/bin/icecc
+usr/lib/icecc/icecc-create-env
+usr/sbin/icecc-scheduler
+usr/sbin/iceccd

Added: kde-extras/icecc/trunk/debian/icecc.links
===================================================================
--- kde-extras/icecc/trunk/debian/icecc.links	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/icecc.links	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,4 @@
+usr/bin/icecc usr/lib/icecc/bin/c++
+usr/bin/icecc usr/lib/icecc/bin/cc
+usr/bin/icecc usr/lib/icecc/bin/g++
+usr/bin/icecc usr/lib/icecc/bin/gcc

Added: kde-extras/icecc/trunk/debian/icecc.logrotate
===================================================================
--- kde-extras/icecc/trunk/debian/icecc.logrotate	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/icecc.logrotate	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,18 @@
+# logrotate.d example configuration for icecc, contributed by Dag
+# Wieers.
+
+# The "copytruncate" option means icecc can keep appending to the
+# same filehandle.  You would otherwise need to shut down and restart
+# iceccd.
+
+/var/log/iceccd.log {
+       missingok
+       copytruncate
+       notifempty
+}
+
+/var/log/icecc_scheduler.log {
+       missingok
+       copytruncate
+       notifempty
+}

Added: kde-extras/icecc/trunk/debian/icecc.postinst
===================================================================
--- kde-extras/icecc/trunk/debian/icecc.postinst	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/icecc.postinst	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,53 @@
+#!/bin/sh -e
+# postinst script for icecc
+
+set -e
+
+# configure some variables
+CONFIGFILE=/etc/default/icecc
+ICECC_GROUP=icecc
+ICECC_USER=icecc
+ICECC_HOME=/var/cache/icecc
+
+# source debconf stuff
+. /usr/share/debconf/confmodule
+db_version 2.0
+
+# generate configuration file
+echo "# Defaults for icecc initscript" > $CONFIGFILE
+echo "# sourced by /etc/init.d/icecc" >> $CONFIGFILE
+echo "START_ICECC=" >> $CONFIGFILE
+echo "START_ICECC_SCHEDULER=" >> $CONFIGFILE
+
+# retrieve various configuration options from debconf
+db_get icecc/daemon
+START_ICECC="$RET"
+
+db_get icecc/scheduler
+START_ICECC_SCHEDULER="$RET"
+
+# done with debconf
+db_stop
+
+cp -a -f $CONFIGFILE $CONFIGFILE.tmp
+
+sed -e "s/^ *START_ICECC=.*/START_ICECC=\"$START_ICECC\"/" \
+    -e "s/^ *START_ICECC_SCHEDULER=.*/START_ICECC_SCHEDULER=\"$START_ICECC_SCHEDULER\"/" \
+    < $CONFIGFILE > $CONFIGFILE.tmp
+
+mv -f $CONFIGFILE.tmp $CONFIGFILE
+
+# create group
+grep -q $ICECC_GROUP /etc/group || ( echo Creating $ICECC_GROUP group... ; \
+addgroup --quiet --system $ICECC_GROUP)
+
+# create user
+grep -q $ICECC_USER /etc/passwd || ( echo Creating $ICECC_USER user... ; \
+adduser --quiet --system --ingroup $ICECC_GROUP \
+--home $ICECC_HOME --no-create-home $ICECC_USER )
+
+chown $ICECC_USER:$ICECC_GROUP $ICECC_HOME
+
+#DEBHELPER#
+
+exit 0

Added: kde-extras/icecc/trunk/debian/icecc.postrm
===================================================================
--- kde-extras/icecc/trunk/debian/icecc.postrm	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/icecc.postrm	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,36 @@
+#!/bin/sh
+# postrm script for icecc
+
+set -e
+
+# configure some variables
+ICECC_GROUP=icecc
+ICECC_USER=icecc
+
+case "$1" in
+	purge)
+		grep -q $ICECC_USER /etc/passwd && \
+		(echo Deleting $ICECC_USER user... ; \
+		deluser --quiet --system $ICECC_USER)
+
+		grep -q $ICECC_GROUP /etc/group && \
+		(echo Deleting $ICECC_GROUP group... ; \
+		delgroup --quiet --system $ICECC_GROUP)
+
+		rm -rf /etc/icecc 
+		rm -rf /var/cache/icecc
+		rm -f /etc/default/icecc
+		;;
+	remove)
+		;;	
+	upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+		;;
+	*)
+		echo "postrm called with unknown argument \`$1'" >&2
+		exit 1
+		;;
+esac
+
+#DEBHELPER#
+
+exit 0

Added: kde-extras/icecc/trunk/debian/icecc.templates
===================================================================
--- kde-extras/icecc/trunk/debian/icecc.templates	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/icecc.templates	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,21 @@
+Template: icecc/daemon
+Type: boolean
+Default: true
+_Description: Start the icecc daemon on startup?
+ icecc can be run as a daemon, listening for incoming connections.
+ .
+ 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'.
+
+Template: icecc/scheduler
+Type: boolean
+Default: false
+_Description: Start the icecc scheduler on startup?
+ 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, 
+ you should not start it automatically on startup. If you later change your
+ mind, you can run: 'dpkg-reconfigure icecc'.

Added: kde-extras/icecc/trunk/debian/libicecc-dev.install
===================================================================
--- kde-extras/icecc/trunk/debian/libicecc-dev.install	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/libicecc-dev.install	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,5 @@
+usr/include/icecc/comm.h
+usr/include/icecc/job.h
+usr/lib/libicecc.a
+usr/lib/libicecc.la
+usr/lib/pkgconfig/icecc.pc

Added: kde-extras/icecc/trunk/debian/man/icecc-create-env.xml
===================================================================
--- kde-extras/icecc/trunk/debian/man/icecc-create-env.xml	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/man/icecc-create-env.xml	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+]>
+<refentry>
+  <refentryinfo>
+    <author>
+      <firstname>Jonathan</firstname>
+      <surname>Riddell</surname>
+      <email>jriddell at ubuntu.com</email>
+    </author>
+    <copyright>
+      <year>2006</year>
+      <holder>Jonathan Riddell</holder>
+    </copyright>
+    <!-- XXX IMPORTANT XXX -->
+    <!-- Keep this date up to date: -->
+    <date>2006-07-07</date>
+    <!--  ^^^^^^^^^^ -->
+  </refentryinfo>
+  <refmeta>
+    <refentrytitle>icecc-create-env</refentrytitle>
+    <manvolnum>1</manvolnum>
+  </refmeta>
+  <refnamediv>
+    <refname>icecc-create-env</refname>
+    <refpurpose>Create a tar for icecream distributed compiler to use</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>icecc-create-env</command>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+    <para>
+      /usr/lib/icecc/icecc-create-env creates an archive file containing all the files necessary to setup the compiler environment. The file will have a random unique name like "ddaea39ca1a7c88522b185eca04da2d8.tar.bz2" per default. Rename it to something more expressive for your convenience, e.g. "i386-3.3.1.tar.bz2".
+    </para>
+    <para>
+Set ICECC_VERSION=&lt;filename_of_archive_containing_your_environment&gt; in the shell environment where you start the compile jobs and the file will be transfered to the daemons where your compile jobs run and installed to a chroot environment for executing the compile jobs in the environment fitting to the environment of the client. This requires that the icecream deamon runs as root.
+
+    </para>
+
+    <para>
+If you do not set ICECC_VERSION, the client will use a tar ball provided by the daemon running on the same machine. So you can always be sure you're not tricked by incompatible gcc versions - and you can share your computer with users of other distributions.
+
+    </para>
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+    <para>
+      icecc-create-env takes no options.
+    </para>
+  </refsect1>
+  <refsect1>
+    <title>COPYRIGHT</title>
+    <para>
+      This manual page was written by Jonathan Riddell
+      <email>jriddell at ubuntu.com</email> for the
+      <productname>Kubuntu</productname> system (but may be used by others).
+      Permission is granted to copy, distribute and/or modify this document
+      under the terms of the <acronym>GNU</acronym> General Public License,
+      Version 2 or any later version published by the Free Software Foundation.
+    </para>
+    <para>
+      On Debian systems, the complete text of the GNU General Public
+      License can be found in
+      <filename>/usr/share/common-licenses/GPL</filename>.
+    </para>
+  </refsect1>
+</refentry>

Added: kde-extras/icecc/trunk/debian/man/icecc-scheduler.xml
===================================================================
--- kde-extras/icecc/trunk/debian/man/icecc-scheduler.xml	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/man/icecc-scheduler.xml	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+]>
+<refentry>
+  <refentryinfo>
+    <author>
+      <firstname>Jonathan</firstname>
+      <surname>Riddell</surname>
+      <email>jriddell at ubuntu.com</email>
+    </author>
+    <copyright>
+      <year>2006</year>
+      <holder>Jonathan Riddell</holder>
+    </copyright>
+    <!-- XXX IMPORTANT XXX -->
+    <!-- Keep this date up to date: -->
+    <date>2006-05-01</date>
+    <!--  ^^^^^^^^^^ -->
+  </refentryinfo>
+  <refmeta>
+    <refentrytitle>icecc-scheduler</refentrytitle>
+    <manvolnum>1</manvolnum>
+  </refmeta>
+  <refnamediv>
+    <refname>icecc-scheduler</refname>
+    <refpurpose>Scheduler for your icecream compile cluster</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>icecc-scheduler</command>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+    <para>
+      icecc-scheduler is the server which organises compiles on the icecream compile cluster.
+    </para>
+    <para>
+     WARNING: Never use icecream in untrusted environments. Run the deamons and the scheduler as unpriviliged user in such networks if you have to. Howeveryou will then have to rely on homogeneous networks.
+    </para>
+    <para>
+     To run the scheduler make sure START_ICECC_SCHEDULER="true" is set in /etc/default/icecc and run sudo /etc/init.d/icecc start (it will also start at bootup).
+    </para>
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+    <para>
+      icecc-scheduler takes no options.
+    </para>
+  </refsect1>
+  <refsect1>
+    <title>COPYRIGHT</title>
+    <para>
+      This manual page was written by Jonathan Riddell
+      <email>jriddell at ubuntu.com</email> for the
+      <productname>Kubuntu</productname> system (but may be used by others).
+      Permission is granted to copy, distribute and/or modify this document
+      under the terms of the <acronym>GNU</acronym> General Public License,
+      Version 2 or any later version published by the Free Software Foundation.
+    </para>
+    <para>
+      On Debian systems, the complete text of the GNU General Public
+      License can be found in
+      <filename>/usr/share/common-licenses/GPL</filename>.
+    </para>
+  </refsect1>
+</refentry>

Added: kde-extras/icecc/trunk/debian/man/icecc.xml
===================================================================
--- kde-extras/icecc/trunk/debian/man/icecc.xml	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/man/icecc.xml	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+]>
+<refentry>
+  <refentryinfo>
+    <author>
+      <firstname>Jonathan</firstname>
+      <surname>Riddell</surname>
+      <email>jriddell at ubuntu.com</email>
+    </author>
+    <copyright>
+      <year>2006</year>
+      <holder>Jonathan Riddell</holder>
+    </copyright>
+    <!-- XXX IMPORTANT XXX -->
+    <!-- Keep this date up to date: -->
+    <date>2006-05-01</date>
+    <!--  ^^^^^^^^^^ -->
+  </refentryinfo>
+  <refmeta>
+    <refentrytitle>icecc</refentrytitle>
+    <manvolnum>1</manvolnum>
+  </refmeta>
+  <refnamediv>
+    <refname>icecc</refname>
+    <refpurpose>icecream distributed compiler</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>icemon</command>
+      <arg choice="opt">
+        <option><replaceable>[compile options] -o OBJECT -c SOURCE</replaceable></option>
+      </arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+    <para>
+      icecc is used to compile your C/C++ programmes with icecream over an icecream cluster.
+    </para>
+    <para>
+      You should not generally call icecc directly but make sure the gcc/g++ symlinks to it are in your path when compiling.
+      export PATH=/usr/lib/icecc/bin/:$PATH
+    </para>
+  </refsect1>
+  <refsect1>
+    <title>ENVIRONMENT VARIABLES</title>
+    <para>
+      <variablelist>
+        <title>Environement Variables:</title>
+        <varlistentry>
+          <term> <option>ICECC_VERSION</option> </term>
+          <listitem> <para>Use a specific icecc environment, see create-env</para> </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term> <option>ICECC_REPEAT_RATE</option> </term>
+          <listitem> <para>The number of jobs out of 1000 that should be
+                              compiled on multiple hosts to ensure that they're
+                              producing the same output.  The default is 10.</para> </listitem>
+        </varlistentry>
+      </variablelist>
+    </para>
+  </refsect1>
+  <refsect1>
+    <title>COPYRIGHT</title>
+    <para>
+      This manual page was written by Jonathan Riddell
+      <email>jriddell at ubuntu.com</email> for the
+      <productname>Kubuntu</productname> system (but may be used by others).
+      Permission is granted to copy, distribute and/or modify this document
+      under the terms of the <acronym>GNU</acronym> General Public License,
+      Version 2 or any later version published by the Free Software Foundation.
+    </para>
+    <para>
+      On Debian systems, the complete text of the GNU General Public
+      License can be found in
+      <filename>/usr/share/common-licenses/GPL</filename>.
+    </para>
+  </refsect1>
+</refentry>

Added: kde-extras/icecc/trunk/debian/man/iceccd.xml
===================================================================
--- kde-extras/icecc/trunk/debian/man/iceccd.xml	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/man/iceccd.xml	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+]>
+<refentry>
+  <refentryinfo>
+    <author>
+      <firstname>Jonathan</firstname>
+      <surname>Riddell</surname>
+      <email>jriddell at ubuntu.com</email>
+    </author>
+    <copyright>
+      <year>2006</year>
+      <holder>Jonathan Riddell</holder>
+    </copyright>
+    <!-- XXX IMPORTANT XXX -->
+    <!-- Keep this date up to date: -->
+    <date>2006-05-01</date>
+    <!--  ^^^^^^^^^^ -->
+  </refentryinfo>
+  <refmeta>
+    <refentrytitle>iceccd</refentrytitle>
+    <manvolnum>1</manvolnum>
+  </refmeta>
+  <refnamediv>
+    <refname>iceccd</refname>
+    <refpurpose>Server for an icecream compile cluster</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>iceccd  [-n &lt;netname&gt;] [-m &lt;max_processes&gt;] [-w] [-d|--daemonize] [-l logfile] [-s &lt;schedulerhost&gt;] [-v[v[v]]] [-r|--run-as-user] [-b &lt;env-basedir&gt;] [-u|--nobody-uid &lt;nobody_uid&gt;] [--cache-limit &lt;MB&gt;] [-N &lt;node_name&gt;]</command>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+    <para>
+      iceccd is a server for your icecream compile cluster, it must be run on every computer in the cluster.
+    </para>
+    <para>
+     You must also run icecc-scheduler on one computer in the cluster.
+    </para>
+    <para>
+      To use iceccd make sure START_ICECC="true" is set in /etc/default/icecc and run sudo /etc/init.d/icecc start (it will also start at boot).
+    </para>
+  </refsect1>
+  <refsect1>
+    <title>COPYRIGHT</title>
+    <para>
+      This manual page was written by Jonathan Riddell
+      <email>jriddell at ubuntu.com</email> for the
+      <productname>Kubuntu</productname> system (but may be used by others).
+      Permission is granted to copy, distribute and/or modify this document
+      under the terms of the <acronym>GNU</acronym> General Public License,
+      Version 2 or any later version published by the Free Software Foundation.
+    </para>
+    <para>
+      On Debian systems, the complete text of the GNU General Public
+      License can be found in
+      <filename>/usr/share/common-licenses/GPL</filename>.
+    </para>
+  </refsect1>
+</refentry>

Added: kde-extras/icecc/trunk/debian/patches/10_rename_scheduler.diff
===================================================================
--- kde-extras/icecc/trunk/debian/patches/10_rename_scheduler.diff	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/patches/10_rename_scheduler.diff	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,16 @@
+diff -Nur icecc-0.7.7/services/Makefile.am icecc-0.7.7.new/services/Makefile.am
+--- icecc-0.7.7/services/Makefile.am	2006-07-08 19:45:22.000000000 +0200
++++ icecc-0.7.7.new/services/Makefile.am	2006-08-28 12:29:56.000000000 +0200
+@@ -10,9 +10,9 @@
+ ice_HEADERS = job.h comm.h
+ icedir = $(includedir)/icecc
+ 
+-sbin_PROGRAMS = scheduler
+-scheduler_SOURCES = scheduler.cpp
+-scheduler_LDADD = libicecc.la
++sbin_PROGRAMS = icecc-scheduler
++icecc_scheduler_SOURCES = scheduler.cpp
++icecc_scheduler_LDADD = libicecc.la
+ 
+ pkgconfigdir = $(libdir)/pkgconfig
+ pkgconfig_DATA = icecc.pc

Added: kde-extras/icecc/trunk/debian/patches/Bug#41723-GCC4.3.diff
===================================================================
--- kde-extras/icecc/trunk/debian/patches/Bug#41723-GCC4.3.diff	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/patches/Bug#41723-GCC4.3.diff	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,156 @@
+From tbm at cyrius.com Mon Apr  2 07:14:50 2007
+Return-path: <pkg-kde-extras-bounces+msp=debian.org at lists.alioth.debian.org>
+Envelope-to: debian at purcell.id.au
+Delivery-date: Sun, 01 Apr 2007 22:20:28 +0100
+Received: from master.debian.org ([70.103.162.29])
+	by bristol.purcell.id.au with esmtp (Exim 4.63)
+	(envelope-from <pkg-kde-extras-bounces+msp=debian.org at lists.alioth.debian.org>)
+	id 1HY7T6-00017G-8K
+	for debian at purcell.id.au; Sun, 01 Apr 2007 22:20:28 +0100
+Received: from alioth.debian.org ([217.196.43.134])
+	by master.debian.org with esmtp (Exim 4.50)
+	id 1HY7Sf-0000Vc-TI
+	for debian at purcell.id.au; Sun, 01 Apr 2007 21:19:42 +0000
+Received: from localhost ([127.0.0.1] helo=alioth.debian.org)
+	by alioth.debian.org with esmtp (Exim 4.50)
+	id 1HY7ST-0005oq-2C
+	for msp at debian.org; Sun, 01 Apr 2007 21:19:29 +0000
+Received: from rietz.debian.org ([140.211.166.43])
+	by alioth.debian.org with esmtp (Exim 4.50) id 1HY7SM-0005oe-1T
+	for pkg-kde-extras at lists.alioth.debian.org;
+	Sun, 01 Apr 2007 21:19:27 +0000
+Received: from debbugs by rietz.debian.org with local (Exim 4.50)
+	id 1HY7R7-0008VA-ED; Sun, 01 Apr 2007 21:18:05 +0000
+X-Loop: owner at bugs.debian.org
+Resent-From: Martin Michlmayr <tbm at cyrius.com>
+Resent-To: debian-bugs-dist at lists.debian.org
+Resent-CC: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Resent-Date: Sun, 01 Apr 2007 21:18:02 +0000
+Resent-Message-ID: <handler.417230.B.117546210728144 at bugs.debian.org>
+X-Debian-PR-Message: report 417230
+X-Debian-PR-Package: icecc
+X-Debian-PR-Keywords: patch
+X-Debian-PR-Source: icecc
+Received: via spool by submit at bugs.debian.org id=B.117546210728144
+	(code B ref -1); Sun, 01 Apr 2007 21:18:02 +0000
+Received: (at submit) by bugs.debian.org; 1 Apr 2007 21:15:07 +0000
+Received: from sorrow.cyrius.com ([65.19.161.204])
+	by rietz.debian.org with esmtp (Exim 4.50) id 1HY7OE-0007IP-6E
+	for submit at bugs.debian.org; Sun, 01 Apr 2007 21:15:07 +0000
+Received: by sorrow.cyrius.com (Postfix, from userid 10)
+	id 6469464D3D; Sun,  1 Apr 2007 21:15:05 +0000 (UTC)
+Received: by deprecation.cyrius.com (Postfix, from userid 1000)
+	id 2757754373; Sun,  1 Apr 2007 22:14:50 +0100 (BST)
+Date: Sun, 1 Apr 2007 22:14:50 +0100
+From: Martin Michlmayr <tbm at cyrius.com>
+To: submit at bugs.debian.org
+Message-ID: <20070401211449.GM29178 at deprecation.cyrius.com>
+References: <E1HWMh0-0001Vw-50 at coconut0>
+MIME-Version: 1.0
+Content-Type: text/plain;
+  charset=us-ascii
+Content-Disposition: inline
+In-Reply-To: <E1HWMh0-0001Vw-50 at coconut0>
+User-Agent: Mutt/1.5.13 (2006-08-11)
+Delivered-To: submit at bugs.debian.org
+Resent-Sender: Debian BTS <debbugs at bugs.debian.org>
+Resent-Date: Sun, 01 Apr 2007 21:18:05 +0000
+X-BeenThere: pkg-kde-extras at lists.alioth.debian.org
+X-Mailman-Version: 2.1.5
+Precedence: list
+Reply-To: Martin Michlmayr <tbm at cyrius.com>,
+ 417230 at bugs.debian.org
+List-Id: "List for the maintainers of stuff under pkd-kde/kde-extras."
+	<pkg-kde-extras.lists.alioth.debian.org>
+List-Unsubscribe: <http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras>,
+	<mailto:pkg-kde-extras-request at lists.alioth.debian.org?subject=unsubscribe>
+List-Archive: <http://lists.alioth.debian.org/pipermail/pkg-kde-extras>
+List-Post: <mailto:pkg-kde-extras at lists.alioth.debian.org>
+List-Help: <mailto:pkg-kde-extras-request at lists.alioth.debian.org?subject=help>
+List-Subscribe: <http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras>,
+	<mailto:pkg-kde-extras-request at lists.alioth.debian.org?subject=subscribe>
+Sender: pkg-kde-extras-bounces+msp=debian.org at lists.alioth.debian.org
+Errors-To: pkg-kde-extras-bounces+msp=debian.org at lists.alioth.debian.org
+X-SA-Exim-Connect-IP: 70.103.162.29
+X-SA-Exim-Rcpt-To: debian at purcell.id.au
+X-SA-Exim-Mail-From: pkg-kde-extras-bounces+msp=debian.org at lists.alioth.debian.org
+X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on debian
+X-Spam-Level: 
+X-Spam-Status: No, score=-2.6 required=1.0 tests=AWL,BAYES_00,
+	UNPARSEABLE_RELAY autolearn=ham version=3.1.7-deb
+X-Spam-Report: 
+	*  0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay
+	*      lines
+	* -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1%
+	*      [score: 0.0000]
+	* -0.0 AWL AWL: From: address is in the auto white-list
+Subject: [Pkg-kde-extras] Bug#417230: FTBFS with GCC 4.3: missing #includes
+X-SA-Exim-Version: 4.2.1 (built Tue, 09 Jan 2007 17:23:22 +0000)
+X-SA-Exim-Scanned: Yes (on bristol.purcell.id.au)
+X-Length: 7506
+X-KMail-EncryptionState:  
+X-KMail-SignatureState:  
+X-KMail-MDN-Sent:  
+X-UID: 2340
+Status: R
+X-Status: NC
+
+Package: icecc
+Version: 0.7.14-4
+Usertags: ftbfs-gcc-4.3
+Tags: patch
+
+Your package fails to build with GCC 4.3.  Version 4.3 has not been
+released yet but I'm building with a snapshot in order to find errors
+and give people an advance warning.  In GCC 4.3, the C++ header
+dependencies have been cleaned up.  The advantage of this is that
+programs will compile faster.  The downside is that you actually
+need to directly #include everything you use (but you really should
+do this anyway, otherwise your program won't work with any compiler
+other than GCC).  Some background of this can be found at
+http://gcc.gnu.org/PR28080
+
+You can reproduce this problem with gcc-snapshot from unstable.
+
+
+> Automatic build of icecc_0.7.14-4 on coconut0 by sbuild/ia64 0.49
+...
+>  g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./../minilzo -fPIC -DPIC -W -Wall -Wimplicit -Wpointer-arith -Wcast-align -Wwrite-strings -g -Wall -O2 -c job.cpp -o libicecc_la-job.o
+> In file included from job.cpp:22:
+> logging.h:85: error: 'uint' does not name a type
+> logging.h: In constructor 'log_block::log_block(const char*)':
+> logging.h:92: error: 'nesting' was not declared in this scope
+> logging.h:98: error: 'nesting' was not declared in this scope
+> logging.h: In destructor 'log_block::~log_block()':
+> logging.h:109: error: 'nesting' was not declared in this scope
+> logging.h:115: error: 'free' was not declared in this scope
+^^^^^^^^^^^^^^^^^^^
+> /usr/lib/gcc-snapshot/lib/gcc/ia64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/bits/basic_string.h: In member function 'std::basic_string<_CharT, _Traits, _Alloc>::_Rep* std::basic_string<_CharT, _Traits, _Alloc>::_M_rep() const [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]':
+> /usr/lib/gcc-snapshot/lib/gcc/ia64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/bits/basic_string.h:496:   instantiated from 'std::basic_string<_CharT, _Traits, _Alloc>::~basic_string() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]'
+> job.h:32:   instantiated from here
+> /usr/lib/gcc-snapshot/lib/gcc/ia64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/bits/basic_string.h:288: warning: cast from 'char*' to 'std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep*' increases required alignment of target type
+> make[3]: *** [libicecc_la-job.lo] Error 1
+> make[3]: Leaving directory `/build/tbm/icecc-0.7.14/services'
+
+
+--- services/logging.h~	2007-04-01 21:06:21.000000000 +0000
++++ services/logging.h	2007-04-01 21:06:28.000000000 +0000
+@@ -21,6 +21,7 @@
+ #ifndef _LOGGING_H
+ #define _LOGGING_H
+ 
++#include <cstdlib>
+ #include <sys/time.h>
+ #include <errno.h>
+ #include <string>
+
+-- 
+Martin Michlmayr
+http://www.cyrius.com/
+
+
+_______________________________________________
+pkg-kde-extras mailing list
+pkg-kde-extras at lists.alioth.debian.org
+http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras
+

Added: kde-extras/icecc/trunk/debian/po/POTFILES.in
===================================================================
--- kde-extras/icecc/trunk/debian/po/POTFILES.in	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/po/POTFILES.in	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] icecc.templates

Added: kde-extras/icecc/trunk/debian/po/cs.po
===================================================================
--- kde-extras/icecc/trunk/debian/po/cs.po	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/po/cs.po	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,66 @@
+# Czech translation of icecc debconf messages.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the icecc package.
+# Miroslav Kure <kurem at debian.cz>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: icecc\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: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: Miroslav Kure <kurem at debian.cz>\n"
+"Language-Team: Czech <debian-l10n-czech 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
+#: ../icecc.templates:1001
+msgid "Start the icecc daemon on startup?"
+msgstr "Spustit daemon icecc při zavádění systému?"
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:1001
+msgid "icecc can be run as a daemon, listening for incoming connections."
+msgstr "icecc může běžet jako daemon a naslouchat příchozím spojením."
+
+#. 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 ""
+"Tento daemon musí běžet na každém počítači v kompilovací farmě. Pokud později "
+"změníte názor, můžete spustit: `dpkg-reconfigure icecc'."
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:2001
+msgid "Start the icecc scheduler on startup?"
+msgstr "Spustit plánovač icecc při zavádění systému?"
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:2001
+msgid ""
+"The scheduler can be run as a daemon, listening for incoming connections."
+msgstr "Plánovač může běžet jako daemon a naslouchat příchozím spojením."
+
+#. 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 ""
+"Pro celou kompilovací farmu stačí jediný plánovač. Pokud si nejste jisti, "
+"nespouštějte ho automaticky při zavádění systému. Jestliže později změníte "
+"názor, můžete spustit `dpkg-reconfigure icecc'."

Added: kde-extras/icecc/trunk/debian/po/de.po
===================================================================
--- kde-extras/icecc/trunk/debian/po/de.po	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/po/de.po	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,70 @@
+# Translation of icecc debconf templates to German
+# Copyright (C) Helge Kreutzmann <debian at helgefjell.de>, 2007.
+# This file is distributed under the same license as the icecc package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: icecc 0.7.14-4\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: 2007-03-04 20:52+0100\n"
+"Last-Translator: Helge Kreutzmann <debian at helgefjell.de>\n"
+"Language-Team: German <debian-l10n-german at lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:1001
+msgid "Start the icecc daemon on startup?"
+msgstr "Den Icecc-Daemon beim Systemstart starten?"
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:1001
+msgid "icecc can be run as a daemon, listening for incoming connections."
+msgstr "Icecc kann als Daemon laufen und auf eingehende Verbindungen warten."
+
+#. 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 ""
+"Sie haben die Möglichkeit, den Icecc-Daemon automatisch beim Hochfahren des "
+"Rechners zu starten. Sie benötigen einen laufenden Daemon auf jedem Computer, "
+"der Teil der Compile-Farm sein soll. Falls Sie später Ihre Meinung ändern, "
+"können Sie »dpkg-reconfigure icecc« ausführen."
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:2001
+msgid "Start the icecc scheduler on startup?"
+msgstr "Das Icecc-Planprogramm (Scheduler) beim Systemstart starten?"
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:2001
+msgid ""
+"The scheduler can be run as a daemon, listening for incoming connections."
+msgstr ""
+"Das Planprogramm kann als Daemon laufen und auf eingehende Verbindungen "
+"warten."
+
+#. 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 ""
+"Sie haben die Möglichkeit, das Planprogramm automatisch beim Systemstart zu "
+"starten. Sie benötigen ein Planprogramm in Ihrer Compile-Farm. Im Zweifel "
+"sollten Sie es nicht automatisch beim Systemstart starten. Falls Sie später "
+"Ihre Meinung ändern, führen Sie »dpkg-reconfigure icecc« aus."

Added: kde-extras/icecc/trunk/debian/po/fr.po
===================================================================
--- kde-extras/icecc/trunk/debian/po/fr.po	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/po/fr.po	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,73 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Guilhelm Panaget <guilhelm.panaget at free.fr>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: icecc\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: 2006-09-20 21:31+0100\n"
+"Last-Translator: Guilhelm Panaget <guilhelm.panaget at free.fr>\n"
+"Language-Team: French <debian-l10n-french at lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:1001
+msgid "Start the icecc daemon on startup?"
+msgstr "Faut-il lancer le démon icecc au démarrage ?"
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:1001
+msgid "icecc can be run as a daemon, listening for incoming connections."
+msgstr ""
+"Icecc peut être lancé en tant que démon, à l'écoute de connexions 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 ""
+"Vous avez la possibilité de lancer automatiquement le démon icecc au "
+"démarrage du système. Chaque membre de la ferme de compilation doit avoir un "
+"démon actif. Vous pourrez revenir sur ce choix ultérieurement en exécutant "
+"la commande « dpkg-reconfigure icecc »."
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:2001
+msgid "Start the icecc scheduler on startup?"
+msgstr "Faut-il lancer l'ordonnanceur d'icecc au démarrage ?"
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:2001
+msgid ""
+"The scheduler can be run as a daemon, listening for incoming connections."
+msgstr ""
+"L'ordonnanceur peut être lancé en tant que démon, à l'écoute de connexions "
+"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 ""
+"Vous avez la possibilité de lancer automatiquement l'ordonnanceur d'icecc au "
+"démarrage du système. Il vous faut un seul ordonnanceur dans votre ferme "
+"de compilation. Dans le doute, vous ne devriez pas le lancer automatiquement "
+"au démarrage. Vous pourrez revenir sur ce choix ultérieurement en exécutant "
+"la commande « dpkg-reconfigure icecc »."

Added: kde-extras/icecc/trunk/debian/po/pt.po
===================================================================
--- kde-extras/icecc/trunk/debian/po/pt.po	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/po/pt.po	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,74 @@
+# Portuguese translation of icecc's debconf messages.
+# Copyright (C) 2007
+# This file is distributed under the same license as the icecc package.
+# Luísa Lourenço <kikentai at gmail.com>, 2007.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: icecc 0.7.14-4\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: 2007-03-14 11:40+0000\n"
+"Last-Translator: Luísa Lourenço <kikentai at gmail.com>\n"
+"Language-Team: Portuguese <traduz at debianpt.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:1001
+msgid "Start the icecc daemon on startup?"
+msgstr "Iniciar o daemon icecc no arranque?"
+
+#. Type: boolean
+#. Description
+#, fuzzy
+#: ../icecc.templates:1001
+msgid "icecc can be run as a daemon, listening for incoming connections."
+msgstr "icecc pode ser iniciado como um daemon, à espera de conexões de entrada."
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:1001
+#, fuzzy
+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 ""
+"Tem a opção de iniciar o daemon icecc automaticamente no arranque do "
+"computador. Precisa de um daemon a correr em todos os computadores que devam "
+"fazer parte da compile farm. Se mais tarde mudar de ideias, pode correr: "
+"'dpkg-reconfigure icecc'."
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:2001
+msgid "Start the icecc scheduler on startup?"
+msgstr "Iniciar o escalonador do icecc no arranque?"
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:2001
+#, fuzzy
+msgid ""
+"The scheduler can be run as a daemon, listening for incoming connections."
+msgstr ""
+"O escalonador pode ser corrido como um daemon, à espera de conexões de entrada."
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:2001
+#, fuzzy
+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 ""
+"Tem a opção de iniciar o escalonador do icecc automaticamente no "
+"arranque do computador. Precisa de um escalonador na sua compile farm. Em "
+"caso de dúvida, não o deve começar automaticamente no arranque. Se mais tarde "
+"mudar de ideias, pode correr: 'dpkg-reconfigure icecc'."

Added: kde-extras/icecc/trunk/debian/po/templates.pot
===================================================================
--- kde-extras/icecc/trunk/debian/po/templates.pot	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/po/templates.pot	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,62 @@
+# 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.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\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: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:1001
+msgid "Start the icecc daemon on startup?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:1001
+msgid "icecc can be run as a daemon, listening for incoming connections."
+msgstr ""
+
+#. 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 ""
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:2001
+msgid "Start the icecc scheduler on startup?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../icecc.templates:2001
+msgid ""
+"The scheduler can be run as a daemon, listening for incoming connections."
+msgstr ""
+
+#. 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 ""

Added: kde-extras/icecc/trunk/debian/rules
===================================================================
--- kde-extras/icecc/trunk/debian/rules	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/rules	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,27 @@
+#!/usr/bin/make -f
+ 
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
+DEB_INSTALL_MANPAGES_icecc := icecc.1 icecc-create-env.1 icecc-scheduler.1 iceccd.1
+
+makebuilddir/icecc::
+	$(MAKE) -f Makefile.cvs
+
+build/icecc::
+	for i in debian/man/*.xml; do \
+		/usr/bin/docbook2x-man $$i; \
+	done
+
+install/icecc::
+	install -D -p -m0644 debian/icecc.conf debian/icecc/etc/icecc/icecc.conf
+
+clean::
+	rm -f *.1
+
+get-orig-source:
+	@@dh_testdir
+	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
+	@@dpatch-get-origtargz ../tarballs


Property changes on: kde-extras/icecc/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: kde-extras/icecc/trunk/debian/watch
===================================================================
--- kde-extras/icecc/trunk/debian/watch	                        (rev 0)
+++ kde-extras/icecc/trunk/debian/watch	2007-06-11 01:20:10 UTC (rev 6459)
@@ -0,0 +1,2 @@
+version=3
+ftp://ftp.suse.com/pub/projects/icecream/icecc-(.*)\.tar\.bz2 debian svn-upgrade




More information about the pkg-kde-commits mailing list