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

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


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

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

    split lib package into three aprts like the libriary names.
---
 debian/control                         | 28 +++++++++++++++++++++++++++-
 debian/libqt5webengine5.install        |  2 --
 debian/libqt5webenginecore5.install    |  1 +
 debian/libqt5webenginewidgets5.install |  1 +
 4 files changed, 29 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 41d933f..cff6989 100644
--- a/debian/control
+++ b/debian/control
@@ -100,7 +100,33 @@ 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 QtWebEngine libraries.
+ This package contains the QtWebEngine library.
+
+Package: libqt5webenginecore5
+Architecture: any
+Multi-Arch: same
+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
+ from the World Wide Web into your Qt application.
+ .
+ This package contains the core QtWebEngine library.
+
+Package: libqt5webenginewidgets5
+Architecture: any
+Multi-Arch: same
+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
+ from the World Wide Web into your Qt application.
+ .
+ This package contains the widget QtWebEngine library.
 
 Package: libqt5webengine-data
 Architecture: all
diff --git a/debian/libqt5webengine5.install b/debian/libqt5webengine5.install
index 06ef0ea..b806654 100644
--- a/debian/libqt5webengine5.install
+++ b/debian/libqt5webengine5.install
@@ -1,4 +1,2 @@
 usr/lib/*/libQt5WebEngine.so.5*
-usr/lib/*/libQt5WebEngineCore.so.5*
-usr/lib/*/libQt5WebEngineWidgets.so.5*
 usr/lib/*/qt5/libexec/QtWebEngineProcess
diff --git a/debian/libqt5webenginecore5.install b/debian/libqt5webenginecore5.install
new file mode 100644
index 0000000..3426ff4
--- /dev/null
+++ b/debian/libqt5webenginecore5.install
@@ -0,0 +1 @@
+usr/lib/*/libQt5WebEngineCore.so.5*
diff --git a/debian/libqt5webenginewidgets5.install b/debian/libqt5webenginewidgets5.install
new file mode 100644
index 0000000..09882b8
--- /dev/null
+++ b/debian/libqt5webenginewidgets5.install
@@ -0,0 +1 @@
+usr/lib/*/libQt5WebEngineWidgets.so.5*

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list