rev 10522 - trunk/packages/qt4-x11/debian/patches

Sune Vuorela pusling-guest at alioth.debian.org
Sat May 10 07:02:30 UTC 2008


Author: pusling-guest
Date: 2008-05-10 07:02:30 +0000 (Sat, 10 May 2008)
New Revision: 10522

Modified:
   trunk/packages/qt4-x11/debian/patches/07_trust_dpkg-arch_over_uname-m.diff
Log:
describe what (not) to do when adding new archs

Modified: trunk/packages/qt4-x11/debian/patches/07_trust_dpkg-arch_over_uname-m.diff
===================================================================
--- trunk/packages/qt4-x11/debian/patches/07_trust_dpkg-arch_over_uname-m.diff	2008-05-10 07:00:56 UTC (rev 10521)
+++ trunk/packages/qt4-x11/debian/patches/07_trust_dpkg-arch_over_uname-m.diff	2008-05-10 07:02:30 UTC (rev 10522)
@@ -2,11 +2,14 @@
 Reported to trolltech as N180631 - and task 181882
 --- a/configure
 +++ b/configure
-@@ -93,7 +93,47 @@
+@@ -93,7 +93,50 @@
  #-------------------------------------------------------------------------------
  
  # need that throughout the script
 -UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
++# This is a ugly hack that shouldn't be extended any more. New archs
++# should just use the default *) UNAME_MACHINE="$DPKG_ARCH" The current mappings
++# is for backwards compatibility with existing archs already released.
 +DPKG_ARCH=`(dpkg-architecture -qDEB_HOST_ARCH) 2>/dev/null` || UNAME_MACHINE=unknown
 +case $DPKG_ARCH in 
 +	amd64)




More information about the pkg-kde-commits mailing list