[SCM] qtwebengine packaging branch, master, updated. 2217511055877b236779cca42de3d5c3a2f64e7f

Sandro Knauß hefee at moszumanska.debian.org
Sun Oct 23 22:28:50 UTC 2016


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

The following commit has been merged in the master branch:
commit e146f796b5b71be336f700503fde818b3e5212e6
Author: Sandro Knauß <hefee at debian.org>
Date:   Sun Oct 23 20:02:14 2016 +0200

    Create -data package that hold the arch undependend data.
---
 debian/control                                            | 15 ++++++++++++++-
 ...qt5webengine5.install => libqt5webengine-data.install} |  4 ----
 debian/libqt5webengine5.install                           |  4 ----
 3 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 02cb6a6..e4232ff 100644
--- a/debian/control
+++ b/debian/control
@@ -92,7 +92,9 @@ Description: Web content engine library for Qt - development files
 Package: libqt5webengine5
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: libqt5webengine-data (= ${source:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Description: Web content engine library for Qt
  QtWebEngine provides a Web browser engine that makes it easy to embed content
@@ -100,6 +102,17 @@ Description: Web content engine library for Qt
  .
  This package contains the QtWebEngine libraries.
 
+Package: libqt5webengine-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: Web content engine library for Qt
+ QtWebEngine provides a Web browser engine that makes it easy to embed content
+ from the World Wide Web into your Qt application.
+ .
+ This package contains the arch independent parts of QtWebEngine libraries.
+
 Package: qml-module-qtwebengine
 Architecture: any
 Multi-Arch: same
diff --git a/debian/libqt5webengine5.install b/debian/libqt5webengine-data.install
similarity index 58%
copy from debian/libqt5webengine5.install
copy to debian/libqt5webengine-data.install
index 8254245..e637876 100644
--- a/debian/libqt5webengine5.install
+++ b/debian/libqt5webengine-data.install
@@ -1,7 +1,3 @@
-usr/lib/*/libQt5WebEngine.so.5*
-usr/lib/*/libQt5WebEngineCore.so.5*
-usr/lib/*/libQt5WebEngineWidgets.so.5*
-usr/lib/*/qt5/libexec/QtWebEngineProcess
 usr/share/qt5/resources/qtwebengine_resources.pak
 usr/share/qt5/resources/qtwebengine_resources_100p.pak
 usr/share/qt5/resources/qtwebengine_resources_200p.pak
diff --git a/debian/libqt5webengine5.install b/debian/libqt5webengine5.install
index 8254245..06ef0ea 100644
--- a/debian/libqt5webengine5.install
+++ b/debian/libqt5webengine5.install
@@ -2,7 +2,3 @@ usr/lib/*/libQt5WebEngine.so.5*
 usr/lib/*/libQt5WebEngineCore.so.5*
 usr/lib/*/libQt5WebEngineWidgets.so.5*
 usr/lib/*/qt5/libexec/QtWebEngineProcess
-usr/share/qt5/resources/qtwebengine_resources.pak
-usr/share/qt5/resources/qtwebengine_resources_100p.pak
-usr/share/qt5/resources/qtwebengine_resources_200p.pak
-usr/share/qt5/translations/qtwebengine_locales/*

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list