[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 23927e8cd13bfd0f8ec001c180aa0135c6f22b44
Author: Pino Toscano <pino at kde.org>
Date:   Thu Apr 28 09:33:22 2011 +0200

    identify correctly sh4 CPUs (#623281)
    
    add new patch sh.diff for it
---
 debian/changelog       |    1 +
 debian/patches/series  |    1 +
 debian/patches/sh.diff |   22 ++++++++++++++++++++++
 3 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cc9ea00..6701df3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ qt4-x11 (4:4.7.2-4) UNRELEASED; urgency=low
       (Closes: #623282)
   * Add patches:
     - powerpcspe.diff: identify PowerPCSPE as PowerPC. (Closes: #623185)
+    - sh.diff: identify correctly sh4 CPUs. (Closes: #623281)
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 15 Apr 2011 22:42:35 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index 22cac09..4cf904a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -38,3 +38,4 @@ x-0003-Use-GCC-intrinsics-for-armv6-atomic-operations.patch
 96_webkit_no_gc_sections.diff
 99_hppa_bug561203_decrease_failure_rate.diff
 powerpcspe.diff
+sh.diff
diff --git a/debian/patches/sh.diff b/debian/patches/sh.diff
new file mode 100644
index 0000000..94a4598
--- /dev/null
+++ b/debian/patches/sh.diff
@@ -0,0 +1,22 @@
+Author: Pino Toscano <pino at kde.org>
+Description: Identify SuperH correctly.
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623281
+Forwarded: no
+Origin: vendor
+Last-Update: 2011-04-27
+
+--- a/configure
++++ b/configure
+@@ -3053,6 +3053,12 @@
+             ;;
+         esac
+         ;;
++    *:*:sh4)
++        if [ "$OPT_VERBOSE" = "yes" ]; then
++            echo "    Renesas SuperH 4"
++        fi
++        CFG_HOST_ARCH=sh
++        ;;
+     *:*:*)
+         if [ "$OPT_VERBOSE" = "yes" ]; then
+             echo "    Trying '$UNAME_MACHINE'..."

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list