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

meskes at alioth.debian.org meskes at alioth.debian.org
Wed Apr 2 10:10:55 UTC 2008


Author: meskes
Date: 2008-04-02 10:10:54 +0000 (Wed, 02 Apr 2008)
New Revision: 246

Modified:
   trunk/debian/changelog
   trunk/debian/virtualbox-ose-source.files/rules
Log:
Fixed version mismatch in changelog entry.
Added default ARCH in modules source deian/rules file.



Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-03-28 15:36:26 UTC (rev 245)
+++ trunk/debian/changelog	2008-04-02 10:10:54 UTC (rev 246)
@@ -1,3 +1,14 @@
+virtualbox-ose (1.5.6-dfsg-4) unstable; urgency=low
+
+  [ Michael Meskes  ]
+  * Set default architecture in debian/rules for module source package.
+
+  [ Patrick Winnertz ]
+  * Improve init.d script patch to write done also on the first startup.
+    (Closes: #473059)
+
+ -- Michael Meskes <meskes at debian.org>  Wed, 02 Apr 2008 12:08:30 +0200
+
 virtualbox-ose (1.5.6-dfsg-3) unstable; urgency=low
 
   [ Michael Meskes ]
@@ -16,12 +27,8 @@
   * Added scripts for managing `vbox' interfaces from
     /etc/network/interfaces
 
-  [ Patrick Winnertz ]
-  * Improve init.d script patch to write done also on the first startup.
-    (Closes: #473059)
+ -- Michael Meskes <meskes at debian.org>  Tue, 18 Mar 2008 15:13:39 +0100
 
- -- Patrick Winnertz <winnie at debian.org>  Fri, 28 Mar 2008 16:35:24 +0100
-
 virtualbox-ose (1.5.6-dfsg-2) unstable; urgency=low
 
   [ Daniel Baumann ]

Modified: trunk/debian/virtualbox-ose-source.files/rules
===================================================================
--- trunk/debian/virtualbox-ose-source.files/rules	2008-03-28 15:36:26 UTC (rev 245)
+++ trunk/debian/virtualbox-ose-source.files/rules	2008-04-02 10:10:54 UTC (rev 246)
@@ -36,6 +36,7 @@
 # package name with KVERS included), DEB_DESTDIR (path to store DEBs)
 
 # Set ARCH so we can cross compile Debian kernel
+ARCH := `uname -m`
 ifneq ($(shell echo $(KVERS) | grep 86), )
 	ARCH := i386
 endif




More information about the Pkg-virtualbox-commits mailing list