[SCM] qtwebengine packaging branch, master, updated. 339b3046c057f967f1551572883057e5fcb2d82b

Sandro Knauß hefee at moszumanska.debian.org
Tue Oct 25 14:35:26 UTC 2016


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

The following commit has been merged in the master branch:
commit 497b3bc44d9c122e92d2137c5c9cb9969f63b806
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Tue Sep 20 12:12:01 2016 +0100

    -dev package depends on libqt5webchannel-dev since it requires it when being used to build applications
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 9e23c59..7abe9c5 100644
--- a/debian/control
+++ b/debian/control
@@ -78,7 +78,8 @@ Package: libqt5webengine-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libqt5webengine5 (= ${binary:Version}),
+Depends: libqt5webchannel-dev,
+         libqt5webengine5 (= ${binary:Version}),
          qtbase5-dev,
          qtdeclarative5-dev,
          ${misc:Depends}

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list