[SCM] qt5webkit packaging branch, experimental, updated. debian/5.2.1+dfsg-5-15-g2a10bb6

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Thu May 22 22:40:49 UTC 2014


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

The following commit has been merged in the experimental branch:
commit b5330b1adbd53a2c45838c900ffbd0458944284c
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu May 22 19:39:32 2014 -0300

    Also remove dont_pollute_pri_and_pc_with_private_deps.patch
    
    Applied upstream.
---
 debian/changelog                                   |  3 +-
 ...dont_pollute_pri_and_pc_with_private_deps.patch | 47 ----------------------
 debian/patches/series                              |  1 -
 3 files changed, 2 insertions(+), 49 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f331cf2..2de169b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,8 @@ qtwebkit-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium
     libqt5webkit5-dev without creating a circular dependency.
   * Do not force dh_builddeb to use xz compression: it's now the default.
   * Bump Qt build dependencies.
-  * Remove fix_ftbfs_in_archs_without_jit_support.patch, applied upstream.
+  * Remove fix_ftbfs_in_archs_without_jit_support.patch and
+    dont_pollute_pri_and_pc_with_private_deps.patch, applied upstream.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 17 May 2014 23:25:31 -0300
 
diff --git a/debian/patches/dont_pollute_pri_and_pc_with_private_deps.patch b/debian/patches/dont_pollute_pri_and_pc_with_private_deps.patch
deleted file mode 100644
index fb24c70..0000000
--- a/debian/patches/dont_pollute_pri_and_pc_with_private_deps.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From 31a1ec780aaba33c1008b8dc7bca7da88bd297ff Mon Sep 17 00:00:00 2001
-From: Jocelyn Turcotte <jocelyn.turcotte at digia.com>
-Date: Tue, 28 Jan 2014 13:07:59 +0100
-Subject: [PATCH] Don't pollute .prl & .pc files with private dependencies
-
-Also change the creating_module check in needToLink to make sure that
-only the main module will try to link directly with the WebCore and
-JavaScriptCore static libraries.
-
-Task-number: QTBUG-35774
-Initial-patch-by: Oswald Buddenhagen <oswald.buddenhagen at digia.com>
-Change-Id: Ib5992e112803679837249400e98cb8c22636096d
----
- Source/widgetsapi.pri                         | 1 +
- Tools/qmake/mkspecs/features/default_post.prf | 4 ++--
- 2 files changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/Source/widgetsapi.pri b/Source/widgetsapi.pri
-index 7bdc0e1..335e371 100644
---- a/Source/widgetsapi.pri
-+++ b/Source/widgetsapi.pri
-@@ -49,6 +49,7 @@ use?(3D_GRAPHICS): WEBKIT += ANGLE
- WEBKIT += javascriptcore wtf webcore
- 
- MODULE = webkitwidgets
-+CONFIG += creating_module
- 
- # We want the QtWebKit API forwarding includes to live in the root build dir.
- MODULE_BASE_DIR = $$_PRO_FILE_PWD_
-diff --git a/Tools/qmake/mkspecs/features/default_post.prf b/Tools/qmake/mkspecs/features/default_post.prf
-index 6fae22f..548005d 100644
---- a/Tools/qmake/mkspecs/features/default_post.prf
-+++ b/Tools/qmake/mkspecs/features/default_post.prf
-@@ -171,8 +171,8 @@ contains(QT, webkit)|contains(QT, webkitwidgets) {
- }
- 
- defineTest(needToLink) {
--    # The main dynamic library always needs to link in the intermediate libraries
--    creating_module: return(true)
-+    # The main module dynamic library always needs to link in the intermediate libraries
-+    isEqual(MODULE, webkit): return(true)
- 
-     force_static_libs_as_shared {
-         # So do the individual libraries if they are dynamic
--- 
-1.9.0
-
diff --git a/debian/patches/series b/debian/patches/series
index 9065b06..e56edc3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
 # Upstream patches
-dont_pollute_pri_and_pc_with_private_deps.patch
 
 # debian patches
 reduce_memory_usage.patch

-- 
qt5webkit packaging



More information about the pkg-kde-commits mailing list