[SCM] qtwebengine packaging branch, experimental, updated. debian/5.7.1+dfsg-6.1-11-g62d8cc8

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Fri Jun 16 15:55:44 UTC 2017


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

The following commit has been merged in the experimental branch:
commit 7ba6988e48ddd712dca9e748ac2dd412a0772d99
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Thu Jun 15 11:23:15 2017 +0100

    private headers
---
 debian/control                          | 12 ++++++++++++
 debian/qtwebengine5-private-dev.install |  7 +++++++
 debian/rules                            | 10 ----------
 3 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index d8dfcfb..e61e5e1 100644
--- a/debian/control
+++ b/debian/control
@@ -103,6 +103,18 @@ Description: Web content engine library for Qt - development files
  This package contains the development files needed to build Qt 5 applications
  using QtWebEngine library.
 
+Package: qtwebengine5-private-dev
+Architecture: any
+Multi-Arch: same
+Section: libdevel
+Depends: qtwebengine5-dev (= ${binary:Version}), ${misc:Depends}
+Description: Web content engine library for Qt - private development files
+ 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 private development files needed to build
+ Qt 5 applications using QtWebEngine library.
+
 Package: libqt5webengine5
 Architecture: any
 Multi-Arch: same
diff --git a/debian/qtwebengine5-private-dev.install b/debian/qtwebengine5-private-dev.install
new file mode 100644
index 0000000..b55bf85
--- /dev/null
+++ b/debian/qtwebengine5-private-dev.install
@@ -0,0 +1,7 @@
+usr/include/*/qt5/QtWebEngine/
+usr/include/*/qt5/QtWebEngineCore/
+usr/include/*/qt5/QtWebEngineWidgets/
+usr/lib/*/qt5/mkspecs/modules/qt_lib_webengine_private.pri
+usr/lib/*/qt5/mkspecs/modules/qt_lib_webenginecore_private.pri
+usr/lib/*/qt5/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri
+usr/lib/*/qt5/mkspecs/modules/qt_lib_webenginewidgets_private.pri
diff --git a/debian/rules b/debian/rules
index 2049e86..85ca0ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -178,16 +178,6 @@ override_dh_auto_install-arch:
 	find $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig -type f -name '*.pc' \
 	-exec sed -i -e 's/$(DEB_HOST_MULTIARCH)\/$(DEB_HOST_MULTIARCH)/$(DEB_HOST_MULTIARCH)/g' {} \;
 	
-	# Remove private headers
-	rm -rfv debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/QtWebEngine/${VERSION_CLEAN_UPSTREAM}
-	rm -rfv debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/QtWebEngineCore/${VERSION_CLEAN_UPSTREAM}
-	rm -rfv debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/QtWebEngineWidgets/${VERSION_CLEAN_UPSTREAM}
-	# And associated files
-	rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/mkspecs/modules/qt_lib_webengine_private.pri
-	rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/mkspecs/modules/qt_lib_webenginecore_private.pri
-	rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri
-	rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/mkspecs/modules/qt_lib_webenginewidgets_private.pri
-	
 	# Remove libtool-like files
 	rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list