[Pkg-virtualbox-commits] r96 - trunk/debian
daniel at alioth.debian.org
daniel at alioth.debian.org
Tue Oct 23 12:41:02 UTC 2007
Author: daniel
Date: 2007-10-23 12:41:01 +0000 (Tue, 23 Oct 2007)
New Revision: 96
Modified:
trunk/debian/changelog
trunk/debian/control
trunk/debian/rules
Log:
Added debug package.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-10-20 04:45:54 UTC (rev 95)
+++ trunk/debian/changelog 2007-10-23 12:41:01 UTC (rev 96)
@@ -1,3 +1,9 @@
+virtualbox-ose (1.5.2-dfsg-3) UNRELEASED; urgency=low
+
+ * Added debug package.
+
+ -- Daniel Baumann <daniel at debian.org> Tue, 23 Oct 2007 12:34:00 +0200
+
virtualbox-ose (1.5.2-dfsg-2) unstable; urgency=low
* Adding depends to adduser (Closes: #447271).
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2007-10-20 04:45:54 UTC (rev 95)
+++ trunk/debian/control 2007-10-23 12:41:01 UTC (rev 96)
@@ -23,6 +23,19 @@
.
This packages contains the Open Source Edition of VirtualBox.
+Package: virtualbox-ose-dbg
+Section: devel
+Priority: extra
+Architecture: amd64 i386
+Depends: virtualbox-ose (= ${binary:Version})
+Description: PC virtualization solution (debug)
+ VirtualBox is a free PC virtualization solution allowing you to run a wide
+ range of PC operating systems on your Linux system. This includes Windows,
+ Linux, FreeBSD, DOS, OpenBSD and others.
+ .
+ This packages contains the debugging symbols for the Open Source Edition of
+ VirtualBox.
+
Package: virtualbox-ose-source
Architecture: all
Depends: debhelper (>= 5), dpatch, module-assistant, bzip2, kbuild
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2007-10-20 04:45:54 UTC (rev 95)
+++ trunk/debian/rules 2007-10-23 12:41:01 UTC (rev 96)
@@ -164,7 +164,7 @@
dh_install -a
dh_installmenu -a
dh_link -a
- dh_strip -a
+ dh_strip -a --dbg-package=virtualbox-ose-dbg
dh_compress -a
dh_fixperms -X=/usr/lib/virtualbox/VBox.sh -a
dh_installudev -a
More information about the Pkg-virtualbox-commits
mailing list