
Hi Christian! On Wed, 11 Jun 2008 07:19:41 +0200, Christian Perrier wrote:
Quoting Luca Capello (luca@pca.it):
Continuing the package cleanup, I found a lintian warning about debconf:
===== W: common-lisp-controller source: translated-default-field templates: 13 [...]
I think that having a translated Default here makes sense. It means that French users would for instance get "Inconnu" (French for "Unknown") as default value for that setting, which is correct.
That warning could, imho, deserve a lintian override.
Fully ACK, done with commit 64f331fd0dba968b7ef909a51d979a9352a0e2bf: http://git.debian.org/?p=pkg-common-lisp/common-lisp-controller.git;a=commit... BTW, I now found another typo in debian/templates: --8<---------------cut here---------------start------------->8--- diff --git a/debian/templates b/debian/templates index 3e67b49..9531aa0 100644 --- a/debian/templates +++ b/debian/templates @@ -13,13 +13,13 @@ Type: string _Default: Unknown _Description: Short Common Lisp site name: You can configure what the Common Lisp implementations are going to use as - 'short site name'. + 'short site name'. . This is mostly unused except in some error reporting tools. Template: common-lisp-controller/long-site-name Type: string -# Default long site name, just something longer than th default site name +# Default long site name, just something longer than the default site name _Default: Site name not initialized _Description: Long Common Lisp site name: You can configure what the Common Lisp implementations are going to use as --8<---------------cut here---------------end--------------->8--- Could I commit it or should I wait until all the translations arrive? Thx, bye, Gismo / Luca