[Pkg-virtualbox-commits] r297 - in trunk/debian: . patches

daniel at alioth.debian.org daniel at alioth.debian.org
Mon Jun 9 17:39:43 UTC 2008


Author: daniel
Date: 2008-06-09 17:39:42 +0000 (Mon, 09 Jun 2008)
New Revision: 297

Modified:
   trunk/debian/changelog
   trunk/debian/patches/01-no-64bit-guest.dpatch
Log:
Using dpkg-architecture rather than dpkg --print-architecture in 01-no-64bit-guest.dpatch in order to be more accurate for ia32 subarchs like lpia, thanks to Loic Minier <lool at debian.org>.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-06-06 13:55:36 UTC (rev 296)
+++ trunk/debian/changelog	2008-06-09 17:39:42 UTC (rev 297)
@@ -1,3 +1,11 @@
+virtualbox-ose (1.6.2-dfsg-2) UNRELEASED; urgency=low
+
+  * Using dpkg-architecture rather than dpkg --print-architecture in
+    01-no-64bit-guest.dpatch in order to be more accurate for ia32 subarchs
+    like lpia, thanks to Loic Minier <lool at debian.org>.
+
+ -- Daniel Baumann <daniel at debian.org>  Mon,  9 Jun 2008 19:39:00 +0200
+
 virtualbox-ose (1.6.2-dfsg-1) unstable; urgency=low
 
   [ Michael Meskes ]

Modified: trunk/debian/patches/01-no-64bit-guest.dpatch
===================================================================
--- trunk/debian/patches/01-no-64bit-guest.dpatch	2008-06-06 13:55:36 UTC (rev 296)
+++ trunk/debian/patches/01-no-64bit-guest.dpatch	2008-06-09 17:39:42 UTC (rev 297)
@@ -13,7 +13,7 @@
        ;;
    esac
 -  BUILD_CPU=`uname -m`
-+  BUILD_CPU=`dpkg --print-architecture`
++  BUILD_CPU=`dpkg-architecture -qDEB_HOST_ARCH_CPU`
    [ "$OS" = "solaris" ] && BUILD_CPU=`isainfo | cut -f 1 -d ' '`
    case "$BUILD_CPU" in
      i[3456789]86|x86|i86pc)




More information about the Pkg-virtualbox-commits mailing list