[Pkg-virtualbox-commits] r347 - tags/1.6.2-dfsg-5/debian tags/1.6.2-dfsg-5/debian/virtualbox-ose-guest-source.files trunk/debian

meskes at alioth.debian.org meskes at alioth.debian.org
Fri Sep 12 12:29:05 UTC 2008


Author: meskes
Date: 2008-09-12 12:29:05 +0000 (Fri, 12 Sep 2008)
New Revision: 347

Modified:
   tags/1.6.2-dfsg-5/debian/changelog
   tags/1.6.2-dfsg-5/debian/virtualbox-ose-guest-source.files/Makefile
   trunk/debian/changelog
Log:
  * Do not build guest modules in parallel, closes: #494475



Modified: tags/1.6.2-dfsg-5/debian/changelog
===================================================================
--- tags/1.6.2-dfsg-5/debian/changelog	2008-09-12 12:10:51 UTC (rev 346)
+++ tags/1.6.2-dfsg-5/debian/changelog	2008-09-12 12:29:05 UTC (rev 347)
@@ -8,6 +8,7 @@
   * 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.
+  * Do not build guest modules in parallel, closes: #494475
 
   [ Loic Minier ]
   * Demote module-assistant deps to Recommends; closes: #495671.

Modified: tags/1.6.2-dfsg-5/debian/virtualbox-ose-guest-source.files/Makefile
===================================================================
--- tags/1.6.2-dfsg-5/debian/virtualbox-ose-guest-source.files/Makefile	2008-09-12 12:10:51 UTC (rev 346)
+++ tags/1.6.2-dfsg-5/debian/virtualbox-ose-guest-source.files/Makefile	2008-09-12 12:29:05 UTC (rev 347)
@@ -1 +1,3 @@
+.NOTPARALLEL:
+
 obj-m = vboxadd/ vboxvfs/

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-09-12 12:10:51 UTC (rev 346)
+++ trunk/debian/changelog	2008-09-12 12:29:05 UTC (rev 347)
@@ -17,6 +17,7 @@
   * 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.
+  * Do not build guest modules in parallel, closes: #494475
 
   [ Loic Minier ]
   * Demote module-assistant deps to Recommends; closes: #495671.




More information about the Pkg-virtualbox-commits mailing list