On 01/07/2011 07:23 PM, Mehdi Dogguy wrote:
On  0, "Stefan Hornburg (Racke)"<ra...@linuxia.de>  wrote:
On 12/29/2010 06:20 PM, Christian PERRIER wrote:
I got a verbal ACK from at least one release team member that fixing
the Portuguese debconf translation update for squeeze (with a t-p-u
upload) would be OK.

I was indeed about to build such upload when I got pointed by Julien
to this RC bug.

So, really, if someone fixes #606704 (I'm not sure I can, myself),
please fix #605355 as well.


OK, I applied the translation update to the main and debian/squeeze branch
in our Git repository. So let's see if I can fix the RC bug as well this
year.


ping?


The following patch solves the problem #2:

@@ -754,7 +815,14 @@
                     push(@supported_langs, $l);
                 }
             }
-            $param->{default} = join(',', @supported_langs);
+
+               if (@supported_langs) {
+                   $param->{default} = join(',', @supported_langs);
+               }
+               else {
+                # Sympa needs at least one language in the configuration file
+                   $param->{default} = 'en_US';
+               }
         }
     }
 }

Anybody out there with quilt experience? If so, please apply this patch to
src/sympa_wizard.pl.in. I tried to figure it out with quilt push, but
it didn't work.

Thanks
        Racke

--
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to