Bug#374447: Unlocalized test with "None" in postinst

2006-06-19 Thread Olivier Trichet
Le Lundi 19 Juin 2006 17:35, Gintautas Miliauskas <[EMAIL PROTECTED]> a écrit : > Package: kdepim > Followup-For: Bug #374447 > > I just noticed that kpilot.postinst does this: > > # if port is not set to None > if [ "$port" != "None" ] > then > ... > > Won't this break when a translated (non-Engli

Bug#374447: Unlocalized test with "None" in postinst

2006-06-19 Thread Gintautas Miliauskas
Package: kdepim Followup-For: Bug #374447 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I just noticed that kpilot.postinst does this: # if port is not set to None if [ "$port" != "None" ] then ... Won't this break when a translated (non-English) "None" is passed by debconf? I checked the other