[Pkg-virtualbox-commits] r271 - trunk/debian/patches

daniel at alioth.debian.org daniel at alioth.debian.org
Fri May 9 09:38:00 UTC 2008


Author: daniel
Date: 2008-05-09 09:37:59 +0000 (Fri, 09 May 2008)
New Revision: 271

Modified:
   trunk/debian/patches/00list
   trunk/debian/patches/02-config-kmk.dpatch
   trunk/debian/patches/03-localconf-kmk.dpatch
   trunk/debian/patches/04-vboxdrv-references.dpatch
   trunk/debian/patches/05-vboxadd-udev.dpatch
   trunk/debian/patches/06-xsession.dpatch
   trunk/debian/patches/07-init-fail.dpatch
   trunk/debian/patches/08-init-lsb.dpatch
   trunk/debian/patches/09-initscript.dpatch
   trunk/debian/patches/10-workaround-gcc-ice.dpatch
   trunk/debian/patches/11-gcc-4.3.dpatch
   trunk/debian/patches/12-make-module.dpatch
Log:
Sanitizing dpatch headers.

Modified: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list	2008-05-09 09:35:22 UTC (rev 270)
+++ trunk/debian/patches/00list	2008-05-09 09:37:59 UTC (rev 271)
@@ -7,6 +7,6 @@
 07-init-fail.dpatch
 08-init-lsb.dpatch
 09-initscript.dpatch
-10-workaround-gcc-ice
-11-gcc-4.3
-12-make-module
+10-workaround-gcc-ice.dpatch
+11-gcc-4.3.dpatch
+12-make-module.dpatch

Modified: trunk/debian/patches/02-config-kmk.dpatch
===================================================================
--- trunk/debian/patches/02-config-kmk.dpatch	2008-05-09 09:35:22 UTC (rev 270)
+++ trunk/debian/patches/02-config-kmk.dpatch	2008-05-09 09:37:59 UTC (rev 271)
@@ -1,5 +1,5 @@
 #!/bin/sh /usr/share/dpatch/dpatch-run
-## 03-config-kmk.dpatch by Patrick Winnertz <patrick.winnertz at skolelinux.org>
+## 02-config-kmk.dpatch by Patrick Winnertz <patrick.winnertz at skolelinux.org>
 ##
 ## DP: Some patches for Config.kmk to build with the debian tools
 ## DP: XPCOM setup for all but win32.

Modified: trunk/debian/patches/03-localconf-kmk.dpatch
===================================================================
--- trunk/debian/patches/03-localconf-kmk.dpatch	2008-05-09 09:35:22 UTC (rev 270)
+++ trunk/debian/patches/03-localconf-kmk.dpatch	2008-05-09 09:37:59 UTC (rev 271)
@@ -1,5 +1,5 @@
 #!/bin/sh /usr/share/dpatch/dpatch-run
-## 04-localconf-kmk.dpatch by Patrick Winnertz <patrick.winnertz at skolelinux.org>
+## 03-localconf-kmk.dpatch by Patrick Winnertz <patrick.winnertz at skolelinux.org>
 ## expanded my Michael Meskes <meskes at debian.org> to set paths
 ##
 ## DP: Don't build the module for testing and don't build any guest additions.

Modified: trunk/debian/patches/04-vboxdrv-references.dpatch
===================================================================
--- trunk/debian/patches/04-vboxdrv-references.dpatch	2008-05-09 09:35:22 UTC (rev 270)
+++ trunk/debian/patches/04-vboxdrv-references.dpatch	2008-05-09 09:37:59 UTC (rev 271)
@@ -1,5 +1,5 @@
 #!/bin/sh /usr/share/dpatch/dpatch-run
-## 05-vboxdrv-references.dpatch by Daniel Hahler <ubuntu at thequod.de>
+## 04-vboxdrv-references.dpatch by Daniel Hahler <ubuntu at thequod.de>
 ##
 ## DP: Change error messages for vboxdrv failure, according to
 ## DP: virtualbox-ose-modules.

Modified: trunk/debian/patches/05-vboxadd-udev.dpatch
===================================================================
--- trunk/debian/patches/05-vboxadd-udev.dpatch	2008-05-09 09:35:22 UTC (rev 270)
+++ trunk/debian/patches/05-vboxadd-udev.dpatch	2008-05-09 09:37:59 UTC (rev 271)
@@ -1,5 +1,5 @@
 #!/bin/sh /usr/share/dpatch/dpatch-run
-## 06-vboxadd-udev.dpatch by Michael Meskes <meskes at debian.org>
+## 05-vboxadd-udev.dpatch by Michael Meskes <meskes at debian.org>
 ## basic idea taken from http://blino.org/blog/mandriva/kernel
 ##
 ## DP: Make vboxadd module register /dev/vboxadd correctly.

Modified: trunk/debian/patches/06-xsession.dpatch
===================================================================
--- trunk/debian/patches/06-xsession.dpatch	2008-05-09 09:35:22 UTC (rev 270)
+++ trunk/debian/patches/06-xsession.dpatch	2008-05-09 09:37:59 UTC (rev 271)
@@ -1,5 +1,5 @@
 #!/bin/sh /usr/share/dpatch/dpatch-run
-## 07-xsession.dpatch by Michael Meskes <meskes at debian.org>
+## 06-xsession.dpatch by Michael Meskes <meskes at debian.org>
 ##
 ## DP: Create a start script in Xsession.d.
 

Modified: trunk/debian/patches/07-init-fail.dpatch
===================================================================
--- trunk/debian/patches/07-init-fail.dpatch	2008-05-09 09:35:22 UTC (rev 270)
+++ trunk/debian/patches/07-init-fail.dpatch	2008-05-09 09:37:59 UTC (rev 271)
@@ -1,7 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 08-init-fail.dpatch by Michael Meskes <meskes at debian.org>
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 07-init-fail.dpatch by Michael Meskes <meskes at debian.org>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Fix some failures in init script.
 
 @DPATCH@

Modified: trunk/debian/patches/08-init-lsb.dpatch
===================================================================
--- trunk/debian/patches/08-init-lsb.dpatch	2008-05-09 09:35:22 UTC (rev 270)
+++ trunk/debian/patches/08-init-lsb.dpatch	2008-05-09 09:37:59 UTC (rev 271)
@@ -1,7 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 09-init-lsb.dpatch by Michael Meskes <meskes at debian.org>
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 08-init-lsb.dpatch by Michael Meskes <meskes at debian.org>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Make initscript lsb cmpliant.
 
 @DPATCH@

Modified: trunk/debian/patches/09-initscript.dpatch
===================================================================
--- trunk/debian/patches/09-initscript.dpatch	2008-05-09 09:35:22 UTC (rev 270)
+++ trunk/debian/patches/09-initscript.dpatch	2008-05-09 09:37:59 UTC (rev 271)
@@ -1,7 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10-initscript.dpatch by Michael Meskes <meskes at debian.org>
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 09-initscript.dpatch by Michael Meskes <meskes at debian.org>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Some changes to initscript.
 
 @DPATCH@

Modified: trunk/debian/patches/10-workaround-gcc-ice.dpatch
===================================================================
--- trunk/debian/patches/10-workaround-gcc-ice.dpatch	2008-05-09 09:35:22 UTC (rev 270)
+++ trunk/debian/patches/10-workaround-gcc-ice.dpatch	2008-05-09 09:37:59 UTC (rev 271)
@@ -1,7 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 11-workaround-gcc-ice.dpatch by Michael Meskes <meskes at debian.org>
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 10-workaround-gcc-ice.dpatch by Michael Meskes <meskes at debian.org>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Use -O3 wot workaround gcc-4.3 problem
 
 @DPATCH@

Modified: trunk/debian/patches/11-gcc-4.3.dpatch
===================================================================
--- trunk/debian/patches/11-gcc-4.3.dpatch	2008-05-09 09:35:22 UTC (rev 270)
+++ trunk/debian/patches/11-gcc-4.3.dpatch	2008-05-09 09:37:59 UTC (rev 271)
@@ -1,7 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 12-gcc-4.3.dpatch by Michael Meskes <meskes at debian.org>
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 11-gcc-4.3.dpatch by Michael Meskes <meskes at debian.org>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Some changes needed by gcc-4.3
 
 @DPATCH@

Modified: trunk/debian/patches/12-make-module.dpatch
===================================================================
--- trunk/debian/patches/12-make-module.dpatch	2008-05-09 09:35:22 UTC (rev 270)
+++ trunk/debian/patches/12-make-module.dpatch	2008-05-09 09:37:59 UTC (rev 271)
@@ -1,7 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 13-make-module.dpatch by Michael Meskes <meskes at debian.org>
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 12-make-module.dpatch by Michael Meskes <meskes at debian.org>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Fix ARCH setting in module Makefile
 
 @DPATCH@




More information about the Pkg-virtualbox-commits mailing list