~ubuntu-branches/debian/squeeze/glib2.0/squeeze

« back to all changes in this revision

Viewing changes to debian/patches/01_gettext-desktopfiles.patch

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-02-15 13:00:43 UTC
  • mfrom: (1.3.1 upstream) (69.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20090215130043-q47fbt3owmt42m2f
Tags: 2.18.4-2
* Release to unstable
* debian/rules:
- bump SHVER, since we are already forcing a 2.18.0 dependecy on the
  symbols introduced in the development versions
* debian/control.in:
- added Homepage and Vcs-* control fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- a/glib/gkeyfile.c   2008-03-11 01:31:57.000000000 +0100
2
 
+++ b/glib/gkeyfile.c   2008-03-20 16:49:25.000000000 +0100
 
1
--- glib2.0-2.18.0.orig/glib/gkeyfile.c 2008-09-02 17:09:41.000000000 +0200
 
2
+++ glib2.0-2.18.0/glib/gkeyfile.c      2008-09-03 00:53:13.000000000 +0200
3
3
@@ -21,6 +21,10 @@
4
4
  *   Boston, MA 02111-1307, USA.
5
5
  */
57
57
 
58
58
   return TRUE;
59
59
 }
60
 
@@ -1679,6 +1694,32 @@
 
60
@@ -1682,6 +1697,32 @@
61
61
       languages = (gchar **) g_get_language_names ();
62
62
       free_languages = FALSE;
63
63
     }
90
90
   
91
91
   for (i = 0; languages[i]; i++)
92
92
     {
93
 
@@ -1707,6 +1748,8 @@
 
93
@@ -1710,6 +1751,8 @@
94
94
         g_propagate_error (error, key_file_error);
95
95
     }
96
96