[Pkg-uml-commit] r36 - trunk/src/user-mode-linux/debian/patches

Mattia Dongili malattia at costa.debian.org
Sun Apr 2 14:44:10 UTC 2006


Author: malattia
Date: 2006-04-02 14:44:10 +0000 (Sun, 02 Apr 2006)
New Revision: 36

Added:
   trunk/src/user-mode-linux/debian/patches/02_x-terminal-emulator.dpatch
Removed:
   trunk/src/user-mode-linux/debian/patches/x-terminal-emulator.diff
Modified:
   trunk/src/user-mode-linux/debian/patches/00list
Log:
adding x-terminal-emulator patch

Modified: trunk/src/user-mode-linux/debian/patches/00list
===================================================================
--- trunk/src/user-mode-linux/debian/patches/00list	2006-04-02 14:40:46 UTC (rev 35)
+++ trunk/src/user-mode-linux/debian/patches/00list	2006-04-02 14:44:10 UTC (rev 36)
@@ -1 +1,2 @@
 01_uml_net.dpatch
+02_x-terminal-emulator.dpatch

Copied: trunk/src/user-mode-linux/debian/patches/02_x-terminal-emulator.dpatch (from rev 35, trunk/src/user-mode-linux/debian/patches/x-terminal-emulator.diff)

Deleted: trunk/src/user-mode-linux/debian/patches/x-terminal-emulator.diff
===================================================================
--- trunk/src/user-mode-linux/debian/patches/x-terminal-emulator.diff	2006-04-02 14:40:46 UTC (rev 35)
+++ trunk/src/user-mode-linux/debian/patches/x-terminal-emulator.diff	2006-04-02 14:44:10 UTC (rev 36)
@@ -1,31 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_x-terminal-emulator - Mattia Dongili <malattia at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Use Debian's x-terminal-emulator
-
- at DPATCH@
-
-# Author: malattia
-# Status: none
-
---- arch/um/drivers/xterm.c.orig        2002-10-04 23:51:39.000000000 -0400
-+++ arch/um/drivers/xterm.c     2002-10-04 23:55:14.000000000 -0400
-@@ -45,7 +45,7 @@
- }
- 
- /* Only changed by xterm_setup, which is a setup */
--static char *terminal_emulator = "xterm";
-+static char *terminal_emulator = "x-terminal-emulator";
- static char *title_switch = "-T";
- static char *exec_switch = "-e";
- 
-@@ -76,7 +76,7 @@
- "    respectively.  The title switch must have the form '<switch> title',\n"
- "    not '<switch>=title'.  Similarly, the exec switch must have the form\n"
- "    '<switch> command arg1 arg2 ...'.\n"
--"    The default values are 'xterm=xterm,-T,-e'.  Values for gnome-terminal\n"
-+"    The default values are 'xterm=x-terminal-emulator,-T,-e'.  Values for gnome-terminal\n"
- "    are 'xterm=gnome-terminal,-t,-x'.\n\n"
- );
- 




More information about the Pkg-uml-commit mailing list