[SCM] qtserialport packaging branch, experimental, updated. debian/5.6.1-2-5-gf65695e
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Mon Sep 12 09:42:20 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtserialport.git;a=commitdiff;h=a14eeb1
The following commit has been merged in the experimental branch:
commit a14eeb12284fd8787be2638411a9bb4387eb6f3d
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Mon Sep 12 12:39:17 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 a994250..7bc9354 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtserialport-opensource-src (5.7.0-1) UNRELEASED; urgency=medium
* New upstream release.
* Update debian/copyright.
* Bump Qt build-dependencies to 5.7.0.
+ * Migrate to automatic dbgsym packages.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Mon, 12 Sep 2016 12:19:16 +0300
diff --git a/debian/control b/debian/control
index a3f240e..f6ad4eb 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
Felix Geyer <fgeyer at debian.org>,
Timo Jyrinki <timo at debian.org>,
Dmitry Shachnev <mitya57 at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114~),
libudev-dev [linux-any],
pkg-kde-tools,
qtbase5-private-dev (>= 5.7.0+dfsg~)
@@ -53,18 +53,6 @@ Description: Qt 5 serial port examples
.
This package constains the serial port submodule's examples.
-Package: qtserialport5-dbg
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Section: debug
-Depends: libqt5serialport5 (= ${binary:Version}), ${misc:Depends}
-Description: Qt 5 serial port 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 serial port library.
-
Package: qtserialport5-doc
Priority: extra
Architecture: all
diff --git a/debian/rules b/debian/rules
index 43f6f16..a50f716 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=qtserialport5-dbg
+ dh $@ --with pkgkde_symbolshelper --parallel
override_dh_auto_configure:
qmake
@@ -38,3 +38,6 @@ override_dh_auto_install-indep:
override_dh_install:
dh_install --fail-missing
+
+override_dh_strip:
+ dh_strip --dbgsym-migration='qtserialport5-dbg (<< 5.7.0-1~)'
--
qtserialport packaging
More information about the pkg-kde-commits
mailing list