r35249 - /desktop/unstable/vte3/debian/patches/25_optional-ncurses.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Jun 1 21:37:03 UTC 2012


Author: biebl
Date: Fri Jun  1 21:36:59 2012
New Revision: 35249

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35249
Log:
Refresh debian/patches/25_optional-ncurses.patch

Modified:
    desktop/unstable/vte3/debian/patches/25_optional-ncurses.patch

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=35249&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] Fri Jun  1 21:36:59 2012
@@ -1,7 +1,7 @@
-Index: vte3-exp/configure.in
+Index: vte-0.32.2/configure.in
 ===================================================================
---- vte3-exp.orig/configure.in	2012-03-19 18:25:08.000000000 +0100
-+++ vte3-exp/configure.in	2012-03-21 10:37:43.492452800 +0100
+--- vte-0.32.2.orig/configure.in	2012-06-01 23:36:21.731601165 +0200
++++ vte-0.32.2/configure.in	2012-06-01 23:36:31.603600816 +0200
 @@ -242,45 +242,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: vte3-exp/src/keymap.c
+Index: vte-0.32.2/src/keymap.c
 ===================================================================
---- vte3-exp.orig/src/keymap.c	2012-03-21 10:36:34.256449449 +0100
-+++ vte3-exp/src/keymap.c	2012-03-21 10:37:43.492452800 +0100
+--- vte-0.32.2.orig/src/keymap.c	2012-06-01 23:36:21.731601165 +0200
++++ vte-0.32.2/src/keymap.c	2012-06-01 23:36:31.603600816 +0200
 @@ -50,7 +50,7 @@
  #include <termcap.h>
  #define VTE_TERMCAP_NAME "termcap"
@@ -106,7 +106,7 @@
  #endif
  
  #ifdef VTE_DEBUG
-@@ -1025,8 +1025,10 @@
+@@ -1014,8 +1014,10 @@
  	enum _vte_fkey_mode fkey_mode;
  	char *cap, *tmp;
  	const char *termcap_special = NULL;
@@ -117,7 +117,7 @@
  
  	g_return_if_fail(normal != NULL);
  	g_return_if_fail(normal_length != NULL);
-@@ -1180,6 +1182,7 @@
+@@ -1169,6 +1171,7 @@
  			}
  		}
  	}
@@ -125,7 +125,7 @@
  	if (termcap_special != NULL) {
  		tmp = g_strdup(terminal);
  		cap = NULL;
-@@ -1220,6 +1223,7 @@
+@@ -1209,6 +1212,7 @@
  			return;
  		}
  	}
@@ -133,10 +133,10 @@
  
  	_vte_debug_print(VTE_DEBUG_KEYBOARD,
  			" (ignoring, no match for modifier state).\n");
-Index: vte3-exp/src/ssfe.c
+Index: vte-0.32.2/src/ssfe.c
 ===================================================================
---- vte3-exp.orig/src/ssfe.c	2011-06-19 22:59:30.000000000 +0200
-+++ vte3-exp/src/ssfe.c	2012-03-21 10:37:43.496452800 +0100
+--- vte-0.32.2.orig/src/ssfe.c	2012-06-01 23:36:21.731601165 +0200
++++ vte-0.32.2/src/ssfe.c	2012-06-01 23:36:31.603600816 +0200
 @@ -38,7 +38,7 @@
  #include <termcap.h>
  #define VTE_TERMCAP_NAME "termcap"




More information about the pkg-gnome-commits mailing list