[SCM] qttools packaging branch, ubuntu+1, updated. debian/5.9.2-4-13-gd6bf5bb

Simon Quigley tsimonq2-guest at moszumanska.debian.org
Sun Dec 10 00:13:52 UTC 2017


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

The following commit has been merged in the ubuntu+1 branch:
commit 328416f9672e9544cfe12599fa4b36a3d245a0b8
Author: Simon Quigley <tsimonq2 at ubuntu.com>
Date:   Sat Dec 9 18:12:28 2017 -0600

    Revert "Temporarily disable qtwebkit support."
    
    This reverts commit b9db5c98fba42d02d6e9b07036bc3bfc29da91f1.
---
 debian/changelog | 4 ++--
 debian/control   | 1 +
 debian/rules     | 4 ++++
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2ae2e9c..a00e753 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-qttools-opensource-src (5.9.3-0ubuntu2+1) bionic; urgency=medium
+qttools-opensource-src (5.9.3-0ubuntu2) bionic; urgency=medium
 
+  * Lower build dep on qt5webkit.
   * New upstream release.
   * Update Standards-version to 4.1.2, no changes needed.
-  * Temporarily disable qtwebkit support.
 
  -- Simon Quigley <tsimonq2 at ubuntu.com>  Thu, 30 Nov 2017 23:08:20 -0600
 
diff --git a/debian/control b/debian/control
index aa0055d..264cc60 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
 Build-Depends: debhelper (>= 10.9.2~),
                libqt5opengl5-dev (>= 5.9.3+dfsg~),
                libqt5sql5-sqlite (>= 5.9.3+dfsg~),
+               libqt5webkit5-dev (>= 5.9.2~) [!alpha !m68k !sh4],
                pkg-kde-tools,
                qtbase5-private-dev (>= 5.9.3~),
                qtdeclarative5-private-dev (>= 5.9.3~),
diff --git a/debian/rules b/debian/rules
index 71f4c78..8423d97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,11 @@ override_dh_auto_install-indep:
 	dh_auto_build -- INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
 
 override_dh_install:
+ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(no_qwebview_archs)))
 	grep -v qwebview debian/qttools5-dev-tools.install.in >> debian/qttools5-dev-tools.install
+else
+	cp debian/qttools5-dev-tools.install.in debian/qttools5-dev-tools.install
+endif
 	dh_install --fail-missing
 
 	install -D -p -m0644 src/assistant/assistant/images/assistant-128.png \

-- 
qttools packaging



More information about the pkg-kde-commits mailing list