[Pkg-virtualbox-commits] r161 - trunk/debian

bengen at alioth.debian.org bengen at alioth.debian.org
Tue Dec 25 23:45:03 UTC 2007


Author: bengen
Date: 2007-12-25 23:45:03 +0000 (Tue, 25 Dec 2007)
New Revision: 161

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Make dh_strip ignore symlink(s) in /usr/share

(found through linda(1) which asked me about a Christmas present...)


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-12-23 15:03:24 UTC (rev 160)
+++ trunk/debian/changelog	2007-12-25 23:45:03 UTC (rev 161)
@@ -1,11 +1,15 @@
 virtualbox-ose (1.5.2-dfsg2-8) UNRELEASED; urgency=low
 
+  [ Michael Meskes ]
   * Do not build guest-utils on amd64 because 64bit guests are nor support
     yet.
   * Removed build time dependency on i32-libs that is not really needed.
 
- -- Michael Meskes <meskes at debian.org>  Sun, 23 Dec 2007 14:12:44 +0100
+  [ Hilko Bengen ]
+  * Make dh_strip ignore symlink(s) in /usr/share
 
+ -- Hilko Bengen <bengen at debian.org>  Wed, 26 Dec 2007 00:43:45 +0100
+
 virtualbox-ose (1.5.2-dfsg2-7) unstable; urgency=low
 
   [ Patrick Winnertz ]

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-12-23 15:03:24 UTC (rev 160)
+++ trunk/debian/rules	2007-12-25 23:45:03 UTC (rev 161)
@@ -94,7 +94,7 @@
 		install -m 755 out/bin/additions/mountvboxsf debian/$(uname)/sbin/mount.vboxsf; \
 		dh_strip -p$(uname); \
 	fi
-	dh_strip -p$(sname) --dbg-package=$(sname)-dbg
+	dh_strip -p$(sname) --dbg-package=$(sname)-dbg -X/usr/share/virtualbox/sdk/bin/xpidl
 	dh_link -a
 	dh_compress -a
 	dh_fixperms -X=/usr/lib/virtualbox/VBox.sh -a




More information about the Pkg-virtualbox-commits mailing list