[SCM] qtwayland packaging branch, experimental, updated. debian/5.6.1-2-12-gc475c24
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Fri Jul 8 18:23:17 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwayland.git;a=commitdiff;h=c475c24
The following commit has been merged in the experimental branch:
commit c475c24d90af010b312adecc59b2a9b8f01dcf6c
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Fri Jul 8 21:22:55 2016 +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 3992baa..ac934dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ qtwayland-opensource-src (5.7.0-1) UNRELEASED; urgency=medium
* Bump Qt build-dependencies to 5.7.0.
* Bump libwayland-dev build-dependency to 1.6.0, following upstream.
* Build and install the Qt Wayland Compositor documentation.
+ * Migrate to automatic dbgsym packages.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 28 Jun 2016 15:05:14 +0200
diff --git a/debian/control b/debian/control
index cde6635..e00cea1 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Dmitry Shachnev <mitya57 at debian.org>,
Sune Vuorela <debian at pusling.com>,
Pino Toscano <pino at debian.org>,
Timo Jyrinki <timo at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114~),
libegl1-mesa-dev,
libfontconfig1-dev,
libglib2.0-dev,
@@ -106,18 +106,6 @@ Description: QtWayland platform plugin
to run Qt 5 applications under Wayland, and the qtwaylandscanner
binary.
-Package: qtwayland5-dbg
-Architecture: any
-Priority: extra
-Section: debug
-Multi-Arch: same
-Depends: libqt5waylandclient5 (= ${binary:Version}) | libqt5waylandcompositor5 (= ${binary:Version}),
- ${misc:Depends}
-Description: QtWayland debugging symbols
- QtWayland is a Qt 5 module that wraps the functionality of Wayland.
- .
- This package contains the debugging symbols for QtWayland.
-
Package: qtwayland5-doc
Priority: extra
Architecture: all
diff --git a/debian/rules b/debian/rules
index e9526c0..f0a3053 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
export QT_SELECT := qt5
%:
- dh $@ --with pkgkde_symbolshelper --parallel --dbg-package=qtwayland5-dbg
+ dh $@ --with pkgkde_symbolshelper --parallel
override_dh_auto_configure:
qmake
@@ -40,3 +40,6 @@ override_dh_auto_install-arch:
override_dh_install:
dh_install --fail-missing
+
+override_dh_strip:
+ dh_strip --dbgsym-migration='qtwayland5-dbg (<< 5.7.0-1~)'
--
qtwayland packaging
More information about the pkg-kde-commits
mailing list