[Pkg-uml-commit] r38 - in trunk/src/user-mode-linux/debian: . patches

Mattia Dongili malattia at costa.debian.org
Sun Apr 2 15:06:37 UTC 2006


Author: malattia
Date: 2006-04-02 15:06:36 +0000 (Sun, 02 Apr 2006)
New Revision: 38

Modified:
   trunk/src/user-mode-linux/debian/changelog
   trunk/src/user-mode-linux/debian/patches/01_uml_net.dpatch
   trunk/src/user-mode-linux/debian/patches/02_x-terminal-emulator.dpatch
Log:
fixed patches path to make dpatch happy, added entry to debian/changelog

Modified: trunk/src/user-mode-linux/debian/changelog
===================================================================
--- trunk/src/user-mode-linux/debian/changelog	2006-04-02 14:45:22 UTC (rev 37)
+++ trunk/src/user-mode-linux/debian/changelog	2006-04-02 15:06:36 UTC (rev 38)
@@ -4,8 +4,9 @@
   [Mattia Dongili]:
     * added myself to the uploaders
     * fixed dependency on module-init-tools for kernel 2.6
-    * using dpatch to apply patches, currently only a patch to fix uml_net
-      path usage as we install to /usr/lib/uml/
+    * using dpatch to apply patches, current patches are:
+      - 01_uml_net
+      - 02_x-terminal-emulator
     * updated config for 2.6.16
     * installing uml defconfig as a reference
     * converted lots of stuff to modular build

Modified: trunk/src/user-mode-linux/debian/patches/01_uml_net.dpatch
===================================================================
--- trunk/src/user-mode-linux/debian/patches/01_uml_net.dpatch	2006-04-02 14:45:22 UTC (rev 37)
+++ trunk/src/user-mode-linux/debian/patches/01_uml_net.dpatch	2006-04-02 15:06:36 UTC (rev 38)
@@ -9,8 +9,8 @@
 # Author: malattia
 # Status: none
 
---- arch/um/os-Linux/helper.c~clean	2006-04-02 16:32:38.340801686 +0200
-+++ arch/um/os-Linux/helper.c	2006-04-02 16:34:13.454745936 +0200
+--- ./arch/um/os-Linux/helper.c~clean	2006-04-02 16:32:38.340801686 +0200
++++ ./arch/um/os-Linux/helper.c	2006-04-02 16:34:13.454745936 +0200
 @@ -22,6 +22,9 @@ struct helper_data {
  	int fd;
  };

Modified: trunk/src/user-mode-linux/debian/patches/02_x-terminal-emulator.dpatch
===================================================================
--- trunk/src/user-mode-linux/debian/patches/02_x-terminal-emulator.dpatch	2006-04-02 14:45:22 UTC (rev 37)
+++ trunk/src/user-mode-linux/debian/patches/02_x-terminal-emulator.dpatch	2006-04-02 15:06:36 UTC (rev 38)
@@ -9,8 +9,8 @@
 # Author: malattia
 # Status: none
 
---- arch/um/drivers/xterm.c~clean	2006-04-02 16:43:32.797702685 +0200
-+++ arch/um/drivers/xterm.c	2006-04-02 16:43:41.034217435 +0200
+--- ./arch/um/drivers/xterm.c~clean	2006-04-02 16:43:32.797702685 +0200
++++ ./arch/um/drivers/xterm.c	2006-04-02 16:43:41.034217435 +0200
 @@ -48,7 +48,7 @@ void *xterm_init(char *str, int device, 
  }
  




More information about the Pkg-uml-commit mailing list