r40077 - in /desktop/unstable/vte3/debian: changelog patches/01_scroll_notebook.patch patches/04_workaround_resources_compiler_path.patch patches/25_optional-ncurses.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Oct 23 12:55:32 UTC 2013


Author: biebl
Date: Wed Oct 23 12:55:31 2013
New Revision: 40077

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40077
Log:
Refresh patches.

Modified:
    desktop/unstable/vte3/debian/changelog
    desktop/unstable/vte3/debian/patches/01_scroll_notebook.patch
    desktop/unstable/vte3/debian/patches/04_workaround_resources_compiler_path.patch
    desktop/unstable/vte3/debian/patches/25_optional-ncurses.patch

Modified: desktop/unstable/vte3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte3/debian/changelog?rev=40077&op=diff
==============================================================================
--- desktop/unstable/vte3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/vte3/debian/changelog	[utf-8] Wed Oct 23 12:55:31 2013
@@ -1,6 +1,7 @@
 vte3 (1:0.34.9-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Refresh patches.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 23 Oct 2013 14:48:51 +0200
 

Modified: desktop/unstable/vte3/debian/patches/01_scroll_notebook.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte3/debian/patches/01_scroll_notebook.patch?rev=40077&op=diff
==============================================================================
--- desktop/unstable/vte3/debian/patches/01_scroll_notebook.patch	[utf-8] (original)
+++ desktop/unstable/vte3/debian/patches/01_scroll_notebook.patch	[utf-8] Wed Oct 23 12:55:31 2013
@@ -4,11 +4,11 @@
 
 Corresponding GTK+ bug: GNOME #145244
 
-Index: vte-0.34.8/src/vte.c
+Index: vte-0.34.9/src/vte.c
 ===================================================================
---- vte-0.34.8.orig/src/vte.c	2013-09-18 01:04:13.907898351 +0200
-+++ vte-0.34.8/src/vte.c	2013-09-18 01:04:13.903898338 +0200
-@@ -11279,6 +11279,13 @@
+--- vte-0.34.9.orig/src/vte.c	2013-10-23 14:49:45.844097520 +0200
++++ vte-0.34.9/src/vte.c	2013-10-23 14:49:45.840097469 +0200
+@@ -11357,6 +11357,13 @@
  
  	vte_terminal_read_modifiers (terminal, (GdkEvent*) event);
  

Modified: desktop/unstable/vte3/debian/patches/04_workaround_resources_compiler_path.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte3/debian/patches/04_workaround_resources_compiler_path.patch?rev=40077&op=diff
==============================================================================
--- desktop/unstable/vte3/debian/patches/04_workaround_resources_compiler_path.patch	[utf-8] (original)
+++ desktop/unstable/vte3/debian/patches/04_workaround_resources_compiler_path.patch	[utf-8] Wed Oct 23 12:55:31 2013
@@ -1,11 +1,11 @@
 Description: Drop --sourcedir from glib-compile-resources call. It is not necessary here, and breaks out-of-tree builds with absolute configure paths, such as cdbs does.
 Bug: https://bugzilla.gnome.org/show_bug.cgi?id=672541
 
-Index: vte-0.34.6/src/Makefile.am
+Index: vte-0.34.9/src/Makefile.am
 ===================================================================
---- vte-0.34.6.orig/src/Makefile.am	2013-06-11 01:10:09.695278751 +0200
-+++ vte-0.34.6/src/Makefile.am	2013-06-11 01:10:09.687278486 +0200
-@@ -150,7 +150,7 @@
+--- vte-0.34.9.orig/src/Makefile.am	2013-10-23 14:49:50.628158018 +0200
++++ vte-0.34.9/src/Makefile.am	2013-10-23 14:49:50.624157968 +0200
+@@ -152,7 +152,7 @@
  	mv -f $@.tmp $@
  
  vteresources.c: vte.gresource.xml Makefile $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies vte.gresource.xml)

Modified: desktop/unstable/vte3/debian/patches/25_optional-ncurses.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte3/debian/patches/25_optional-ncurses.patch?rev=40077&op=diff
==============================================================================
--- desktop/unstable/vte3/debian/patches/25_optional-ncurses.patch	[utf-8] (original)
+++ desktop/unstable/vte3/debian/patches/25_optional-ncurses.patch	[utf-8] Wed Oct 23 12:55:31 2013
@@ -1,8 +1,8 @@
-Index: vte-0.34.6/configure.ac
+Index: vte-0.34.9/configure.ac
 ===================================================================
---- vte-0.34.6.orig/configure.ac	2013-06-11 01:10:12.623375272 +0200
-+++ vte-0.34.6/configure.ac	2013-06-11 01:10:12.611374876 +0200
-@@ -242,45 +242,52 @@
+--- vte-0.34.9.orig/configure.ac	2013-10-23 14:49:53.672196514 +0200
++++ vte-0.34.9/configure.ac	2013-10-23 14:49:53.668196463 +0200
+@@ -245,45 +245,52 @@
  AC_CHECK_FUNC(floor,,AC_CHECK_LIB(m,floor,LIBS=["$LIBS -lm"]))
  AC_CHECK_FUNCS([ceil floor round])
  
@@ -93,10 +93,10 @@
  
  # Search for the required modules.
  
-Index: vte-0.34.6/src/keymap.c
+Index: vte-0.34.9/src/keymap.c
 ===================================================================
---- vte-0.34.6.orig/src/keymap.c	2013-06-11 01:10:12.623375272 +0200
-+++ vte-0.34.6/src/keymap.c	2013-06-11 01:10:12.615375008 +0200
+--- vte-0.34.9.orig/src/keymap.c	2013-10-23 14:49:53.672196514 +0200
++++ vte-0.34.9/src/keymap.c	2013-10-23 14:49:53.668196463 +0200
 @@ -52,7 +52,7 @@
  #include <termcap.h>
  #define VTE_TERMCAP_NAME "termcap"
@@ -133,10 +133,10 @@
  
  	_vte_debug_print(VTE_DEBUG_KEYBOARD,
  			" (ignoring, no match for modifier state).\n");
-Index: vte-0.34.6/src/ssfe.c
+Index: vte-0.34.9/src/ssfe.c
 ===================================================================
---- vte-0.34.6.orig/src/ssfe.c	2013-06-11 01:10:12.623375272 +0200
-+++ vte-0.34.6/src/ssfe.c	2013-06-11 01:10:12.615375008 +0200
+--- vte-0.34.9.orig/src/ssfe.c	2013-10-23 14:49:53.672196514 +0200
++++ vte-0.34.9/src/ssfe.c	2013-10-23 14:49:53.668196463 +0200
 @@ -38,7 +38,7 @@
  #include <termcap.h>
  #define VTE_TERMCAP_NAME "termcap"




More information about the pkg-gnome-commits mailing list