r14445 - in /desktop/unstable/gconf-editor/debian: changelog control control.in patches/01_search-dialog-segfault.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Tue Feb 5 15:29:08 UTC 2008


Author: slomo
Date: Tue Feb  5 15:29:08 2008
New Revision: 14445

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14445
Log:
* debian/patches/01_search-dialog-segfault.patch:
  + Fix crash when closing the search dialog (Closes: #445259).
* debian/control.in:
  + Update Standards-Version to 3.7.3, no additional changes needed.

Added:
    desktop/unstable/gconf-editor/debian/patches/01_search-dialog-segfault.patch
Modified:
    desktop/unstable/gconf-editor/debian/changelog
    desktop/unstable/gconf-editor/debian/control
    desktop/unstable/gconf-editor/debian/control.in

Modified: desktop/unstable/gconf-editor/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf-editor/debian/changelog?rev=14445&op=diff
==============================================================================
--- desktop/unstable/gconf-editor/debian/changelog (original)
+++ desktop/unstable/gconf-editor/debian/changelog Tue Feb  5 15:29:08 2008
@@ -1,3 +1,12 @@
+gconf-editor (2.20.0-2) unstable; urgency=low
+
+  * debian/patches/01_search-dialog-segfault.patch:
+    + Fix crash when closing the search dialog (Closes: #445259).
+  * debian/control.in:
+    + Update Standards-Version to 3.7.3, no additional changes needed.
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 05 Feb 2008 16:27:48 +0100
+
 gconf-editor (2.20.0-1) unstable; urgency=low
 
   * New upstream translation and bugfix release.

Modified: desktop/unstable/gconf-editor/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf-editor/debian/control?rev=14445&op=diff
==============================================================================
--- desktop/unstable/gconf-editor/debian/control (original)
+++ desktop/unstable/gconf-editor/debian/control Tue Feb  5 15:29:08 2008
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Loic Minier <lool at dooz.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5),
                cdbs (>= 0.4.41),
                libgconf2-dev (>= 2.9.2),
@@ -15,7 +15,7 @@
                scrollkeeper,
                gnome-doc-utils,
                pkg-config
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: gconf-editor
 Architecture: any

Modified: desktop/unstable/gconf-editor/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf-editor/debian/control.in?rev=14445&op=diff
==============================================================================
--- desktop/unstable/gconf-editor/debian/control.in (original)
+++ desktop/unstable/gconf-editor/debian/control.in Tue Feb  5 15:29:08 2008
@@ -15,7 +15,7 @@
                scrollkeeper,
                gnome-doc-utils,
                pkg-config
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: gconf-editor
 Architecture: any

Added: desktop/unstable/gconf-editor/debian/patches/01_search-dialog-segfault.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf-editor/debian/patches/01_search-dialog-segfault.patch?rev=14445&op=file
==============================================================================
--- desktop/unstable/gconf-editor/debian/patches/01_search-dialog-segfault.patch (added)
+++ desktop/unstable/gconf-editor/debian/patches/01_search-dialog-segfault.patch Tue Feb  5 15:29:08 2008
@@ -1,0 +1,15 @@
+Index: src/gconf-search-dialog.c
+===================================================================
+--- src/gconf-search-dialog.c	(Revision 1323)
++++ src/gconf-search-dialog.c	(Arbeitskopie)
+@@ -94,8 +94,6 @@
+ 	gdk_cursor_unref (cursor);
+ 	gdk_display_flush (gtk_widget_get_display (GTK_WIDGET (dialog)));
+ 
+-	g_object_add_weak_pointer (G_OBJECT (dialog), (gpointer)&dialog);
+-
+ 	res = gconf_tree_model_build_match_list  (GCONF_TREE_MODEL (window->tree_model),
+ 						  GEDIT_OUTPUT_WINDOW (window->output_window), 
+ 						  pattern,
+
+




More information about the pkg-gnome-commits mailing list