diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2017-08-25 22:53:30 +0300 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2017-08-25 22:53:30 +0300 |
commit | 60f328828598dedce2fa6fba84a5132140a4798e (patch) | |
tree | 9036e17d638ca696efcf8492d4e4bc2c4d534ad4 /debian | |
parent | 5d740262fcff0d31d21b1e7a5af8cd6df18d0584 (diff) | |
download | qt5webkit-60f328828598dedce2fa6fba84a5132140a4798e.tar.gz |
Migrate to automatic dbgsym packages.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 14 | ||||
-rwxr-xr-x | 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@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@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~)' |