[SCM] QtWebKit packaging branch, master, updated. debian/2.3.4.dfsg-8-1-gd1b0e39

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Wed Aug 3 12:55:11 UTC 2016


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

The following commit has been merged in the master branch:
commit d1b0e394902fc9330d3975e35459f4e03e06542e
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Aug 3 09:54:43 2016 -0300

    Add NMU by John Paul Adrian Glaubitz.
    
    This was coordinated with me.
---
 debian/changelog | 9 +++++++++
 debian/control   | 1 +
 debian/rules     | 2 +-
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4afb796..3329cdc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+qtwebkit (2.3.4.dfsg-8.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add python to Build-Depends in debian/control (Closes: #832844).
+  * Add powerpcspe to the list of architectures where the JIT
+    should be disabled (Closes: #781446).
+
+ -- John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>  Wed, 03 Aug 2016 03:47:19 +0200
+
 qtwebkit (2.3.4.dfsg-8) unstable; urgency=medium
 
   * Disable JIT use on non-SSE2 capable machines (Closes: #824663). Thanks
diff --git a/debian/control b/debian/control
index 606f22c..5714c4c 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Build-Depends: bison,
                libxrender-dev,
                pkg-config,
                pkg-kde-tools (>= 0.6.4),
+	       python,
                ruby
 Standards-Version: 3.9.5
 Section: libs
diff --git a/debian/rules b/debian/rules
index a5f6947..7a3366f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ override_dh_auto_build:
 	#disable JIT assembler on archs where it doesn't compile
 	#disable WTF_USE_3D_GRAPHICS on ARM where it doesn't compile
 	#disable forcing SSE2 on all other platforms
-ifneq (,$(filter alpha arm64 armel hppa m68k mips mips64 mips64el mipsel powerpc ppc64 ppc64el s390x sh4 sparc64 x32,$(DEB_HOST_ARCH)))
+ifneq (,$(filter alpha arm64 armel hppa m68k mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4 sparc64 x32,$(DEB_HOST_ARCH)))
 	./Tools/Scripts/build-webkit --qt DEFINES+=ENABLE_JIT=0 DEFINES+=ENABLE_YARR_JIT=0 DEFINES+=ENABLE_ASSEMBLER=0 $(QMAKE_ARGS) $(MAKE_ARGS)
 else ifeq ($(DEB_HOST_ARCH),armhf)
 	./Tools/Scripts/build-webkit --qt DEFINES+=WTF_USE_3D_GRAPHICS=0 DEFINES+=ENABLE_JIT=0 DEFINES+=ENABLE_YARR_JIT=0 DEFINES+=ENABLE_ASSEMBLER=0 $(QMAKE_ARGS) $(MAKE_ARGS)

-- 
QtWebKit packaging



More information about the pkg-kde-commits mailing list