On Fri, Apr 11, 2014 at 01:26:53AM +0200, Wolfgang Schweer wrote:
> On Mon, Dec 30, 2013 at 12:07:51AM +0100, Thiemo Nagel wrote:
> > > In which language have you done the installation? "Busingen" is 
> > > correctly translated to "Büsingen" including in English and 
> > > German, except in Danish, Basque, French, Italian, Portuguese and 
> > > Brasilian.
> > 
> > Strange. I thought I was installing in German. I'll try to reproduce
> > the issue during the next days and let you know.
>  
> Installation in German (d-i jessie alpha1): 
> 
> First a hint is shown, that the translation isn't complete.
> 
> Then I'm prompted to choose between:
> 
> Europe/Berlin (most locations)
> Europe/Busingen
> 
> Both alternatives seem to be untranslated.
> 
> If 'dpkg-reconfigure tzdata' is executed in the installed system, the 
> correct choices 'Europa' and 'Büsingen' show up.
 
The reported error is due to a missing entry in
tzsetup/debian/common.templates.in, I guess.

------------------------------------
diff --git a/debian/common.templates.in b/debian/common.templates.in
index a68cab6..54b0d6e 100644
--- a/debian/common.templates.in
+++ b/debian/common.templates.in
@@ -86,6 +86,14 @@ __Choices: Santiago, Easter Island
 Default: America/Santiago
 Description: zone
 
+Template: tzsetup/country/DE
+Type: select
+# :sl3:
+Choices-C: Europe/Berlin, Europe/Busingen
+__Choices: Berlin, Busingen
+Default: Europe/Berlin
+Description: location
+
 Template: tzsetup/country/EC
 Type: select
 # :sl3:
-----------------------------------

Without this patch (attached), 'dpkg-buildpackage -us -uc' spits out a 
warning to manually review the DE template...

Wolfgang

diff --git a/debian/common.templates.in b/debian/common.templates.in
index a68cab6..54b0d6e 100644
--- a/debian/common.templates.in
+++ b/debian/common.templates.in
@@ -86,6 +86,14 @@ __Choices: Santiago, Easter Island
 Default: America/Santiago
 Description: zone
 
+Template: tzsetup/country/DE
+Type: select
+# :sl3:
+Choices-C: Europe/Berlin, Europe/Busingen
+__Choices: Berlin, Busingen
+Default: Europe/Berlin
+Description: location
+
 Template: tzsetup/country/EC
 Type: select
 # :sl3:

Attachment: signature.asc
Description: Digital signature

Reply via email to