r26418 - in /desktop/unstable/gdm3/debian: changelog patches/30_utf8_locale.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Jan 24 21:13:12 UTC 2011


Author: joss
Date: Mon Jan 24 21:13:07 2011
New Revision: 26418

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26418
Log:
30_utf8_locale.patch: new patch. Pass locale.UTF-8 instead of 
locale.utf8. Closes: #607753.

Added:
    desktop/unstable/gdm3/debian/patches/30_utf8_locale.patch
Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/patches/series

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=26418&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog [utf-8] Mon Jan 24 21:13:07 2011
@@ -7,6 +7,8 @@
     Closes: #603753.
   * 29_grep_path.patch: new patch. Don’t hardcode grep to a wrong 
     location. Closes: #607664.
+  * 30_utf8_locale.patch: new patch. Pass locale.UTF-8 instead of 
+    locale.utf8. Closes: #607753.
 
   [ Emilio Pozuelo Monfort ]
   * debian/gdm3.8.pod:

Added: desktop/unstable/gdm3/debian/patches/30_utf8_locale.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/30_utf8_locale.patch?rev=26418&op=file
==============================================================================
--- desktop/unstable/gdm3/debian/patches/30_utf8_locale.patch (added)
+++ desktop/unstable/gdm3/debian/patches/30_utf8_locale.patch [utf-8] Mon Jan 24 21:13:07 2011
@@ -1,0 +1,13 @@
+Index: gdm-2.30.5/gui/simple-greeter/gdm-languages.c
+===================================================================
+--- gdm-2.30.5.orig/gui/simple-greeter/gdm-languages.c	2011-01-24 22:12:04.902768134 +0100
++++ gdm-2.30.5/gui/simple-greeter/gdm-languages.c	2011-01-24 22:12:09.727269976 +0100
+@@ -366,7 +366,7 @@ add_locale (const char *language_name,
+         if (is_utf8) {
+                 name = g_strdup (language_name);
+         } else if (utf8_only) {
+-                name = g_strdup_printf ("%s.utf8", language_name);
++                name = g_strdup_printf ("%s.UTF-8", language_name);
+ 
+                 language_name_get_codeset_details (name, NULL, &is_utf8);
+                 if (is_utf8) {

Modified: desktop/unstable/gdm3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/series?rev=26418&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gdm3/debian/patches/series [utf-8] Mon Jan 24 21:13:07 2011
@@ -29,4 +29,5 @@
 27_orca_braille.patch
 28_beep.patch
 29_grep_path.patch
+30_utf8_locale.patch
 90_relibtoolize.patch




More information about the pkg-gnome-commits mailing list