[SCM] qtconnectivity packaging branch, experimental, updated. debian/5.7.1-20161021-2-11-ga0dabde

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Jun 10 18:52:07 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtconnectivity.git;a=commitdiff;h=c166f55

The following commit has been merged in the experimental branch:
commit c166f550e7b39cff9205bb1f2d36d63b68c9db8e
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Jun 10 21:50:18 2017 +0300

    Migrate to automatic dbgsym packages.
---
 debian/changelog |  3 +++
 debian/control   | 15 +--------------
 debian/rules     |  5 ++++-
 3 files changed, 8 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a6bbda1..9a35b75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ qtconnectivity-opensource-src (5.9.0-1) UNRELEASED; urgency=medium
   * Remove commented out symbol in libqt5bluetooth5.symbols. It was wrongly
     commited.
 
+  [ Dmitry Shachnev ]
+  * Migrate to automatic dbgsym packages.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 29 May 2017 16:38:28 -0500
 
 qtconnectivity-opensource-src (5.7.1-1) UNRELEASED; urgency=medium
diff --git a/debian/control b/debian/control
index 45f2d30..96e484e 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.0.0),
+Build-Depends: debhelper (>= 9.20160114~),
                libbluetooth-dev [linux-any],
                pkg-config,
                pkg-kde-tools,
@@ -106,19 +106,6 @@ Description: Qt 5 Connectivity examples
  .
  This package contains Qt 5 Connectivity examples.
 
-Package: qtconnectivity5-dbg
-Priority: extra
-Architecture: linux-any
-Multi-Arch: same
-Section: debug
-Depends: libqt5bluetooth5 (= ${binary:Version}), ${misc:Depends}
-Description: Qt Connectivity 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 Connectivity
- libraries.
-
 Package: qtconnectivity5-doc
 Priority: extra
 Architecture: all
diff --git a/debian/rules b/debian/rules
index d617ed1..210bf0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 export QT_SELECT := qt5
 
 %:
-	dh $@ --fail-missing --parallel --with pkgkde_symbolshelper --dbg-package=qtconnectivity5-dbg
+	dh $@ --fail-missing --parallel --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
 	# Be sure to regenerate the DBus cpp files
@@ -35,3 +35,6 @@ override_dh_auto_install-indep:
 	make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
 
 override_dh_auto_test-indep:
+
+override_dh_strip:
+	dh_strip --dbgsym-migration='qtconnectivity5-dbg (<< 5.9.0-1~)'

-- 
qtconnectivity packaging



More information about the pkg-kde-commits mailing list