[Pkg-virtualbox-commits] r346 - tags/1.6.2-dfsg-5/debian tags/1.6.2-dfsg-5/debian/virtualbox-ose-guest-source.files trunk/debian trunk/debian/virtualbox-ose-guest-source.files
meskes at alioth.debian.org
meskes at alioth.debian.org
Fri Sep 12 12:10:52 UTC 2008
Author: meskes
Date: 2008-09-12 12:10:51 +0000 (Fri, 12 Sep 2008)
New Revision: 346
Modified:
tags/1.6.2-dfsg-5/debian/changelog
tags/1.6.2-dfsg-5/debian/virtualbox-ose-guest-source.files/rules
trunk/debian/changelog
trunk/debian/virtualbox-ose-guest-source.files/rules
Log:
Changed rules file for guest-module to correctly build modules with symbols,
thanks to Bastian Blank for the hint.
Modified: tags/1.6.2-dfsg-5/debian/changelog
===================================================================
--- tags/1.6.2-dfsg-5/debian/changelog 2008-09-12 08:41:20 UTC (rev 345)
+++ tags/1.6.2-dfsg-5/debian/changelog 2008-09-12 12:10:51 UTC (rev 346)
@@ -6,6 +6,8 @@
* Added a short note to README.Debian asking user to use only the 486 version
of the 2.6.26 kernel. This documents a workaround for #497505 and #497875.
* In VBox.sh honor LD_LIBRARY_PATH if already set, closes: #496953
+ * Changed rules file for guest-module to correctly build modules with
+ symbols, thanks to Bastian Blank for the hint.
[ Loic Minier ]
* Demote module-assistant deps to Recommends; closes: #495671.
Modified: tags/1.6.2-dfsg-5/debian/virtualbox-ose-guest-source.files/rules
===================================================================
--- tags/1.6.2-dfsg-5/debian/virtualbox-ose-guest-source.files/rules 2008-09-12 08:41:20 UTC (rev 345)
+++ tags/1.6.2-dfsg-5/debian/virtualbox-ose-guest-source.files/rules 2008-09-12 12:10:51 UTC (rev 346)
@@ -50,8 +50,7 @@
dh_testroot
dh_clean -k
# Build the modules
- $(MAKE) -C $(KSRC) M=$(CURDIR)/vboxadd
- $(MAKE) -C $(KSRC) M=$(CURDIR)/vboxvfs
+ $(MAKE) -C $(KSRC) M=$(CURDIR)
# Install the modules
dh_install vboxadd/vboxadd.ko /lib/modules/$(KVERS)/misc/
dh_install vboxvfs/vboxvfs.ko /lib/modules/$(KVERS)/misc/
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-09-12 08:41:20 UTC (rev 345)
+++ trunk/debian/changelog 2008-09-12 12:10:51 UTC (rev 346)
@@ -15,6 +15,8 @@
* Added a short note to README.Debian asking user to use only the 486 version
of the 2.6.26 kernel. This documents a workaround for #497505 and #497875.
* In VBox.sh honor LD_LIBRARY_PATH if already set, closes: #496953
+ * Changed rules file for guest-module to correctly build modules with
+ symbols, thanks to Bastian Blank for the hint.
[ Loic Minier ]
* Demote module-assistant deps to Recommends; closes: #495671.
Modified: trunk/debian/virtualbox-ose-guest-source.files/rules
===================================================================
--- trunk/debian/virtualbox-ose-guest-source.files/rules 2008-09-12 08:41:20 UTC (rev 345)
+++ trunk/debian/virtualbox-ose-guest-source.files/rules 2008-09-12 12:10:51 UTC (rev 346)
@@ -50,8 +50,7 @@
dh_testroot
dh_clean -k
# Build the modules
- $(MAKE) -C $(KSRC) M=$(CURDIR)/vboxadd
- $(MAKE) -C $(KSRC) M=$(CURDIR)/vboxvfs
+ $(MAKE) -C $(KSRC) M=$(CURDIR)
# Install the modules
dh_install vboxadd/vboxadd.ko /lib/modules/$(KVERS)/misc/
dh_install vboxvfs/vboxvfs.ko /lib/modules/$(KVERS)/misc/
More information about the Pkg-virtualbox-commits
mailing list