Package: icecc Severity: normal Tags: patch l10n Boolean templates do not need to have their defauts marked as translatable. Translation of "true/false" will be handled by the used debconf interface.
The attached patch fixes this (don't forget running debconf-updatepo after applying) -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.16-2-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to fr_FR.UTF-8)
--- icecc.templates.ori 2006-09-14 22:06:02.193611854 +0200 +++ icecc.templates 2006-09-14 22:06:18.241741907 +0200 @@ -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,7 +11,7 @@ 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. .