[SCM] qt5webkit packaging branch, experimental, updated. debian/5.2.1+dfsg-1-3-g904aaee

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Feb 21 16:25:54 UTC 2014


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

The following commit has been merged in the experimental branch:
commit 904aaeee3b5018852c0fba9cd6bcba7035662eef
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Feb 21 13:25:39 2014 -0300

    Remove code in debian/rules that tried to fix the above unsuccessfully.
---
 debian/changelog | 1 +
 debian/rules     | 6 ------
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 745f01c..ae140be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtwebkit-opensource-src (5.2.1+dfsg-2) UNRELEASED; urgency=medium
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Backport fix_ftbfs_in_archs_without_jit_support.patch to fix FTBFSs in
     archs without JIT support.
+  * Remove code in debian/rules that tried to fix the above unsuccessfully.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 21 Feb 2014 13:21:40 -0300
 
diff --git a/debian/rules b/debian/rules
index e54ee3f..4a6fcea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,12 +24,6 @@ ifneq (,$(filter $(DEB_HOST_ARCH),alpha))
     export DEB_LDFLAGS_MAINT_APPEND := -Wl,--no-relax
 endif
 
-# Workaround FTBFS in 64 bits big endian archs.
-# See https://bugs.webkit.org/show_bug.cgi?id=113638
-ifneq (,$(filter $(DEB_BUILD_ARCH),alpha hppa ia64 powerpc ppc64 sparc sparc64 s390 s390x))
-    export DEB_CPPFLAGS_MAINT_APPEND += -DENABLE_JIT=0 -DENABLE_YARR_JIT=0 -DENABLE_ASSEMBLER=0
-endif
-
 %:
 	dh $@ --parallel --dbg-package=libqt5webkit5-dbg --with pkgkde_symbolshelper
 

-- 
qt5webkit packaging



More information about the pkg-kde-commits mailing list