[SCM] Qt 4 packaging branch, experimental-snapshots, updated. debian/4.7.3-1-7-g0470728

Fathi Boudra fabo at alioth.debian.org
Sat Jun 11 11:42:55 UTC 2011


The following commit has been merged in the experimental-snapshots branch:
commit 77c728465e39fe037f7834b71b6e525fd64bfe02
Author: Pino Toscano <pino at kde.org>
Date:   Wed Apr 27 18:49:39 2011 +0200

    identify PowerPCSPE as PowerPC (#623185)
    
    add new patch powerpcspe.diff for it
---
 debian/changelog               |    2 ++
 debian/patches/powerpcspe.diff |   18 ++++++++++++++++++
 debian/patches/series          |    1 +
 3 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0e40d66..cc9ea00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ qt4-x11 (4:4.7.2-4) UNRELEASED; urgency=low
       This should make libqt4-sql-ibase available to few more architectures.
     - control: add sh4 to the architectures for libqt4-sql-ibase.
       (Closes: #623282)
+  * Add patches:
+    - powerpcspe.diff: identify PowerPCSPE as PowerPC. (Closes: #623185)
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 15 Apr 2011 22:42:35 +0200
 
diff --git a/debian/patches/powerpcspe.diff b/debian/patches/powerpcspe.diff
new file mode 100644
index 0000000..18385db
--- /dev/null
+++ b/debian/patches/powerpcspe.diff
@@ -0,0 +1,18 @@
+Author: Pino Toscano <pino at kde.org>
+Description: Identify PowerPCSPE as PowerPC.
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623185
+Forwarded: no
+Origin: vendor
+Last-Update: 2011-04-27
+
+--- a/configure
++++ b/configure
+@@ -3013,7 +3013,7 @@
+             CFG_HOST_ARCH=x86_64
+         fi
+         ;;
+-    *:*:ppc)
++    *:*:ppc|*:*:powerpcspe)
+         if [ "$OPT_VERBOSE" = "yes" ]; then
+             echo "    32-bit PowerPC (powerpc)"
+         fi
diff --git a/debian/patches/series b/debian/patches/series
index 4ef7072..22cac09 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -37,3 +37,4 @@ x-0003-Use-GCC-intrinsics-for-armv6-atomic-operations.patch
 95_neon_flags.patch
 96_webkit_no_gc_sections.diff
 99_hppa_bug561203_decrease_failure_rate.diff
+powerpcspe.diff

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list