r21642 - in /desktop/unstable/vte/debian: changelog control patches/01_vte_sequence_handler_cd_crash.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Sep 27 15:25:53 UTC 2009


Author: pochu
Date: Sun Sep 27 15:25:44 2009
New Revision: 21642

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21642
Log:
* debian/patches/01_vte_sequence_handler_cd_crash.patch:
  - Patch from Matijs van Zuijlen to fix a crash. Closes: #548388.

Added:
    desktop/unstable/vte/debian/patches/01_vte_sequence_handler_cd_crash.patch
Modified:
    desktop/unstable/vte/debian/changelog
    desktop/unstable/vte/debian/control
    desktop/unstable/vte/debian/patches/series

Modified: desktop/unstable/vte/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/changelog?rev=21642&op=diff
==============================================================================
--- desktop/unstable/vte/debian/changelog [utf-8] (original)
+++ desktop/unstable/vte/debian/changelog [utf-8] Sun Sep 27 15:25:44 2009
@@ -1,3 +1,10 @@
+vte (1:0.22.1-2) unstable; urgency=low
+
+  * debian/patches/01_vte_sequence_handler_cd_crash.patch:
+    - Patch from Matijs van Zuijlen to fix a crash. Closes: #548388.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 27 Sep 2009 00:45:48 +0200
+
 vte (1:0.22.1-1) unstable; urgency=low
 
   * New upstream bugfix release.

Modified: desktop/unstable/vte/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/control?rev=21642&op=diff
==============================================================================
--- desktop/unstable/vte/debian/control [utf-8] (original)
+++ desktop/unstable/vte/debian/control [utf-8] Sun Sep 27 15:25:44 2009
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Guilherme de S. Pastore <gpastore at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
 Standards-Version: 3.8.3
 XS-Python-Version: >= 2.3
 Build-Depends: cdbs (>= 0.4.43),

Added: desktop/unstable/vte/debian/patches/01_vte_sequence_handler_cd_crash.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/patches/01_vte_sequence_handler_cd_crash.patch?rev=21642&op=file
==============================================================================
--- desktop/unstable/vte/debian/patches/01_vte_sequence_handler_cd_crash.patch (added)
+++ desktop/unstable/vte/debian/patches/01_vte_sequence_handler_cd_crash.patch [utf-8] Sun Sep 27 15:25:44 2009
@@ -1,0 +1,11 @@
+--- vte-0.22.1/src/vteseq.c.orig	2009-09-26 19:10:56.000000000 +0200
++++ vte-0.22.1/src/vteseq.c	2009-09-26 19:06:35.000000000 +0200
+@@ -1060,7 +1060,7 @@
+ 			rowdata = _vte_ring_index_writable (screen->row_data, i);
+ 			g_assert(rowdata != NULL);
+ 		} else {
+-			rowdata = _vte_terminal_ring_append (screen->row_data, FALSE);
++			rowdata = _vte_terminal_ring_append (terminal, FALSE);
+ 		}
+ 		/* Pad out the row. */
+ 		_vte_row_data_fill (rowdata, &screen->fill_defaults, terminal->column_count);

Modified: desktop/unstable/vte/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/patches/series?rev=21642&op=diff
==============================================================================
--- desktop/unstable/vte/debian/patches/series [utf-8] (original)
+++ desktop/unstable/vte/debian/patches/series [utf-8] Sun Sep 27 15:25:44 2009
@@ -1,3 +1,4 @@
+01_vte_sequence_handler_cd_crash.patch
 12_python_reaper.patch
 25_optional-ncurses.patch
 60_termcap-home-end.patch




More information about the pkg-gnome-commits mailing list