[Pkg-virtualbox-commits] r156 - in trunk/debian: . virtualbox-ose-guest-source.files virtualbox-ose-source.files virtualbox-ose.files

meskes at alioth.debian.org meskes at alioth.debian.org
Thu Dec 20 09:04:39 UTC 2007


Author: meskes
Date: 2007-12-20 09:04:39 +0000 (Thu, 20 Dec 2007)
New Revision: 156

Added:
   trunk/debian/virtualbox-ose-guest-source.files/
   trunk/debian/virtualbox-ose-guest-source.files/Makefile
   trunk/debian/virtualbox-ose-guest-source.files/control.modules.in
   trunk/debian/virtualbox-ose-guest-source.files/postinst.modules.in
   trunk/debian/virtualbox-ose-guest-source.files/rules
   trunk/debian/virtualbox-ose-guest-source.files/udev
   trunk/debian/virtualbox-ose-source.files/
   trunk/debian/virtualbox-ose-source.files/control.modules.in
   trunk/debian/virtualbox-ose-source.files/postinst.modules.in
   trunk/debian/virtualbox-ose-source.files/rules
   trunk/debian/virtualbox-ose.files/
   trunk/debian/virtualbox-ose.files/VBox.sh
   trunk/debian/virtualbox-ose.files/interfaces
   trunk/debian/virtualbox-ose.files/vbox.cfg
   trunk/debian/virtualbox-ose.files/virtualbox-ose.desktop
   trunk/debian/virtualbox-ose.files/virtualbox-ose.xpm
Removed:
   trunk/debian/desktop/
   trunk/debian/interfaces
   trunk/debian/pixmap/
   trunk/debian/scripts/
   trunk/debian/vbox.cfg
   trunk/debian/virtualbox-ose-guest-source.Makefile
   trunk/debian/virtualbox-ose-guest-source.control.modules.in
   trunk/debian/virtualbox-ose-guest-source.postinst.modules.in
   trunk/debian/virtualbox-ose-guest-source.rules
   trunk/debian/virtualbox-ose-guest-source.udev
   trunk/debian/virtualbox-ose-source.control.modules.in
   trunk/debian/virtualbox-ose-source.postinst.modules.in
   trunk/debian/virtualbox-ose-source.rules
Modified:
   trunk/debian/changelog
   trunk/debian/rules
   trunk/debian/virtualbox-ose-guest-source.install
   trunk/debian/virtualbox-ose-source.install
   trunk/debian/virtualbox-ose.install
Log:
Rearranged parts of the debian dir.



Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-12-20 08:19:19 UTC (rev 155)
+++ trunk/debian/changelog	2007-12-20 09:04:39 UTC (rev 156)
@@ -1,7 +1,7 @@
 virtualbox-ose (1.5.2-dfsg2-7) UNRELEASED; urgency=low
 
   [ Patrick Winnertz ]
-  * Do only recommends the virtualbox-ose-modules package. Maybe someone
+  * Do only recommend the virtualbox-ose-modules package. Maybe someone
     would like to compile it on it's own, or not with m-a. (Closes: #456989)
 
   [ Hilko Bengen ]
@@ -13,8 +13,9 @@
   [ Michael Meskes ]
   * Only suggest guest-sources in guest-utils. With l-m-e expected to include
     the guest-modules in the near future, this should be sufficient.
+  * Rearranged parts of the debian dir.
 
- -- Hilko Bengen <bengen at debian.org>  Wed, 19 Dec 2007 20:00:35 +0100
+ -- Michael Meskes <meskes at debian.org>  Thu, 20 Dec 2007 09:55:48 +0100
 
 virtualbox-ose (1.5.2-dfsg2-6) unstable; urgency=low
 

Deleted: trunk/debian/interfaces
===================================================================
--- trunk/debian/interfaces	2007-12-20 08:19:19 UTC (rev 155)
+++ trunk/debian/interfaces	2007-12-20 09:04:39 UTC (rev 156)
@@ -1,4 +0,0 @@
-# Linux static host networking interface configuration
-#
-# <interface> <user> <bridge>
-# vbox0 guest br0

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-12-20 08:19:19 UTC (rev 155)
+++ trunk/debian/rules	2007-12-20 09:04:39 UTC (rev 156)
@@ -75,26 +75,9 @@
 	dh_clean -k
 	dh_installdirs
 
-	# Installing virtualbox
-	install -m 755 debian/scripts/VBox.sh debian/$(sname)/usr/lib/virtualbox
-
 	# This will get installed into the package by dh_installinit
 	install -m 644 src/VBox/Installer/linux/vboxnet.sh debian/$(sname).init
 
-	# Install virtualbox-ose-source
-	cp debian/control debian/changelog debian/copyright debian/compat debian/$(psource)/usr/src/modules/$(sname)/debian
-	cp debian/$(psource).control.modules.in debian/$(psource)/usr/src/modules/$(sname)/debian/control.modules.in
-	cp debian/$(psource).postinst.modules.in debian/$(psource)/usr/src/modules/$(sname)/debian/postinst.modules.in
-	install -m 755 debian/$(psource).rules debian/$(psource)/usr/src/modules/$(sname)/debian/rules
-
-	# Install virtualbox-ose-guest-source
-	cp debian/control debian/changelog debian/copyright debian/compat debian/$(gsource)/usr/src/modules/$(gname)/debian
-	cp debian/$(gsource).control.modules.in debian/$(gsource)/usr/src/modules/$(gname)/debian/control.modules.in
-	cp debian/$(gsource).postinst.modules.in debian/$(gsource)/usr/src/modules/$(gname)/debian/postinst.modules.in
-	cp debian/$(gsource).udev debian/$(gsource)/usr/src/modules/$(gname)/debian/udev
-	cp debian/$(gsource).Makefile debian/$(gsource)/usr/src/modules/$(gname)/Makefile
-	install -m 755 debian/$(gsource).rules  debian/$(gsource)/usr/src/modules/$(gname)/debian/rules
-
 	# Install virtualbox guest additions
 	install -m 644 out/bin/additions/vboxvideo_drv_14.so debian/$(uname)/usr/lib/xorg/modules/drivers/vboxvideo_drv.so
 	install -m 644 out/bin/additions/vboxmouse_drv_14.so debian/$(uname)/usr/lib/xorg/modules/input/vboxmouse_drv.so

Deleted: trunk/debian/vbox.cfg
===================================================================
--- trunk/debian/vbox.cfg	2007-12-20 08:19:19 UTC (rev 155)
+++ trunk/debian/vbox.cfg	2007-12-20 09:04:39 UTC (rev 156)
@@ -1,2 +0,0 @@
-# VirtualBox installation directory
-INSTALL_DIR="/usr/lib/virtualbox"

Deleted: trunk/debian/virtualbox-ose-guest-source.Makefile
===================================================================
--- trunk/debian/virtualbox-ose-guest-source.Makefile	2007-12-20 08:19:19 UTC (rev 155)
+++ trunk/debian/virtualbox-ose-guest-source.Makefile	2007-12-20 09:04:39 UTC (rev 156)
@@ -1 +0,0 @@
-obj-m = vboxadd/ vboxvfs/

Deleted: trunk/debian/virtualbox-ose-guest-source.control.modules.in
===================================================================
--- trunk/debian/virtualbox-ose-guest-source.control.modules.in	2007-12-20 08:19:19 UTC (rev 155)
+++ trunk/debian/virtualbox-ose-guest-source.control.modules.in	2007-12-20 09:04:39 UTC (rev 156)
@@ -1,24 +0,0 @@
-Source: virtualbox-ose
-Section: misc
-Priority: optional
-Maintainer: Debian Virtualbox Team <pkg-virtualbox-devel at lists.alioth.debian.org>
-Uploaders: Philipp Hug <debian at hug.cx>, Marvin Stark <marv at der-marv.de>, Michael Meskes <meskes at debian.org>, Patrick Winnertz <patrick.winnertz at skolelinux.org>, Daniel Baumann <daniel at debian.org>
-Build-Depends: debhelper (>= 5), dpatch, kbuild
-Standards-Version: 3.7.2
-Homepage: http://www.virtualbox.org/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-virtualbox/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-virtualbox/trunk
-
-Package: virtualbox-ose-guest-modules-_KVERS_
-Architecture: i386
-Depends: linux-modules-_KVERS_ | linux-image-_KVERS_
-Provides: virtualbox-ose-guest-modules
-Description: VirtualBox guest addition modules for Linux (kernel _KVERS_)
- This package contains the set of loadable kernel modules for VirtualBox Guest Additions.
- .
- This package contains the compiled kernel modules for _KVERS_
- .
- If you have compiled your own kernel, you will most likely need to build
- your own virtualbox-ose-guest-modules. The virtualbox-ose-guest-source package has been
- provided for use with the Debian's module-assistant or kernel-package
- utilities to produce a version of virtualbox-ose-guest-modules for your kernel.

Added: trunk/debian/virtualbox-ose-guest-source.files/Makefile
===================================================================
--- trunk/debian/virtualbox-ose-guest-source.files/Makefile	                        (rev 0)
+++ trunk/debian/virtualbox-ose-guest-source.files/Makefile	2007-12-20 09:04:39 UTC (rev 156)
@@ -0,0 +1 @@
+obj-m = vboxadd/ vboxvfs/

Added: trunk/debian/virtualbox-ose-guest-source.files/control.modules.in
===================================================================
--- trunk/debian/virtualbox-ose-guest-source.files/control.modules.in	                        (rev 0)
+++ trunk/debian/virtualbox-ose-guest-source.files/control.modules.in	2007-12-20 09:04:39 UTC (rev 156)
@@ -0,0 +1,24 @@
+Source: virtualbox-ose
+Section: misc
+Priority: optional
+Maintainer: Debian Virtualbox Team <pkg-virtualbox-devel at lists.alioth.debian.org>
+Uploaders: Philipp Hug <debian at hug.cx>, Marvin Stark <marv at der-marv.de>, Michael Meskes <meskes at debian.org>, Patrick Winnertz <patrick.winnertz at skolelinux.org>, Daniel Baumann <daniel at debian.org>
+Build-Depends: debhelper (>= 5), dpatch, kbuild
+Standards-Version: 3.7.2
+Homepage: http://www.virtualbox.org/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-virtualbox/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-virtualbox/trunk
+
+Package: virtualbox-ose-guest-modules-_KVERS_
+Architecture: i386
+Depends: linux-modules-_KVERS_ | linux-image-_KVERS_
+Provides: virtualbox-ose-guest-modules
+Description: VirtualBox guest addition modules for Linux (kernel _KVERS_)
+ This package contains the set of loadable kernel modules for VirtualBox Guest Additions.
+ .
+ This package contains the compiled kernel modules for _KVERS_
+ .
+ If you have compiled your own kernel, you will most likely need to build
+ your own virtualbox-ose-guest-modules. The virtualbox-ose-guest-source package has been
+ provided for use with the Debian's module-assistant or kernel-package
+ utilities to produce a version of virtualbox-ose-guest-modules for your kernel.

Added: trunk/debian/virtualbox-ose-guest-source.files/postinst.modules.in
===================================================================
--- trunk/debian/virtualbox-ose-guest-source.files/postinst.modules.in	                        (rev 0)
+++ trunk/debian/virtualbox-ose-guest-source.files/postinst.modules.in	2007-12-20 09:04:39 UTC (rev 156)
@@ -0,0 +1,30 @@
+#!/bin/sh
+
+set -e
+
+dev=/dev/vboxadd
+
+#DEBHELPER#
+
+case "${1}" in
+	configure)
+		if [ -x /etc/init.d/udev ]; then
+			if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
+				invoke-rc.d udev reload || /bin/true
+			else
+				/etc/init.d/udev reload || /bin/true
+			fi
+		fi
+		;;
+
+	abort-upgrade|abort-deconfigure|abort-remove)
+
+		;;
+
+	*)
+		echo "${0} called with unknown argument \`${1}'" 1>&2
+		exit 1
+		;;
+esac
+
+exit 0

Added: trunk/debian/virtualbox-ose-guest-source.files/rules
===================================================================
--- trunk/debian/virtualbox-ose-guest-source.files/rules	                        (rev 0)
+++ trunk/debian/virtualbox-ose-guest-source.files/rules	2007-12-20 09:04:39 UTC (rev 156)
@@ -0,0 +1,76 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/dpatch/dpatch.make
+
+# The short upstream name, used for the module source directory
+uname:=virtualbox-ose-guest-utils
+
+### KERNEL SETUP
+### Setup the stuff needed for making kernel module packages
+### taken from /usr/share/kernel-package/sample.module.rules
+
+# prefix of the target package name
+PACKAGE=virtualbox-ose-guest-modules
+# modifieable for experiments or debugging m-a
+MA_DIR ?= /usr/share/modass
+# load generic variable handling
+-include $(MA_DIR)/include/generic.make
+# load default rules, including kdist, kdist_image, ...
+-include $(MA_DIR)/include/common-rules.make
+
+# module assistant calculates all needed things for us and sets
+# following variables:
+# KSRC (kernel source directory), KVERS (kernel version string), KDREV
+# (revision of the Debian kernel-image package), CC (the correct
+# compiler), VERSION (the final package version string), PKGNAME (full
+# package name with KVERS included), DEB_DESTDIR (path to store DEBs)
+
+# The kdist_configure target is called by make-kpkg modules_config and
+# by kdist* rules by dependency. It should configure the module so it is
+# ready for compilation (mostly useful for calling configure).
+# prep-deb-files from module-assistant creates the neccessary debian/ files
+kdist_configure: prep-deb-files
+
+# the kdist_clean target is called by make-kpkg modules_clean and from
+# kdist* rules. It is responsible for cleaning up any changes that have
+# been made by the other kdist_commands (except for the .deb files created)
+kdist_clean: clean
+	$(MAKE) $(MFLAGS) -f debian/rules clean
+#
+### end  KERNEL SETUP
+
+MAKE:=kmk
+
+clean:
+	(cd vboxadd; $(MAKE) clean)
+	(cd vboxvfs; $(MAKE) clean)
+	dh_clean
+
+binary-modules: prep-deb-files
+	dh_testroot
+	dh_clean -k
+
+	# Build the modules
+	(cd vboxadd; $(MAKE) all KSRC=$(KSRC) KVER=$(KVERS) KERN_DIR=$(KSRC))
+	(cd vboxvfs; $(MAKE) all KSRC=$(KSRC) KVER=$(KVERS) KERN_DIR=$(KSRC))
+
+	# Install the modules
+	dh_install vboxadd/vboxadd.ko /lib/modules/$(KVERS)/misc/
+	dh_install vboxvfs/vboxvfs.ko /lib/modules/$(KVERS)/misc/
+
+	dh_installdocs
+	dh_installchangelogs
+	dh_installudev
+	dh_compress
+	dh_fixperms
+	dh_installmodules
+	dh_installdeb
+	dh_gencontrol -- -v$(VERSION)
+	dh_md5sums
+	dh_builddeb --destdir=$(DEB_DESTDIR)
+	dh_clean -k
+
+.PHONY: build clean binary-arch binary-indep binary install binary-modules kdist kdist_configure kdist_image kdist_clean

Added: trunk/debian/virtualbox-ose-guest-source.files/udev
===================================================================
--- trunk/debian/virtualbox-ose-guest-source.files/udev	                        (rev 0)
+++ trunk/debian/virtualbox-ose-guest-source.files/udev	2007-12-20 09:04:39 UTC (rev 156)
@@ -0,0 +1 @@
+KERNEL=="vboxadd", NAME="vboxadd", OWNER="root", MODE="0666"

Modified: trunk/debian/virtualbox-ose-guest-source.install
===================================================================
--- trunk/debian/virtualbox-ose-guest-source.install	2007-12-20 08:19:19 UTC (rev 155)
+++ trunk/debian/virtualbox-ose-guest-source.install	2007-12-20 09:04:39 UTC (rev 156)
@@ -1,2 +1,9 @@
 out/bin/additions/src/vboxadd /usr/src/modules/virtualbox-ose-guest
 out/bin/additions/src/vboxvfs /usr/src/modules/virtualbox-ose-guest
+
+debian/control debian/changelog debian/copyright debian/compat /usr/src/modules/virtualbox-ose-guest/debian
+debian/virtualbox-ose-guest-source.files/Makefile /usr/src/modules/virtualbox-ose-guest
+debian/virtualbox-ose-guest-source.files/control.modules.in /usr/src/modules/virtualbox-ose-guest/debian
+debian/virtualbox-ose-guest-source.files/postinst.modules.in /usr/src/modules/virtualbox-ose-guest/debian
+debian/virtualbox-ose-guest-source.files/rules /usr/src/modules/virtualbox-ose-guest/debian
+debian/virtualbox-ose-guest-source.files/udev /usr/src/modules/virtualbox-ose-guest/debian

Deleted: trunk/debian/virtualbox-ose-guest-source.postinst.modules.in
===================================================================
--- trunk/debian/virtualbox-ose-guest-source.postinst.modules.in	2007-12-20 08:19:19 UTC (rev 155)
+++ trunk/debian/virtualbox-ose-guest-source.postinst.modules.in	2007-12-20 09:04:39 UTC (rev 156)
@@ -1,30 +0,0 @@
-#!/bin/sh
-
-set -e
-
-dev=/dev/vboxadd
-
-#DEBHELPER#
-
-case "${1}" in
-	configure)
-		if [ -x /etc/init.d/udev ]; then
-			if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
-				invoke-rc.d udev reload || /bin/true
-			else
-				/etc/init.d/udev reload || /bin/true
-			fi
-		fi
-		;;
-
-	abort-upgrade|abort-deconfigure|abort-remove)
-
-		;;
-
-	*)
-		echo "${0} called with unknown argument \`${1}'" 1>&2
-		exit 1
-		;;
-esac
-
-exit 0

Deleted: trunk/debian/virtualbox-ose-guest-source.rules
===================================================================
--- trunk/debian/virtualbox-ose-guest-source.rules	2007-12-20 08:19:19 UTC (rev 155)
+++ trunk/debian/virtualbox-ose-guest-source.rules	2007-12-20 09:04:39 UTC (rev 156)
@@ -1,76 +0,0 @@
-#!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-include /usr/share/dpatch/dpatch.make
-
-# The short upstream name, used for the module source directory
-uname:=virtualbox-ose-guest-utils
-
-### KERNEL SETUP
-### Setup the stuff needed for making kernel module packages
-### taken from /usr/share/kernel-package/sample.module.rules
-
-# prefix of the target package name
-PACKAGE=virtualbox-ose-guest-modules
-# modifieable for experiments or debugging m-a
-MA_DIR ?= /usr/share/modass
-# load generic variable handling
--include $(MA_DIR)/include/generic.make
-# load default rules, including kdist, kdist_image, ...
--include $(MA_DIR)/include/common-rules.make
-
-# module assistant calculates all needed things for us and sets
-# following variables:
-# KSRC (kernel source directory), KVERS (kernel version string), KDREV
-# (revision of the Debian kernel-image package), CC (the correct
-# compiler), VERSION (the final package version string), PKGNAME (full
-# package name with KVERS included), DEB_DESTDIR (path to store DEBs)
-
-# The kdist_configure target is called by make-kpkg modules_config and
-# by kdist* rules by dependency. It should configure the module so it is
-# ready for compilation (mostly useful for calling configure).
-# prep-deb-files from module-assistant creates the neccessary debian/ files
-kdist_configure: prep-deb-files
-
-# the kdist_clean target is called by make-kpkg modules_clean and from
-# kdist* rules. It is responsible for cleaning up any changes that have
-# been made by the other kdist_commands (except for the .deb files created)
-kdist_clean: clean
-	$(MAKE) $(MFLAGS) -f debian/rules clean
-#
-### end  KERNEL SETUP
-
-MAKE:=kmk
-
-clean:
-	(cd vboxadd; $(MAKE) clean)
-	(cd vboxvfs; $(MAKE) clean)
-	dh_clean
-
-binary-modules: prep-deb-files
-	dh_testroot
-	dh_clean -k
-
-	# Build the modules
-	(cd vboxadd; $(MAKE) all KSRC=$(KSRC) KVER=$(KVERS) KERN_DIR=$(KSRC))
-	(cd vboxvfs; $(MAKE) all KSRC=$(KSRC) KVER=$(KVERS) KERN_DIR=$(KSRC))
-
-	# Install the modules
-	dh_install vboxadd/vboxadd.ko /lib/modules/$(KVERS)/misc/
-	dh_install vboxvfs/vboxvfs.ko /lib/modules/$(KVERS)/misc/
-
-	dh_installdocs
-	dh_installchangelogs
-	dh_installudev
-	dh_compress
-	dh_fixperms
-	dh_installmodules
-	dh_installdeb
-	dh_gencontrol -- -v$(VERSION)
-	dh_md5sums
-	dh_builddeb --destdir=$(DEB_DESTDIR)
-	dh_clean -k
-
-.PHONY: build clean binary-arch binary-indep binary install binary-modules kdist kdist_configure kdist_image kdist_clean

Deleted: trunk/debian/virtualbox-ose-guest-source.udev
===================================================================
--- trunk/debian/virtualbox-ose-guest-source.udev	2007-12-20 08:19:19 UTC (rev 155)
+++ trunk/debian/virtualbox-ose-guest-source.udev	2007-12-20 09:04:39 UTC (rev 156)
@@ -1 +0,0 @@
-KERNEL=="vboxadd", NAME="vboxadd", OWNER="root", MODE="0666"

Deleted: trunk/debian/virtualbox-ose-source.control.modules.in
===================================================================
--- trunk/debian/virtualbox-ose-source.control.modules.in	2007-12-20 08:19:19 UTC (rev 155)
+++ trunk/debian/virtualbox-ose-source.control.modules.in	2007-12-20 09:04:39 UTC (rev 156)
@@ -1,25 +0,0 @@
-Source: virtualbox-ose
-Section: misc
-Priority: optional
-Maintainer: Debian Virtualbox Team <pkg-virtualbox-devel at lists.alioth.debian.org>
-Uploaders: Philipp Hug <debian at hug.cx>, Marvin Stark <marv at der-marv.de>, Michael Meskes <meskes at debian.org>, Patrick Winnertz <patrick.winnertz at skolelinux.org>, Daniel Baumann <daniel at debian.org>
-Build-Depends: debhelper (>= 5), dpatch, kbuild
-Standards-Version: 3.7.2
-Homepage: http://www.virtualbox.org/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-virtualbox/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-virtualbox/trunk
-
-Package: virtualbox-ose-modules-_KVERS_
-Architecture: amd64 i386
-Depends: linux-modules-_KVERS_ | linux-image-_KVERS_
-Recommends: virtualbox-ose
-Provides: virtualbox-ose-modules
-Description: VirtualBox modules for Linux (kernel _KVERS_)
- This package contains the set of loadable kernel modules for VirtualBox.
- .
- This package contains the compiled kernel modules for _KVERS_
- .
- If you have compiled your own kernel, you will most likely need to build
- your own virtualbox-ose-modules. The virtualbox-ose-source package has been
- provided for use with the Debian's module-assistant or kernel-package
- utilities to produce a version of virtualbox-ose-modules for your kernel.

Added: trunk/debian/virtualbox-ose-source.files/control.modules.in
===================================================================
--- trunk/debian/virtualbox-ose-source.files/control.modules.in	                        (rev 0)
+++ trunk/debian/virtualbox-ose-source.files/control.modules.in	2007-12-20 09:04:39 UTC (rev 156)
@@ -0,0 +1,25 @@
+Source: virtualbox-ose
+Section: misc
+Priority: optional
+Maintainer: Debian Virtualbox Team <pkg-virtualbox-devel at lists.alioth.debian.org>
+Uploaders: Philipp Hug <debian at hug.cx>, Marvin Stark <marv at der-marv.de>, Michael Meskes <meskes at debian.org>, Patrick Winnertz <patrick.winnertz at skolelinux.org>, Daniel Baumann <daniel at debian.org>
+Build-Depends: debhelper (>= 5), dpatch, kbuild
+Standards-Version: 3.7.2
+Homepage: http://www.virtualbox.org/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-virtualbox/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-virtualbox/trunk
+
+Package: virtualbox-ose-modules-_KVERS_
+Architecture: amd64 i386
+Depends: linux-modules-_KVERS_ | linux-image-_KVERS_
+Recommends: virtualbox-ose
+Provides: virtualbox-ose-modules
+Description: VirtualBox modules for Linux (kernel _KVERS_)
+ This package contains the set of loadable kernel modules for VirtualBox.
+ .
+ This package contains the compiled kernel modules for _KVERS_
+ .
+ If you have compiled your own kernel, you will most likely need to build
+ your own virtualbox-ose-modules. The virtualbox-ose-source package has been
+ provided for use with the Debian's module-assistant or kernel-package
+ utilities to produce a version of virtualbox-ose-modules for your kernel.

Added: trunk/debian/virtualbox-ose-source.files/postinst.modules.in
===================================================================
--- trunk/debian/virtualbox-ose-source.files/postinst.modules.in	                        (rev 0)
+++ trunk/debian/virtualbox-ose-source.files/postinst.modules.in	2007-12-20 09:04:39 UTC (rev 156)
@@ -0,0 +1,28 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+case "${1}" in
+	configure)
+		if [ -x /etc/init.d/udev ]; then
+			if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
+				invoke-rc.d udev reload || /bin/true
+			else
+				/etc/init.d/udev reload || /bin/true
+			fi
+		fi
+		;;
+
+	abort-upgrade|abort-deconfigure|abort-remove)
+
+		;;
+
+	*)
+		echo "${0} called with unknown argument \`${1}'" 1>&2
+		exit 1
+		;;
+esac
+
+exit 0

Added: trunk/debian/virtualbox-ose-source.files/rules
===================================================================
--- trunk/debian/virtualbox-ose-source.files/rules	                        (rev 0)
+++ trunk/debian/virtualbox-ose-source.files/rules	2007-12-20 09:04:39 UTC (rev 156)
@@ -0,0 +1,75 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/dpatch/dpatch.make
+
+# some default definitions, important!
+#
+# Name of the source package
+psource:=virtualbox-ose-source
+gsource:=virtualbox-ose-guest-source
+
+# The short upstream name, used for the module source directory
+sname:=virtualbox-ose
+uname:=virtualbox-ose-guest-utils
+
+### KERNEL SETUP
+### Setup the stuff needed for making kernel module packages
+### taken from /usr/share/kernel-package/sample.module.rules
+
+# prefix of the target package name
+PACKAGE=virtualbox-ose-modules
+# modifieable for experiments or debugging m-a
+MA_DIR ?= /usr/share/modass
+# load generic variable handling
+-include $(MA_DIR)/include/generic.make
+# load default rules, including kdist, kdist_image, ...
+-include $(MA_DIR)/include/common-rules.make
+
+# module assistant calculates all needed things for us and sets
+# following variables:
+# KSRC (kernel source directory), KVERS (kernel version string), KDREV
+# (revision of the Debian kernel-image package), CC (the correct
+# compiler), VERSION (the final package version string), PKGNAME (full
+# package name with KVERS included), DEB_DESTDIR (path to store DEBs)
+
+# The kdist_configure target is called by make-kpkg modules_config and
+# by kdist* rules by dependency. It should configure the module so it is
+# ready for compilation (mostly useful for calling configure).
+# prep-deb-files from module-assistant creates the neccessary debian/ files
+kdist_configure: prep-deb-files
+
+# the kdist_clean target is called by make-kpkg modules_clean and from
+# kdist* rules. It is responsible for cleaning up any changes that have
+# been made by the other kdist_commands (except for the .deb files created)
+kdist_clean: clean
+	$(MAKE) $(MFLAGS) -f debian/rules clean
+#
+### end  KERNEL SETUP
+
+MAKE:=kmk
+
+binary-modules: prep-deb-files
+	dh_testroot
+	dh_clean -k
+
+	# Build the module
+	$(MAKE) all KSRC=$(KSRC) KVER=$(KVERS) KERN_DIR=$(KSRC)
+
+	# Install the module
+	dh_install vboxdrv.ko /lib/modules/$(KVERS)/misc/
+
+	dh_installdocs
+	dh_installchangelogs
+	dh_compress
+	dh_fixperms
+	dh_installmodules
+	dh_installdeb
+	dh_gencontrol -- -v$(VERSION)
+	dh_md5sums
+	dh_builddeb --destdir=$(DEB_DESTDIR)
+	dh_clean -k
+
+.PHONY: build clean binary-arch binary-indep binary install binary-modules kdist kdist_configure kdist_image kdist_clean

Modified: trunk/debian/virtualbox-ose-source.install
===================================================================
--- trunk/debian/virtualbox-ose-source.install	2007-12-20 08:19:19 UTC (rev 155)
+++ trunk/debian/virtualbox-ose-source.install	2007-12-20 09:04:39 UTC (rev 156)
@@ -1 +1,4 @@
 out/bin/src/* /usr/src/modules/virtualbox-ose
+
+debian/control debian/changelog debian/copyright debian/compat /usr/src/modules/virtualbox-ose/debian
+debian/virtualbox-ose-source.files/* /usr/src/modules/virtualbox-ose/debian

Deleted: trunk/debian/virtualbox-ose-source.postinst.modules.in
===================================================================
--- trunk/debian/virtualbox-ose-source.postinst.modules.in	2007-12-20 08:19:19 UTC (rev 155)
+++ trunk/debian/virtualbox-ose-source.postinst.modules.in	2007-12-20 09:04:39 UTC (rev 156)
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#DEBHELPER#
-
-case "${1}" in
-	configure)
-		if [ -x /etc/init.d/udev ]; then
-			if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
-				invoke-rc.d udev reload || /bin/true
-			else
-				/etc/init.d/udev reload || /bin/true
-			fi
-		fi
-		;;
-
-	abort-upgrade|abort-deconfigure|abort-remove)
-
-		;;
-
-	*)
-		echo "${0} called with unknown argument \`${1}'" 1>&2
-		exit 1
-		;;
-esac
-
-exit 0

Deleted: trunk/debian/virtualbox-ose-source.rules
===================================================================
--- trunk/debian/virtualbox-ose-source.rules	2007-12-20 08:19:19 UTC (rev 155)
+++ trunk/debian/virtualbox-ose-source.rules	2007-12-20 09:04:39 UTC (rev 156)
@@ -1,75 +0,0 @@
-#!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-include /usr/share/dpatch/dpatch.make
-
-# some default definitions, important!
-#
-# Name of the source package
-psource:=virtualbox-ose-source
-gsource:=virtualbox-ose-guest-source
-
-# The short upstream name, used for the module source directory
-sname:=virtualbox-ose
-uname:=virtualbox-ose-guest-utils
-
-### KERNEL SETUP
-### Setup the stuff needed for making kernel module packages
-### taken from /usr/share/kernel-package/sample.module.rules
-
-# prefix of the target package name
-PACKAGE=virtualbox-ose-modules
-# modifieable for experiments or debugging m-a
-MA_DIR ?= /usr/share/modass
-# load generic variable handling
--include $(MA_DIR)/include/generic.make
-# load default rules, including kdist, kdist_image, ...
--include $(MA_DIR)/include/common-rules.make
-
-# module assistant calculates all needed things for us and sets
-# following variables:
-# KSRC (kernel source directory), KVERS (kernel version string), KDREV
-# (revision of the Debian kernel-image package), CC (the correct
-# compiler), VERSION (the final package version string), PKGNAME (full
-# package name with KVERS included), DEB_DESTDIR (path to store DEBs)
-
-# The kdist_configure target is called by make-kpkg modules_config and
-# by kdist* rules by dependency. It should configure the module so it is
-# ready for compilation (mostly useful for calling configure).
-# prep-deb-files from module-assistant creates the neccessary debian/ files
-kdist_configure: prep-deb-files
-
-# the kdist_clean target is called by make-kpkg modules_clean and from
-# kdist* rules. It is responsible for cleaning up any changes that have
-# been made by the other kdist_commands (except for the .deb files created)
-kdist_clean: clean
-	$(MAKE) $(MFLAGS) -f debian/rules clean
-#
-### end  KERNEL SETUP
-
-MAKE:=kmk
-
-binary-modules: prep-deb-files
-	dh_testroot
-	dh_clean -k
-
-	# Build the module
-	$(MAKE) all KSRC=$(KSRC) KVER=$(KVERS) KERN_DIR=$(KSRC)
-
-	# Install the module
-	dh_install vboxdrv.ko /lib/modules/$(KVERS)/misc/
-
-	dh_installdocs
-	dh_installchangelogs
-	dh_compress
-	dh_fixperms
-	dh_installmodules
-	dh_installdeb
-	dh_gencontrol -- -v$(VERSION)
-	dh_md5sums
-	dh_builddeb --destdir=$(DEB_DESTDIR)
-	dh_clean -k
-
-.PHONY: build clean binary-arch binary-indep binary install binary-modules kdist kdist_configure kdist_image kdist_clean

Added: trunk/debian/virtualbox-ose.files/VBox.sh
===================================================================
--- trunk/debian/virtualbox-ose.files/VBox.sh	                        (rev 0)
+++ trunk/debian/virtualbox-ose.files/VBox.sh	2007-12-20 09:04:39 UTC (rev 156)
@@ -0,0 +1,91 @@
+#!/bin/sh
+#
+# written by Patrick Winnertz <patrick.winnertz at skolelinux.org> and
+# Michael Meskes <meskes at debian.org>
+# and placed under GPLv2
+#
+# this is based on a script by
+# InnoTek VirtualBox
+#
+# Copyright (C) 2006 InnoTek Systemberatung GmbH
+#
+# This file is part of VirtualBox Open Source Edition (OSE), as
+# available from http://www.virtualbox.org. This file is free software;
+# you can redistribute it and/or modify it under the terms of the GNU
+# General Public License as published by the Free Software Foundation,
+# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
+# distribution. VirtualBox OSE is distributed in the hope that it will
+# be useful, but WITHOUT ANY WARRANTY of any kind.
+
+PATH="/usr/bin:/bin:/usr/sbin:/sbin"
+CONFIG="/etc/vbox/vbox.cfg"
+
+if [ "$VBOX_USER_HOME" = "" ]; then
+    if [ ! -d "$HOME/.VirtualBox" ]; then
+        mkdir -p "$HOME/.VirtualBox"
+    fi
+    LOG="$HOME/.VirtualBox/VBoxSVC.log"
+else
+    if [ ! -d "$VBOX_USER_HOME" ]; then
+        mkdir -p "$VBOX_USER_HOME"
+    fi
+    LOG="$VBOX_USER_HOME/VBoxSVC.log"
+fi
+
+if [ ! -r "$CONFIG" ]; then
+    echo "Could not find VirtualBox installation. Please reinstall."
+    exit 1
+fi
+
+. "$CONFIG_DIR/$CONFIG"
+
+# Note: This script must not fail if the module was not successfully installed
+#       because the user might not want to run a VM but only change VM params!
+
+if [ ! -c /dev/vboxdrv ]; then
+    cat << EOF
+WARNING: The character device /dev/vboxdrv does not exist.
+	 Please install the virtualbox-ose-modules package for your kernel.
+
+	 You will not be able to start VMs until this problem is fixed.
+EOF
+elif [ ! -w /dev/vboxdrv ]; then
+    if [ "`id | grep vboxusers`" = "" ]; then
+        cat << EOF
+WARNING: You are not a member of the "vboxusers" group.  Please add yourself
+         to this group before starting VirtualBox.
+
+	 You will not be able to start VMs until this problem is fixed.
+EOF
+    else
+        cat << EOF
+WARNING: /dev/vboxdrv not writable for some reason. If you recently added the
+         current user to the vboxusers group then you have to logout and
+	 re-login to take the change effect.
+
+	 You will not be able to start VMs until this problem is fixed.
+EOF
+    fi
+fi
+
+export LD_LIBRARY_PATH="$INSTALL_DIR"
+
+APP=`which $0`
+APP=${APP##/*/}
+case "$APP" in
+  VirtualBox|virtualbox)
+    exec "$INSTALL_DIR/VirtualBox" "$@"
+  ;;
+  VBoxManage|vboxmanage)
+    exec "$INSTALL_DIR/VBoxManage" "$@"
+  ;;
+  VBoxSDL|vboxsdl)
+    exec "$INSTALL_DIR/VBoxSDL" "$@"
+  ;;
+  vditool)
+    exec "$INSTALL_DIR/vditool" "$@"
+  ;;
+  *)
+    echo "Unknown application - $APP"
+  ;;
+esac

Added: trunk/debian/virtualbox-ose.files/interfaces
===================================================================
--- trunk/debian/virtualbox-ose.files/interfaces	                        (rev 0)
+++ trunk/debian/virtualbox-ose.files/interfaces	2007-12-20 09:04:39 UTC (rev 156)
@@ -0,0 +1,4 @@
+# Linux static host networking interface configuration
+#
+# <interface> <user> <bridge>
+# vbox0 guest br0

Added: trunk/debian/virtualbox-ose.files/vbox.cfg
===================================================================
--- trunk/debian/virtualbox-ose.files/vbox.cfg	                        (rev 0)
+++ trunk/debian/virtualbox-ose.files/vbox.cfg	2007-12-20 09:04:39 UTC (rev 156)
@@ -0,0 +1,2 @@
+# VirtualBox installation directory
+INSTALL_DIR="/usr/lib/virtualbox"

Added: trunk/debian/virtualbox-ose.files/virtualbox-ose.desktop
===================================================================
--- trunk/debian/virtualbox-ose.files/virtualbox-ose.desktop	                        (rev 0)
+++ trunk/debian/virtualbox-ose.files/virtualbox-ose.desktop	2007-12-20 09:04:39 UTC (rev 156)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=VirtualBox OSE
+GenericName=PC virtualization solution
+Type=Application
+Comment=Run several virtual systems on a single host computer
+Exec=virtualbox
+TryExec=virtualbox
+Icon=virtualbox.png
+Categories=Emulator;System;

Added: trunk/debian/virtualbox-ose.files/virtualbox-ose.xpm
===================================================================
--- trunk/debian/virtualbox-ose.files/virtualbox-ose.xpm	                        (rev 0)
+++ trunk/debian/virtualbox-ose.files/virtualbox-ose.xpm	2007-12-20 09:04:39 UTC (rev 156)
@@ -0,0 +1,851 @@
+/* XPM */
+static char * virtualbox_ose_xpm[] = {
+"32 32 816 2",
+"  	c None",
+". 	c #A1C5D2",
+"+ 	c #A0C6D3",
+"@ 	c #A1C9D6",
+"# 	c #9DC6D5",
+"$ 	c #99C4D4",
+"% 	c #93C0D2",
+"& 	c #92C2D4",
+"* 	c #8DBED1",
+"= 	c #89BBD0",
+"- 	c #83B7CD",
+"; 	c #7DB4CA",
+"> 	c #77B0C8",
+", 	c #6AA6BF",
+"' 	c #63A2BD",
+") 	c #5C9DB9",
+"! 	c #599CB9",
+"~ 	c #4F97B5",
+"{ 	c #4792B0",
+"] 	c #3B8AA9",
+"^ 	c #3688A9",
+"/ 	c #2983A5",
+"( 	c #1D7DA0",
+"_ 	c #0F789D",
+": 	c #04759B",
+"< 	c #006D94",
+"[ 	c #006A92",
+"} 	c #006690",
+"| 	c #006490",
+"1 	c #00608E",
+"2 	c #005A89",
+"3 	c #005687",
+"4 	c #005485",
+"5 	c #9FC5D2",
+"6 	c #FEFEFE",
+"7 	c #FDFEFE",
+"8 	c #F6FEFE",
+"9 	c #F0FEFE",
+"0 	c #EBFEFE",
+"a 	c #EAFEFE",
+"b 	c #E6FEFE",
+"c 	c #DDFEFE",
+"d 	c #D5FEFE",
+"e 	c #D3FEFE",
+"f 	c #CEFEFE",
+"g 	c #C6FAFE",
+"h 	c #C1F6FE",
+"i 	c #BDF3FE",
+"j 	c #B6EFFE",
+"k 	c #AFE8FE",
+"l 	c #AAE5FE",
+"m 	c #A8E3FE",
+"n 	c #A4E1FE",
+"o 	c #9EDDFE",
+"p 	c #99D9FC",
+"q 	c #005284",
+"r 	c #9CC4D1",
+"s 	c #D9FEFE",
+"t 	c #B8E5F7",
+"u 	c #B7E6F8",
+"v 	c #B2E3F6",
+"w 	c #B2E4F9",
+"x 	c #AFE3F9",
+"y 	c #A5DCF2",
+"z 	c #9FD8F0",
+"A 	c #96D2EB",
+"B 	c #8FCEE9",
+"C 	c #86C6E2",
+"D 	c #79BCD9",
+"E 	c #70B6D4",
+"F 	c #69B2D0",
+"G 	c #62AECD",
+"H 	c #5BA9C9",
+"I 	c #54A5C5",
+"J 	c #479FC1",
+"K 	c #3C9ABD",
+"L 	c #3195B9",
+"M 	c #2890B5",
+"N 	c #218BB1",
+"O 	c #1983AC",
+"P 	c #1881AB",
+"Q 	c #177CAA",
+"R 	c #177AA9",
+"S 	c #1678A8",
+"T 	c #5097C1",
+"U 	c #95D6FB",
+"V 	c #005084",
+"W 	c #97C0CF",
+"X 	c #B5E2F4",
+"Y 	c #BAE9FB",
+"Z 	c #BBECFE",
+"` 	c #B8EAFE",
+" .	c #B1E5FB",
+"..	c #AEE5FB",
+"+.	c #A4DDF5",
+"@.	c #9DD9F2",
+"#.	c #92D1EC",
+"$.	c #88C9E5",
+"%.	c #82C4E1",
+"&.	c #7ABEDC",
+"*.	c #6AB4D3",
+"=.	c #63B0CF",
+"-.	c #58AACA",
+";.	c #50A5C6",
+">.	c #48A1C3",
+",.	c #409DC0",
+"'.	c #3598BC",
+").	c #238FB5",
+"!.	c #218EB5",
+"~.	c #1F8AB3",
+"{.	c #1981AD",
+"].	c #167BA9",
+"^.	c #1276A4",
+"/.	c #1274A4",
+"(.	c #1676A7",
+"_.	c #1472A4",
+":.	c #92D5FB",
+"<.	c #004D82",
+"[.	c #8FBACA",
+"}.	c #B2E1F3",
+"|.	c #B6E7FA",
+"1.	c #FFFFFF",
+"2.	c #F8FEFE",
+"3.	c #C9FDFE",
+"4.	c #E5FEFE",
+"5.	c #DFFEFE",
+"6.	c #D2FEFE",
+"7.	c #CCFEFE",
+"8.	c #A6E2FE",
+"9.	c #BFF7FE",
+"0.	c #BBF4FF",
+"a.	c #B5F0FE",
+"b.	c #B1ECFE",
+"c.	c #A9E6FE",
+"d.	c #A2E1FE",
+"e.	c #8DCDF2",
+"f.	c #1573A5",
+"g.	c #136EA2",
+"h.	c #8DD2F8",
+"i.	c #00497F",
+"j.	c #8CB9CB",
+"k.	c #AEDFF2",
+"l.	c #B4E6FB",
+"m.	c #FEFEFF",
+"n.	c #FCFEFE",
+"o.	c #EFFEFE",
+"p.	c #96D5F2",
+"q.	c #DCFEFE",
+"r.	c #D0FEFE",
+"s.	c #CBFEFE",
+"t.	c #6CB2D5",
+"u.	c #BCF5FE",
+"v.	c #B7F2FE",
+"w.	c #B2EDFE",
+"x.	c #ADEAFE",
+"y.	c #A5E4FE",
+"z.	c #A0E0FE",
+"A.	c #9BDDFE",
+"B.	c #146FA3",
+"C.	c #126BA0",
+"D.	c #8BD1F7",
+"E.	c #00467F",
+"F.	c #89B9CB",
+"G.	c #AEE0F5",
+"H.	c #ADE1F7",
+"I.	c #F7FEFE",
+"J.	c #61B0D1",
+"K.	c #C8FDFE",
+"L.	c #DAFEFE",
+"M.	c #CDFEFE",
+"N.	c #C7FDFE",
+"O.	c #B4EEFE",
+"P.	c #4396BC",
+"Q.	c #A9E5FE",
+"R.	c #B4EFFE",
+"S.	c #AEEBFE",
+"T.	c #A7E6FE",
+"U.	c #A3E3FE",
+"V.	c #9CDEFE",
+"W.	c #97DAFD",
+"X.	c #136CA1",
+"Y.	c #12699F",
+"Z.	c #86CCF5",
+"`.	c #00417C",
+" +	c #86B7CA",
+".+	c #A8DCF2",
+"++	c #A6DDF3",
+"@+	c #FBFEFE",
+"#+	c #45A6C9",
+"$+	c #7EC7E8",
+"%+	c #C2FBFE",
+"&+	c #99D6F8",
+"*+	c #1F80AB",
+"=+	c #6BAFD6",
+"-+	c #AEECFE",
+";+	c #A8E7FE",
+">+	c #A4E4FE",
+",+	c #96D9FD",
+"'+	c #93D8FC",
+")+	c #10679D",
+"!+	c #0D619A",
+"~+	c #80C9F2",
+"{+	c #003C78",
+"]+	c #81B3C8",
+"^+	c #9FD6EC",
+"/+	c #9ED7EF",
+"(+	c #FEFFFF",
+"_+	c #FDFFFF",
+":+	c #F3FEFF",
+"<+	c #6EBFE0",
+"[+	c #54ABCF",
+"}+	c #4AA5C8",
+"|+	c #C5FDFE",
+"1+	c #BFF8FE",
+"2+	c #79BDE2",
+"3+	c #197EAC",
+"4+	c #4492BB",
+"5+	c #9FDEFE",
+"6+	c #A5E5FE",
+"7+	c #9EE0FE",
+"8+	c #98DBFD",
+"9+	c #8ED4FA",
+"0+	c #0E629B",
+"a+	c #095995",
+"b+	c #7AC5EF",
+"c+	c #003774",
+"d+	c #78ACC2",
+"e+	c #94CDE5",
+"f+	c #92CEE7",
+"g+	c #F9FEFE",
+"h+	c #F2FEFE",
+"i+	c #43A9CE",
+"j+	c #7CC7E9",
+"k+	c #2796BD",
+"l+	c #BAF4FE",
+"m+	c #AEE9FE",
+"n+	c #3991BD",
+"o+	c #56A0CC",
+"p+	c #277EAB",
+"q+	c #92D1F6",
+"r+	c #A1E3FE",
+"s+	c #9ADDFD",
+"t+	c #95DAFD",
+"u+	c #90D6FB",
+"v+	c #88CFF7",
+"w+	c #0C5C98",
+"x+	c #0A5995",
+"y+	c #76C2ED",
+"z+	c #003171",
+"A+	c #6CA3B9",
+"B+	c #8AC6DF",
+"C+	c #87C6E1",
+"D+	c #F5FEFE",
+"E+	c #ECFEFE",
+"F+	c #B3F0FE",
+"G+	c #31A2C8",
+"H+	c #9BDFFD",
+"I+	c #2795BC",
+"J+	c #7DC0E3",
+"K+	c #BBF6FE",
+"L+	c #88C9EE",
+"M+	c #2487B6",
+"N+	c #98D8FD",
+"O+	c #1272A3",
+"P+	c #599CC6",
+"Q+	c #97DCFD",
+"R+	c #91D7FB",
+"S+	c #89D0F8",
+"T+	c #82CBF4",
+"U+	c #0B5A96",
+"V+	c #0C5996",
+"W+	c #74C1ED",
+"X+	c #00296B",
+"Y+	c #649DB5",
+"Z+	c #82C1DC",
+"`+	c #82C3DF",
+" @	c #F4FEFE",
+".@	c #EDFFFF",
+"+@	c #E3FEFE",
+"@@	c #70C0E2",
+"#@	c #2C9BC2",
+"$@	c #C1FCFE",
+"%@	c #2690BA",
+"&@	c #5CA5CC",
+"*@	c #B8F3FE",
+"=@	c #4A97C1",
+"-@	c #2082B2",
+";@	c #9CDCFE",
+">@	c #2978A9",
+",@	c #2D79A9",
+"'@	c #8DD1F7",
+")@	c #91D7FC",
+"!@	c #7DC8F2",
+"~@	c #0B5895",
+"{@	c #0B5595",
+"]@	c #6DBDEA",
+"^@	c #002266",
+"/@	c #5E9AB3",
+"(@	c #78B9D5",
+"_@	c #E7FEFE",
+":@	c #EDFEFE",
+"<@	c #E0FEFE",
+"[@	c #D4FEFE",
+"}@	c #2B9AC1",
+"|@	c #2794BC",
+"1@	c #6EB5DD",
+"2@	c #1E83B1",
+"3@	c #A4E2FE",
+"4@	c #1D7FAF",
+"5@	c #569FCA",
+"6@	c #A0E2FE",
+"7@	c #4D92C1",
+"8@	c #0B6499",
+"9@	c #7DC1EA",
+"0@	c #8BD2FA",
+"a@	c #84CDF6",
+"b@	c #7CC7F1",
+"c@	c #78C4EF",
+"d@	c #095393",
+"e@	c #064B8F",
+"f@	c #65B8E5",
+"g@	c #001B61",
+"h@	c #5796B1",
+"i@	c #72B4D0",
+"j@	c #71B7D5",
+"k@	c #A1DDF8",
+"l@	c #A6E1FD",
+"m@	c #A6E2FD",
+"n@	c #BDF5FE",
+"o@	c #D8FEFE",
+"p@	c #D6FEFE",
+"q@	c #73BCE0",
+"r@	c #BDF8FE",
+"s@	c #97D6FB",
+"t@	c #1C7FAE",
+"u@	c #7FC1E6",
+"v@	c #1B7BAC",
+"w@	c #74BAE1",
+"x@	c #84C8EF",
+"y@	c #0B6298",
+"z@	c #5395C4",
+"A@	c #87D0F9",
+"B@	c #82CDF7",
+"C@	c #7BC7F2",
+"D@	c #76C4EF",
+"E@	c #05498D",
+"F@	c #61B5E3",
+"G@	c #001C64",
+"H@	c #5192AE",
+"I@	c #65A9C6",
+"J@	c #66AECC",
+"K@	c #5BAAC9",
+"L@	c #56A8C9",
+"M@	c #4AA2C4",
+"N@	c #85CBEA",
+"O@	c #CFFDFE",
+"P@	c #CEFDFE",
+"Q@	c #8CCFF1",
+"R@	c #9CDBFC",
+"S@	c #A4E3FE",
+"T@	c #187AAA",
+"U@	c #4390BB",
+"V@	c #1775A7",
+"W@	c #88CCF3",
+"X@	c #8BD0F7",
+"Y@	c #075B94",
+"Z@	c #2E73AB",
+"`@	c #7CC6F0",
+" #	c #72C0EB",
+".#	c #6EBEEB",
+"+#	c #03448A",
+"@#	c #5EB3E3",
+"##	c #002771",
+"$#	c #4A8DAA",
+"%#	c #60A5C3",
+"&#	c #59A5C3",
+"*#	c #B7EDFE",
+"=#	c #C0F4FE",
+"-#	c #58ACCE",
+";#	c #3197BC",
+">#	c #CDFDFE",
+",#	c #C0F8FE",
+"'#	c #4F9DC3",
+")#	c #308CB9",
+"!#	c #B0ECFE",
+"~#	c #B2F0FE",
+"{#	c #579DC9",
+"]#	c #4B93C2",
+"^#	c #93D8FD",
+"/#	c #478CBE",
+"(#	c #085793",
+"_#	c #61A9D7",
+":#	c #69BCE9",
+"<#	c #014088",
+"[#	c #5CB2E3",
+"}#	c #002370",
+"|#	c #3C84A2",
+"1#	c #58A0BE",
+"2#	c #4D9CBB",
+"3#	c #CAFCFE",
+"4#	c #73BEE0",
+"5#	c #1E8FB5",
+"6#	c #B3EDFE",
+"7#	c #ABE6FE",
+"8#	c #157DA9",
+"9#	c #63AAD3",
+"0#	c #AFECFE",
+"a#	c #AAE9FE",
+"b#	c #A6E6FE",
+"c#	c #7DC0E8",
+"d#	c #116CA0",
+"e#	c #68ADD8",
+"f#	c #8DD3F9",
+"g#	c #8AD1F9",
+"h#	c #83CCF5",
+"i#	c #63ABD9",
+"j#	c #05528F",
+"k#	c #044E8E",
+"l#	c #6EBDEA",
+"m#	c #67BAE7",
+"n#	c #63B7E5",
+"o#	c #013F87",
+"p#	c #003683",
+"q#	c #57AFE1",
+"r#	c #001D6C",
+"s#	c #35809E",
+"t#	c #CDFCFE",
+"u#	c #4F9BBA",
+"v#	c #4296B6",
+"w#	c #C7FAFE",
+"x#	c #C5F9FE",
+"y#	c #98D6F6",
+"z#	c #1887AE",
+"A#	c #84C6E8",
+"B#	c #B7F0FE",
+"C#	c #7DBDE1",
+"D#	c #1176A4",
+"E#	c #7EC0E6",
+"F#	c #9FE1FD",
+"G#	c #92D4FB",
+"H#	c #1C6C9F",
+"I#	c #78BDE6",
+"J#	c #80CBF5",
+"K#	c #71BDE9",
+"L#	c #2B6FA8",
+"M#	c #03488C",
+"N#	c #519CCD",
+"O#	c #60B2E1",
+"P#	c #60B6E5",
+"Q#	c #003380",
+"R#	c #51ABDD",
+"S#	c #001364",
+"T#	c #2D7C9B",
+"U#	c #C8F9FF",
+"V#	c #4193B4",
+"W#	c #3691B2",
+"X#	c #C2F6FE",
+"Y#	c #BFF4FE",
+"Z#	c #B2EAFE",
+"`#	c #1D8BB2",
+" $	c #519EC4",
+".$	c #197CAB",
+"+$	c #91D2F6",
+"@$	c #A2E2FE",
+"#$	c #9BDDFD",
+"$$	c #91D6FB",
+"%$	c #4288B8",
+"&$	c #7FCAF4",
+"*$	c #7CC8F3",
+"=$	c #73C1EC",
+"-$	c #448CC0",
+";$	c #04488C",
+">$	c #25629E",
+",$	c #2A67A5",
+"'$	c #2661A0",
+")$	c #00327F",
+"!$	c #002E7D",
+"~$	c #4EA9DB",
+"{$	c #000E62",
+"]$	c #287A9B",
+"^$	c #C3F4FE",
+"/$	c #298AAD",
+"($	c #2288AD",
+"_$	c #BEF3FE",
+":$	c #BBF1FE",
+"<$	c #B9F2FE",
+"[$	c #55A3CA",
+"}$	c #318AB4",
+"|$	c #A0DDFE",
+"1$	c #167AA8",
+"2$	c #428FBC",
+"3$	c #8FD4FA",
+"4$	c #63AAD7",
+"5$	c #81CAF3",
+"6$	c #79C5F0",
+"7$	c #6FBDE8",
+"8$	c #69B9E6",
+"9$	c #60AEDD",
+"0$	c #458BC0",
+"a$	c #003C84",
+"b$	c #003582",
+"c$	c #002D7C",
+"d$	c #002879",
+"e$	c #4CA7DA",
+"f$	c #00085F",
+"g$	c #1C7698",
+"h$	c #BEF1FE",
+"i$	c #1D83A8",
+"j$	c #1182A8",
+"k$	c #B4ECFE",
+"l$	c #B1EAFE",
+"m$	c #6BB2D7",
+"n$	c #157AA8",
+"o$	c #7ABBE1",
+"p$	c #1173A3",
+"q$	c #599FCA",
+"r$	c #99DBFD",
+"s$	c #8ED3F9",
+"t$	c #8AD0F6",
+"u$	c #87CEF6",
+"v$	c #7FC8F2",
+"w$	c #69B8E5",
+"x$	c #64B7E4",
+"y$	c #5CB2E1",
+"z$	c #55ACDE",
+"A$	c #4CA8DA",
+"B$	c #4098CD",
+"C$	c #002677",
+"D$	c #002075",
+"E$	c #49A5D8",
+"F$	c #00045C",
+"G$	c #117194",
+"H$	c #BAEEFE",
+"I$	c #1485AB",
+"J$	c #1080A6",
+"K$	c #B2EBFE",
+"L$	c #ADE6FE",
+"M$	c #86C7EA",
+"N$	c #1174A3",
+"O$	c #5DA2CA",
+"P$	c #1373A4",
+"Q$	c #7ABEE5",
+"R$	c #93D6FC",
+"S$	c #77C3EE",
+"T$	c #60B4E2",
+"U$	c #59B0E0",
+"V$	c #54ACDE",
+"W$	c #43A2D5",
+"X$	c #45A3D6",
+"Y$	c #002176",
+"Z$	c #001C73",
+"`$	c #44A2D6",
+" %	c #00005A",
+".%	c #00698E",
+"+%	c #B1E6FE",
+"@%	c #1181A7",
+"#%	c #0D7CA2",
+"$%	c #ABE4FE",
+"%%	c #A7E2FE",
+"&%	c #A6E1FE",
+"*%	c #93D1F5",
+"=%	c #096B9B",
+"-%	c #277BA9",
+";%	c #3380AF",
+">%	c #94D7FC",
+",%	c #90D5FB",
+"'%	c #8CD2F8",
+")%	c #5EB2E0",
+"!%	c #5BB1E0",
+"~%	c #4AA5D8",
+"{%	c #3B9CD1",
+"]%	c #001D74",
+"^%	c #001871",
+"/%	c #3E9FD4",
+"(%	c #00658B",
+"_%	c #ADE3FE",
+":%	c #1180A6",
+"<%	c #0D7BA2",
+"[%	c #A4DFFE",
+"}%	c #A1DFFE",
+"|%	c #3681AF",
+"1%	c #0B699B",
+"2%	c #4C92C0",
+"3%	c #83CAF2",
+"4%	c #7FC8F1",
+"5%	c #7BC6F0",
+"6%	c #74C0EB",
+"7%	c #6CBAE5",
+"8%	c #67B7E4",
+"9%	c #62B5E2",
+"0%	c #5BAFDD",
+"a%	c #57ADDC",
+"b%	c #51A9DB",
+"c%	c #4CA7D9",
+"d%	c #43A0D3",
+"e%	c #3E9ED1",
+"f%	c #379ACF",
+"g%	c #3396CD",
+"h%	c #001770",
+"i%	c #001170",
+"j%	c #399CD2",
+"k%	c #000057",
+"l%	c #006188",
+"m%	c #A7E0FD",
+"n%	c #0F7CA4",
+"o%	c #0E78A2",
+"p%	c #A2DDFD",
+"q%	c #9EDBFD",
+"r%	c #9BDAFD",
+"s%	c #98D8FB",
+"t%	c #6CB1DA",
+"u%	c #076296",
+"v%	c #69AED8",
+"w%	c #89CFF5",
+"x%	c #84CBF3",
+"y%	c #7BC4ED",
+"z%	c #76C1EB",
+"A%	c #73BFEA",
+"B%	c #68B7E4",
+"C%	c #61B4E1",
+"D%	c #58AEDD",
+"E%	c #54AADC",
+"F%	c #409FD2",
+"G%	c #3C9BD0",
+"H%	c #3697CD",
+"I%	c #2F94CA",
+"J%	c #2C91C9",
+"K%	c #000B6D",
+"L%	c #389BD1",
+"M%	c #000056",
+"N%	c #006088",
+"O%	c #A4DDFD",
+"P%	c #0E79A3",
+"Q%	c #0E76A2",
+"R%	c #9CD9FB",
+"S%	c #97D6F9",
+"T%	c #95D5F8",
+"U%	c #92D4F8",
+"V%	c #80C4EB",
+"W%	c #3279A9",
+"X%	c #7DC3EA",
+"Y%	c #7FC6EE",
+"Z%	c #7AC3EC",
+"`%	c #72BEE9",
+" &	c #70BEE9",
+".&	c #6BBAE7",
+"+&	c #53A9DB",
+"@&	c #4AA5D7",
+"#&	c #429FD2",
+"$&	c #3B9BCF",
+"%&	c #3496CD",
+"&&	c #2F92C9",
+"*&	c #288DC6",
+"=&	c #258BC5",
+"-&	c #000A6C",
+";&	c #000269",
+">&	c #3599D0",
+",&	c #000055",
+"'&	c #005B85",
+")&	c #9FDAFB",
+"!&	c #0C719F",
+"~&	c #0C6F9E",
+"{&	c #96D5F8",
+"]&	c #94D4F7",
+"^&	c #90D2F6",
+"/&	c #8CCFF5",
+"(&	c #88CDF3",
+"_&	c #4D93C0",
+":&	c #7EC5ED",
+"<&	c #77C2EC",
+"[&	c #68B8E5",
+"}&	c #56ACDB",
+"|&	c #50A7D9",
+"1&	c #46A2D4",
+"2&	c #409ED1",
+"3&	c #3799CD",
+"4&	c #3295CB",
+"5&	c #2D91C9",
+"6&	c #288CC5",
+"7&	c #2185C1",
+"8&	c #2084C0",
+"9&	c #000066",
+"0&	c #3398CF",
+"a&	c #000051",
+"b&	c #005884",
+"c&	c #9CD7F9",
+"d&	c #0B6F9D",
+"e&	c #0B6D9D",
+"f&	c #82C1E7",
+"g&	c #8FD1F5",
+"h&	c #8BCEF4",
+"i&	c #84CAF0",
+"j&	c #62A7D2",
+"k&	c #78C1EA",
+"l&	c #79C4EE",
+"m&	c #6EBCE7",
+"n&	c #66B7E4",
+"o&	c #60B3E1",
+"p&	c #5BAFDE",
+"q&	c #54AADA",
+"r&	c #4EA6D8",
+"s&	c #45A1D3",
+"t&	c #419FD1",
+"u&	c #3494CB",
+"v&	c #2D90C8",
+"w&	c #268BC4",
+"x&	c #1F84BF",
+"y&	c #1D80BD",
+"z&	c #1979B7",
+"A&	c #000065",
+"B&	c #3197CE",
+"C&	c #000050",
+"D&	c #005482",
+"E&	c #0A6C9C",
+"F&	c #0B6B9C",
+"G&	c #096498",
+"H&	c #096297",
+"I&	c #085F95",
+"J&	c #055992",
+"K&	c #03528E",
+"L&	c #03508C",
+"M&	c #034F8C",
+"N&	c #024C8C",
+"O&	c #014589",
+"P&	c #004185",
+"Q&	c #003F85",
+"R&	c #003880",
+"S&	c #002E7B",
+"T&	c #002C79",
+"U&	c #002978",
+"V&	c #002273",
+"W&	c #001C71",
+"X&	c #001A71",
+"Y&	c #00156E",
+"Z&	c #000E6D",
+"`&	c #00086A",
+" *	c #00036A",
+".*	c #000063",
+"+*	c #2E95CD",
+"@*	c #00004D",
+"#*	c #005180",
+"$*	c #95D4F7",
+"%*	c #478EB8",
+"&*	c #0A689A",
+"**	c #086196",
+"=*	c #065D93",
+"-*	c #045891",
+";*	c #04538F",
+">*	c #02508C",
+",*	c #014488",
+"'*	c #004286",
+")*	c #003E84",
+"!*	c #003A82",
+"~*	c #00317E",
+"{*	c #002877",
+"]*	c #002475",
+"^*	c #001D72",
+"/*	c #001970",
+"(*	c #000F6E",
+"_*	c #000167",
+":*	c #000064",
+"<*	c #002B80",
+"[*	c #2992CB",
+"}*	c #004E7F",
+"|*	c #91D1F4",
+"1*	c #8DCEF3",
+"2*	c #87CCF2",
+"3*	c #83C9EF",
+"4*	c #80C6EF",
+"5*	c #7DC6EF",
+"6*	c #75C1EC",
+"7*	c #73BFEB",
+"8*	c #6FBDEA",
+"9*	c #69BAE7",
+"0*	c #64B6E4",
+"a*	c #5FB3E2",
+"b*	c #5BB0E0",
+"c*	c #56ADDE",
+"d*	c #53ABDC",
+"e*	c #50A9DB",
+"f*	c #4FA8DA",
+"g*	c #4DA7D9",
+"h*	c #4BA5D8",
+"i*	c #4AA4D7",
+"j*	c #49A3D6",
+"k*	c #47A2D5",
+"l*	c #45A0D4",
+"m*	c #439ED3",
+"n*	c #409CD1",
+"o*	c #3C9ACF",
+"p*	c #2490C9",
+"q*	c #00004B",
+"r*	c #004C7D",
+"s*	c #004A7C",
+"t*	c #004C80",
+"u*	c #004E83",
+"v*	c #004B81",
+"w*	c #004881",
+"x*	c #004681",
+"y*	c #004480",
+"z*	c #00427F",
+"A*	c #003D7D",
+"B*	c #00397B",
+"C*	c #003478",
+"D*	c #002E74",
+"E*	c #002A72",
+"F*	c #002670",
+"G*	c #00206D",
+"H*	c #001968",
+"I*	c #000E63",
+"J*	c #000059",
+"K*	c #000058",
+"L*	c #000053",
+"M*	c #000054",
+"N*	c #00004F",
+"O*	c #00004C",
+". + @ # $ % & * = - ; > , ' ) ! ~ { ] ^ / ( _ : < [ } | 1 2 3 4 ",
+"5 6 6 6 6 6 6 6 6 6 6 7 8 9 0 a b c d e f g h i j k l m n o p q ",
+"r 6 s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V ",
+"W 6 X Y Z `  ...+. at .#.$.%.&.*.=.-.;.>.,.'.).!.~.{.].^./.(._.:.<.",
+"[.6 }.|.1.6 6 6 6 6 6 7 2.9 3.4.5.6.f 7.8.9.0.a.b.c.d.e.f.g.h.i.",
+"j.6 k.l.6 m.6 6 6 m.6 n.2.o.p.4.q.r.s.3.t.u.v.w.x.y.z.A.B.C.D.E.",
+"F.6 G.H.6 m.6 6 6 6 6 n.I.d J.K.L.M.N.O.P.Q.R.S.T.U.V.W.X.Y.Z.`.",
+" +6 .+++6 6 6 6 6 1.7 @+8 y.#+$+d K.%+&+*+=+-+;+>+V.,+'+)+!+~+{+",
+"]+6 ^+/+6 6 6 1.(+(+_+8 :+<+[+}+f |+1+2+3+4+5+6+7+8+'+9+0+a+b+c+",
+"d+7 e+f+6 6 6 1.(+(+g+h+5.i+j+k+l+%+m+n+o+p+q+r+s+t+u+v+w+x+y+z+",
+"A+2.B+C+n.n.7 7 6 @+D+E+F+G+H+I+J+K+L+M+N+O+P+s+Q+R+S+T+U+V+W+X+",
+"Y+9 Z+`+I.8 8 I. @h+. at +@@@#@$@%@&@*@=@-@;@>@,@'@)@S+~+!@~@{@]@^@",
+"/@0 (@D _ at o.:@0 a b <@[@}@|@%+1 at 2@3 at 4@5 at 6@7 at 8@9 at 0@a at b@c at d@e at f@g@",
+"h at b i at j@k at l@m at n@q.o at p@1+I+q at r@s at t@u at v@w at s+x@y at z@A at B@C at D@e at E@F at G@",
+"H@<@I at J@K at L@M at N@d O at P@Q@%@R@*@S at T@U at V@W at t+X@Y at Z@`@C@ #.#E at +#@###",
+"$#L.%#&#*#=#-#;#>#3.,#'#)#!#~#T.{#_.]#^#9+0@/#(#_# #.#:#+#<#[#}#",
+"|#6.1#2#>#3#4#5#6#,#7#8#9#0#a#b#c#d#e#f#g#h#i#j#k#l#m#n#o#p#q#r#",
+"s#t#u#v#w#x#y#z#A#B#C#D#E#T.>+F#G#H#I#S+a at J#K#L#M#N#O#P#p#Q#R#S#",
+"T#U#V#W#X#Y#Z#`# $w.3+.$+$@$#$8+$$%$S+h#&$*$=$-$;$>$,$'$)$!$~${$",
+"]$^$/$($_$:$<$[$}$|$1$2$@$#$,+3$D.4$5$!@6$7$8$9$0$a$b$)$c$d$e$f$",
+"g$h$i$j$*#k$l$m$n$o$p$q$r$:.s$t$u$v$b at c@7$w$x$F at y$z$A$B$C$D$E$F$",
+"G$H$I$J$K$L$l M$N$O$P$Q$R$s$D.v+h#b at S$7$w$x$T$U$V$A$W$X$Y$Z$`$ %",
+".%+%@%#%$%%%&%*%=%-%;%>%,%'%v+T+!@y+7$8$x$)%!%V$~%W${%{%]%^%/% %",
+"(%_%:%<%&%[%}%o |%1%2%s$t$3%4%5%6%7%8%9%0%a%b%c%d%e%f%g%h%i%j%k%",
+"l%m%n%o%p%q%r%s%t%u%v%w%x%y%z%A%7$B%C%)%D%E%~%F%G%H%I%J%i%K%L%M%",
+"N%O%P%Q%R%S%T%U%V%W%X%Y%Z%z%`% &.&9%0%a%+&@&#&$&%&&&*&=&-&;&>&,&",
+"'&)&!&~&{&]&^&/&(&_&:&Z%<&`%7$[&9%0%}&|&1&2&3&4&5&6&7&8&;&9&0&a&",
+"b&c&d&e&f&g&h&(&i&j&k&l&A%m&n&o&p&q&r&s&t&$&u&v&w&x&y&z&9&A&B&C&",
+"D&&+E&F&1%G&H&I&J&K&L&M&N&O&P&Q&R&S&T&U&V&W&X&Y&Z&`& *A&A&.*+*@*",
+"#*$*%*&*G&**=*-*;*>*M&N&,*'*)*!*~*S&{*]*^*/*Y&(*`&_*9&9&:*<*[*@*",
+"}*|*1*h&2*3*4*5*b+6*7*8*9*0*a*b*c*d*e*f*g*h*i*j*k*l*m*n*o*H%p*q*",
+"r*s*t*u*v*w*x*y*z*A*B*C*D*E*F*G*H*S#I*f$J*M%K*M%L*M*M*L*N*N*O*q*"};

Modified: trunk/debian/virtualbox-ose.install
===================================================================
--- trunk/debian/virtualbox-ose.install	2007-12-20 08:19:19 UTC (rev 155)
+++ trunk/debian/virtualbox-ose.install	2007-12-20 09:04:39 UTC (rev 156)
@@ -1,9 +1,9 @@
-debian/vbox.cfg /etc/vbox
-debian/interfaces /etc/vbox
+debian/virtualbox-ose.files/vbox.cfg /etc/vbox
+debian/virtualbox-ose.files/interfaces /etc/vbox
+debian/virtualbox-ose.files/VBox.sh /usr/lib/virtualbox
+debian/virtualbox-ose.files/virtualbox-ose.desktop /usr/share/applications
+debian/virtualbox-ose.files/virtualbox-ose.xpm /usr/share/pixmaps
 
-debian/desktop/virtualbox-ose.desktop /usr/share/applications
-debian/pixmap/virtualbox-ose.xpm /usr/share/pixmaps
-
 debian/lintian/virtualbox-ose /usr/share/lintian/overrides
 
 out/bin/components /usr/lib/virtualbox




More information about the Pkg-virtualbox-commits mailing list