[SCM] qtxmlpatterns packaging branch, experimental, updated. debian/5.6.0-beta-2-6-g2406c68
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sat Mar 5 11:07:29 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtxmlpatterns.git;a=commitdiff;h=90e1e88
The following commit has been merged in the experimental branch:
commit 90e1e882c94b67e615b41500b545a73ec106514e
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sat Mar 5 13:56:55 2016 +0300
Migrate to automatic dbgsym packages.
---
debian/changelog | 1 +
debian/control | 15 ---------------
debian/rules | 5 ++++-
3 files changed, 5 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f491d3a..17799e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtxmlpatterns-opensource-src (5.6.0~rc-1) UNRELEASED; urgency=medium
* Bump qtbase build-dependency to 5.6.0~rc.
* Use recommended https URIs for Vcs fields.
* Bump Standards-Version to 3.9.7, no changes needed.
+ * Migrate to automatic dbgsym packages.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 05 Mar 2016 13:47:28 +0300
diff --git a/debian/control b/debian/control
index c454626..9adcc1d 100644
--- a/debian/control
+++ b/debian/control
@@ -64,21 +64,6 @@ Description: Qt 5 XML patterns examples
.
This package contains Qt 5 XML patterns examples.
-Package: qtxmlpatterns5-dbg
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Section: debug
-Depends: libqt5xmlpatterns5 (= ${binary:Version}), ${misc:Depends}
-Suggests: qtxmlpatterns5-dev-tools (= ${binary:Version}),
- qtxmlpatterns5-examples (= ${binary:Version})
-Description: Qt 5 XML patterns library debugging symbols
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- This package contains the debugging symbols for the Qt 5 XML patterns
- libraries.
-
Package: qtxmlpatterns5-doc
Priority: extra
Architecture: all
diff --git a/debian/rules b/debian/rules
index 554bd9b..eaa7104 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 $@ --parallel --with pkgkde_symbolshelper --dbg-package=qtxmlpatterns5-dbg
+ dh $@ --parallel --with pkgkde_symbolshelper
override_dh_auto_configure:
qmake QT_BUILD_PARTS+=tests
@@ -37,3 +37,6 @@ override_dh_install:
override_dh_makeshlibs:
dh_makeshlibs -V
+
+override_dh_strip:
+ dh_strip --dbgsym-migration='qtxmlpatterns5-dbg (<< 5.6.0~rc-1~)'
--
qtxmlpatterns packaging
More information about the pkg-kde-commits
mailing list