[SCM] qtwebengine packaging branch, master, updated. debian/5.9.1+dfsg-3-3-gef56629

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Aug 21 11:01:00 UTC 2017


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

The following commit has been merged in the master branch:
commit ef56629f57093da9312f9c685c1413fb13a5d454
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Aug 21 14:00:20 2017 +0300

    Add the needed QML dependencies to qtwebengine5-examples package.
    
    Closes: #857859.
---
 debian/changelog | 2 ++
 debian/control   | 7 ++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d43916f..1ed4104 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ qtwebengine-opensource-src (5.9.1+dfsg-4) UNRELEASED; urgency=medium
 
   [ Dmitry Shachnev ]
   * Disable gold on arm64, to workaround bug #869768.
+  * Add the needed QML dependencies to qtwebengine5-examples package
+    (closes: #857859).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 17 Aug 2017 15:22:07 +0300
 
diff --git a/debian/control b/debian/control
index c4e46e3..b51a9e0 100644
--- a/debian/control
+++ b/debian/control
@@ -174,7 +174,7 @@ Description: Web content engine library for Qt - Data
 Package: qml-module-qtwebengine
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: qml-module-qtquick2, ${misc:Depends}, ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Description: Qt WebEngine QML module
  QtWebEngine provides a Web browser engine that makes it easy to embed content
@@ -200,6 +200,11 @@ Architecture: any
 Multi-Arch: same
 Depends: libjs-jquery,
          libjs-marked,
+         qml-module-qt-labs-settings,
+         qml-module-qtquick-controls,
+         qml-module-qtquick-layouts,
+         qml-module-qtquick-window2,
+         qml-module-qtwebengine,
          qtwebengine5-dev-tools,
          ${misc:Depends},
          ${shlibs:Depends}

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list