r29868 - in /packages/unstable/gtranslator/debian: changelog patches/gdl_layout.patch patches/series

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Thu Sep 29 17:47:51 UTC 2011


Author: jordi
Date: Thu Sep 29 17:47:51 2011
New Revision: 29868

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29868
Log:
Change the filename of the Gdl pane layout configuration file so
a new one is generated at startup. A bug in some previous version
of Gdl generated configs which are now invalid, making gtranslator
unable to show anything useful in the main window (closes: #636215).

Added:
    packages/unstable/gtranslator/debian/patches/gdl_layout.patch
Modified:
    packages/unstable/gtranslator/debian/changelog
    packages/unstable/gtranslator/debian/patches/series

Modified: packages/unstable/gtranslator/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtranslator/debian/changelog?rev=29868&op=diff
==============================================================================
--- packages/unstable/gtranslator/debian/changelog [utf-8] (original)
+++ packages/unstable/gtranslator/debian/changelog [utf-8] Thu Sep 29 17:47:51 2011
@@ -1,3 +1,12 @@
+gtranslator (2.90.5-3) unstable; urgency=low
+
+  * Change the filename of the Gdl pane layout configuration file so
+    a new one is generated at startup. A bug in some previous version
+    of Gdl generated configs which are now invalid, making gtranslator
+    unable to show anything useful in the main window (closes: #636215).
+
+ -- Jordi Mallach <jordi at debian.org>  Thu, 29 Sep 2011 19:43:50 +0200
+
 gtranslator (2.90.5-2) unstable; urgency=low
 
   * Upload to unstable.

Added: packages/unstable/gtranslator/debian/patches/gdl_layout.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtranslator/debian/patches/gdl_layout.patch?rev=29868&op=file
==============================================================================
--- packages/unstable/gtranslator/debian/patches/gdl_layout.patch (added)
+++ packages/unstable/gtranslator/debian/patches/gdl_layout.patch [utf-8] Thu Sep 29 17:47:51 2011
@@ -1,0 +1,30 @@
+Author: Jordi Mallach <jordi at debian.org>
+Description: Rename Gdl config file to force its regeneration.
+ A previous version of Gdl generated configuration files which are now
+ invalid. For now, we'll just use another one so Gtranslator is again
+ usable.
+Debian-Bug: 636215
+Forwarded: yes
+
+Index: gtranslator-2.90.5/src/gtr-tab.c
+===================================================================
+--- gtranslator-2.90.5.orig/src/gtr-tab.c	2011-06-12 22:38:05.000000000 +0200
++++ gtranslator-2.90.5/src/gtr-tab.c	2011-09-29 19:41:03.561568012 +0200
+@@ -673,7 +673,7 @@
+   gchar *filename;
+ 
+   filename = g_build_filename (gtr_dirs_get_user_config_dir (),
+-                               "gtr-layout.xml", NULL);
++                               "layout.xml", NULL);
+ 
+   gtr_tab_layout_save (tab, filename, NULL);
+   g_free (filename);
+@@ -1028,7 +1028,7 @@
+ 
+       /* Loading dock layout */
+       filename = g_build_filename (gtr_dirs_get_user_config_dir (),
+-                                   "gtr-layout.xml", NULL);
++                                   "layout.xml", NULL);
+ 
+       gtr_tab_layout_load (tab, filename, NULL);
+       g_free (filename);

Modified: packages/unstable/gtranslator/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtranslator/debian/patches/series?rev=29868&op=diff
==============================================================================
--- packages/unstable/gtranslator/debian/patches/series [utf-8] (original)
+++ packages/unstable/gtranslator/debian/patches/series [utf-8] Thu Sep 29 17:47:51 2011
@@ -1,1 +1,2 @@
 help_display.patch
+gdl_layout.patch




More information about the pkg-gnome-commits mailing list