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

pwinnertz-guest at alioth.debian.org pwinnertz-guest at alioth.debian.org
Wed Sep 5 21:44:38 UTC 2007


Author: pwinnertz-guest
Date: 2007-09-05 21:44:38 +0000 (Wed, 05 Sep 2007)
New Revision: 31

Removed:
   trunk/debian/patches/remove_additions.dpatch
Modified:
   trunk/debian/changelog
   trunk/debian/patches/00list
   trunk/debian/patches/localconf-kmk.dpatch
Log:
Start to package guest utils


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-09-05 21:38:25 UTC (rev 30)
+++ trunk/debian/changelog	2007-09-05 21:44:38 UTC (rev 31)
@@ -10,6 +10,7 @@
     Thanks. 
   * Set the alioth ML as maintainer address, since this list will be used to
     discuss issues from now on.
+  * Removed one patch for makefile. Instead use now variables.
 
  -- Patrick Winnertz <patrick.winnertz at skolelinux.org>  Wed, 05 Sep 2007 14:03:46 +0200
 

Modified: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list	2007-09-05 21:38:25 UTC (rev 30)
+++ trunk/debian/patches/00list	2007-09-05 21:44:38 UTC (rev 31)
@@ -1,5 +1,4 @@
 03-configure.dpatch
 04-host-module.dpatch
 config-kmk.dpatch
-remove_additions.dpatch
 localconf-kmk.dpatch

Modified: trunk/debian/patches/localconf-kmk.dpatch
===================================================================
--- trunk/debian/patches/localconf-kmk.dpatch	2007-09-05 21:38:25 UTC (rev 30)
+++ trunk/debian/patches/localconf-kmk.dpatch	2007-09-05 21:44:38 UTC (rev 31)
@@ -10,6 +10,6 @@
 @@ -0,0 +1,5 @@
 +VBOX_WITH_VBOXDRV = 
 +VBOX_WITH_LINUX_ONLY =
-+VBOX_ADDITIONS_LINUX_ONLY = 
++VBOX_ADDITIONS_LINUX_ONLY = 1
 +VBOX_WITH_INSTALLER = 
-+VBOX_WITH_LINUX_ADDITIONS = 
++VBOX_WITH_LINUX_ADDITIONS = 1 

Deleted: trunk/debian/patches/remove_additions.dpatch
===================================================================
--- trunk/debian/patches/remove_additions.dpatch	2007-09-05 21:38:25 UTC (rev 30)
+++ trunk/debian/patches/remove_additions.dpatch	2007-09-05 21:44:38 UTC (rev 31)
@@ -1,31 +0,0 @@
-#!/bin/sh /usr/share/dpatch/dpatch-run
-## by Patrick Winnertz <patrick.winnertz at skolelinux.org>>
-## DP: Remove subdir "Additions" from makefile since we had to
-## DP: remove this, because of license problems
-
- at DPATCH@
---- ./src/VBox/Makefile.kmk	2007-08-02 10:58:42.000000000 +0200
-+++ ./src/VBox/Makefile.kmk	2007-08-02 10:59:01.000000000 +0200
-@@ -41,16 +41,16 @@
- SUBDIRS += RDP
- endif
- 
--ifneq ($(VBOX_WITH_WIN32_ADDITIONS)$(VBOX_WITH_LINUX_ADDITIONS),)
--SUBDIRS += Additions
--endif
-+#ifneq ($(VBOX_WITH_WIN32_ADDITIONS)$(VBOX_WITH_LINUX_ADDITIONS),)
-+#SUBDIRS += Additions
-+#endif
- 
- SUBDIRS += Frontends
- 
- # This must be the last one.
--ifdef VBOX_WITH_INSTALLER
--SUBDIRS += Installer
--endif
-+#ifdef VBOX_WITH_INSTALLER
-+#SUBDIRS += Installer
-+#endif
- 
- include $(PATH_KBUILD)/footer.kmk
- 




More information about the Pkg-virtualbox-commits mailing list