[Pkg-virtualbox-commits] r144 - in trunk/debian: . patches

daniel at alioth.debian.org daniel at alioth.debian.org
Tue Dec 18 14:48:22 UTC 2007


Author: daniel
Date: 2007-12-18 14:48:22 +0000 (Tue, 18 Dec 2007)
New Revision: 144

Modified:
   trunk/debian/changelog
   trunk/debian/patches/06-vboxadd-udev.dpatch
   trunk/debian/patches/07-xsession.dpatch
   trunk/debian/patches/08-no-kernel.dpatch
   trunk/debian/patches/09-fix-initscript.dpatch
   trunk/debian/patches/10-no-registration.dpatch
   trunk/debian/patches/11-module-build.dpatch
   trunk/debian/patches/12-kcompat-2.6.24.dpatch
Log:
Fixing dpatch headers.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-12-18 14:44:34 UTC (rev 143)
+++ trunk/debian/changelog	2007-12-18 14:48:22 UTC (rev 144)
@@ -1,6 +1,7 @@
 virtualbox-ose (1.5.2-dfsg2-6) UNRELEASED; urgency=low
 
   * Again removing reimported useless whitespaces at EOL and EOF in debian/*.
+  * Fixing dpatch headers.
 
  -- Daniel Baumann <daniel at debian.org>  Tue, 18 Dec 2007 15:44:00 +0100
 

Modified: trunk/debian/patches/06-vboxadd-udev.dpatch
===================================================================
--- trunk/debian/patches/06-vboxadd-udev.dpatch	2007-12-18 14:44:34 UTC (rev 143)
+++ trunk/debian/patches/06-vboxadd-udev.dpatch	2007-12-18 14:48:22 UTC (rev 144)
@@ -1,8 +1,7 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 06-vboxadd-udev.dpatch by  <meskes at debian.org>
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 06-vboxadd-udev.dpatch by Michael Meskes <meskes at debian.org>
 ## basic idea taken from http://blino.org/blog/mandriva/kernel
 ##
-## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Make vboxadd module register /dev/vboxadd correctly
 
 @DPATCH@

Modified: trunk/debian/patches/07-xsession.dpatch
===================================================================
--- trunk/debian/patches/07-xsession.dpatch	2007-12-18 14:44:34 UTC (rev 143)
+++ trunk/debian/patches/07-xsession.dpatch	2007-12-18 14:48:22 UTC (rev 144)
@@ -1,7 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 07-Xsession.dpatch by  <meskes at debian.org>
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 07-Xsession.dpatch by Michael Meskes <meskes at debian.org>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Create a start script in Xsession.d
 
 @DPATCH@

Modified: trunk/debian/patches/08-no-kernel.dpatch
===================================================================
--- trunk/debian/patches/08-no-kernel.dpatch	2007-12-18 14:44:34 UTC (rev 143)
+++ trunk/debian/patches/08-no-kernel.dpatch	2007-12-18 14:48:22 UTC (rev 144)
@@ -1,7 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 08-no-kernel.dpatch by  <meskes at debian.org>
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 08-no-kernel.dpatch by Michael Meskes <meskes at debian.org>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Build without kernel sources.
 
 @DPATCH@

Modified: trunk/debian/patches/09-fix-initscript.dpatch
===================================================================
--- trunk/debian/patches/09-fix-initscript.dpatch	2007-12-18 14:44:34 UTC (rev 143)
+++ trunk/debian/patches/09-fix-initscript.dpatch	2007-12-18 14:48:22 UTC (rev 144)
@@ -1,12 +1,12 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 09-quiet-grep.dpatch by  <meskes at debian.org>
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 09-quiet-grep.dpatch by Michael Meskes <meskes at debian.org>
 ## modified by Patrick Winnert <winnie at debian.org>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Make grep be quiet
 ## DP: Add an short description to make lintian silent.
 
 @DPATCH@
+
 diff -urNad virtualbox-ose-1.5.2-dfsg2~/src/VBox/Installer/linux/vboxnet.sh virtualbox-ose-1.5.2-dfsg2/src/VBox/Installer/linux/vboxnet.sh
 --- virtualbox-ose-1.5.2-dfsg2~/src/VBox/Installer/linux/vboxnet.sh	2007-12-16 12:43:28.000000000 +0100
 +++ virtualbox-ose-1.5.2-dfsg2/src/VBox/Installer/linux/vboxnet.sh	2007-12-16 12:44:51.000000000 +0100

Modified: trunk/debian/patches/10-no-registration.dpatch
===================================================================
--- trunk/debian/patches/10-no-registration.dpatch	2007-12-18 14:44:34 UTC (rev 143)
+++ trunk/debian/patches/10-no-registration.dpatch	2007-12-18 14:48:22 UTC (rev 144)
@@ -1,7 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10-no-registration.dpatch by  <meskes at debian.org>
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 10-no-registration.dpatch by Michael Meskes <meskes at debian.org>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Do not ask for registration
 
 @DPATCH@

Modified: trunk/debian/patches/11-module-build.dpatch
===================================================================
--- trunk/debian/patches/11-module-build.dpatch	2007-12-18 14:44:34 UTC (rev 143)
+++ trunk/debian/patches/11-module-build.dpatch	2007-12-18 14:48:22 UTC (rev 144)
@@ -1,7 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 11-module-build.dpatch by  <meskes at debian.org>
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 11-module-build.dpatch by Michael Meskes <meskes at debian.org>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Build module correctly in linux-modules-extra
 
 @DPATCH@

Modified: trunk/debian/patches/12-kcompat-2.6.24.dpatch
===================================================================
--- trunk/debian/patches/12-kcompat-2.6.24.dpatch	2007-12-18 14:44:34 UTC (rev 143)
+++ trunk/debian/patches/12-kcompat-2.6.24.dpatch	2007-12-18 14:48:22 UTC (rev 144)
@@ -1,10 +1,10 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
+#!/bin/sh /usr/share/dpatch/dpatch-run
 ## 12-kcompat-2.6.24.dpatch by Stefan Lippers-Hollmann <s.l-h at gmx.de>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
 ## DP: six kernel 2.6.24 compatibility.
 
 @DPATCH@
+
 diff -urNad virtualbox-ose-1.5.2-dfsg2~/Config.kmk virtualbox-ose-1.5.2-dfsg2/Config.kmk
 --- virtualbox-ose-1.5.2-dfsg2~/Config.kmk	2007-10-18 14:16:17.000000000 +0200
 +++ virtualbox-ose-1.5.2-dfsg2/Config.kmk	2007-12-11 18:46:39.000000000 +0100




More information about the Pkg-virtualbox-commits mailing list