[SCM] qt5webkit packaging branch, qtwebkit-ng, updated. debian/5.9.1+dfsg-5-6-g60f3288
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Fri Aug 25 19:53:42 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt5webkit.git;a=commitdiff;h=60f3288
The following commit has been merged in the qtwebkit-ng branch:
commit 60f328828598dedce2fa6fba84a5132140a4798e
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Fri Aug 25 22:53:30 2017 +0300
Migrate to automatic dbgsym packages.
---
debian/changelog | 1 +
debian/control | 14 +-------------
debian/rules | 5 ++++-
3 files changed, 6 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 984b335..62b62b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ qtwebkit-opensource-src (5.212.0~alpha2-1) UNRELEASED; urgency=medium
* Add build-dependencies: cmake, libqt5sensors5-dev, libqt5webchannel5-dev
and qtpositioning5-dev.
* Drop unused build-dependency: libleveldb-dev.
+ * Migrate to automatic dbgsym packages.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 25 Aug 2017 20:50:49 +0300
diff --git a/debian/control b/debian/control
index 20cd513..8aa7329 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Timo Jyrinki <timo at debian.org>,
Build-Depends: bison,
chrpath,
cmake (>= 2.8.12),
- debhelper (>= 9.0.0),
+ debhelper (>= 9.20160114~),
flex,
gperf,
libfontconfig1-dev,
@@ -85,18 +85,6 @@ Description: Qt WebKit QML module
.
This package contains the WebKit QML module for QtDeclarative.
-Package: libqt5webkit5-dbg
-Priority: extra
-Architecture: amd64 i386 powerpc s390x
-Multi-Arch: same
-Section: debug
-Depends: libqt5webkit5 (= ${binary:Version}), ${misc:Depends}
-Description: Web content engine library for Qt - debugging symbols
- QtWebKit 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 debugging symbols for the Qt WebKit library.
-
Package: qtwebkit5-doc
Priority: extra
Architecture: all
diff --git a/debian/rules b/debian/rules
index c5a7506..1475588 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ disabled_jit_architectures := armel mips mipsel
disabled_pch_architectures := amd64 powerpc s390x
%:
- dh $@ --parallel --dbg-package=libqt5webkit5-dbg --with pkgkde_symbolshelper
+ dh $@ --parallel --with pkgkde_symbolshelper
override_dh_auto_configure:
# Run qmake once to create .qmake.conf and be sure to append the following values.
@@ -86,3 +86,6 @@ override_dh_install:
override_dh_auto_test:
# Do not attempt to run anything to make build-indep work
+
+override_dh_strip:
+ dh_strip --dbgsym-migration='libqt5webkit5-dbg (<< 5.212.0~alpha2-1~)'
--
qt5webkit packaging
More information about the pkg-kde-commits
mailing list