[SCM] qtscript packaging branch, experimental, updated. debian/5.4.1+dfsg-2-2-gcc11574

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Mar 1 12:22:37 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtscript.git;a=commitdiff;h=cc11574

The following commit has been merged in the experimental branch:
commit cc1157411b1c396cab1252dc6790a040cbce77bd
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Mar 1 15:22:18 2015 +0300

    Add a patch (from qtwebkit) to correctly detect ppc64el.
---
 debian/changelog                   |  2 ++
 debian/patches/ppc64el_jscore.diff | 17 +++++++++++++++++
 debian/patches/series              |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7122a5b..ee91d79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qtscript-opensource-src (5.4.1+dfsg-3) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Add a patch (from qtwebkit) to correctly detect ppc64el.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 01 Mar 2015 14:11:06 +0300
 
diff --git a/debian/patches/ppc64el_jscore.diff b/debian/patches/ppc64el_jscore.diff
new file mode 100644
index 0000000..2510dc7
--- /dev/null
+++ b/debian/patches/ppc64el_jscore.diff
@@ -0,0 +1,17 @@
+Description: detect ppc64el architecture correctly
+Origin: qtwebkit, http://code.qt.io/cgit/qt/qtwebkit.git/commit?id=405022cf7bba9bb7
+Forwarded: yes, https://codereview.qt-project.org/107469
+Last-Update: 2015-03-01
+
+--- a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
++++ b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
+@@ -197,7 +197,9 @@
+ #if   defined(__ppc64__) \
+     || defined(__PPC64__)
+ #define WTF_CPU_PPC64 1
++#ifndef __LITTLE_ENDIAN__
+ #define WTF_CPU_BIG_ENDIAN 1
++#endif
+ #endif
+ 
+ /* CPU(SH4) - SuperH SH-4 */
diff --git a/debian/patches/series b/debian/patches/series
index a7faf2d..43be800 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ enable-make-check.patch
 disable_failing_tests.diff
 disable_v8_sunspider_tests.patch
 s390x_jscore.diff
+ppc64el_jscore.diff

-- 
qtscript packaging



More information about the pkg-kde-commits mailing list