tag 570500 + pending thanks Dear maintainer,
I've prepared an NMU for svn-workbench (versioned as 1.6.2-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. http://info.comodo.priv.at/ -- GPG Key IDs: 0x8649AA06, 0x00F3CFE4 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Paul McCartney: Calico Skies
diff -u svn-workbench-1.6.2/debian/changelog svn-workbench-1.6.2/debian/changelog --- svn-workbench-1.6.2/debian/changelog +++ svn-workbench-1.6.2/debian/changelog @@ -1,3 +1,10 @@ +svn-workbench (1.6.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix crash without locale. Closes: #570500. + + -- Johann Felix Soden <joh...@gmx.de> Mon, 08 Mar 2010 23:49:26 +0100 + svn-workbench (1.6.2-1) unstable; urgency=low * New upstream version. only in patch2: unchanged: --- svn-workbench-1.6.2.orig/Source/wb_app.py +++ svn-workbench-1.6.2/Source/wb_app.py @@ -92,8 +92,10 @@ if sys.platform == 'win32': languages = [locale.getdefaultlocale()[0]] - else: + elif locale.getlocale()[0]: languages = [locale.getlocale()[0]] + else: + languages = [] locale_path = wb_platform_specific.getLocalePath( self )
signature.asc
Description: Digital signature