[SCM] qtsensors packaging branch, experimental, updated. debian/5.6.1-2-6-g3c84c87

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Aug 6 17:49:41 UTC 2016


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

The following commit has been merged in the experimental branch:
commit 3c84c87fa1317761930f6b4ff3ee673f862df9fc
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Aug 6 20:49:20 2016 +0300

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

diff --git a/debian/changelog b/debian/changelog
index d9e1d52..eb22abb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ qtsensors-opensource-src (5.7.0-1) UNRELEASED; urgency=medium
   * Update debian/copyright.
   * Install the new iio-sensor-proxy plugin on Linux.
   * Drop obsolete Breaks/Replaces.
+  * Migrate to automatic dbgsym packages.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 16 Jul 2016 11:06:36 +0300
 
diff --git a/debian/control b/debian/control
index fc88304..06c89d7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
            Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>,
            Timo Jyrinki <timo at debian.org>,
            Dmitry Shachnev <mitya57 at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114~),
                pkg-kde-tools,
                qtbase5-private-dev (>= 5.7.0+dfsg~),
                qtdeclarative5-private-dev (>= 5.7.0~),
@@ -67,20 +67,6 @@ Description: Qt 5 sensors examples
  .
  This package contains Qt 5 Sensors examples.
 
-Package: qtsensors5-dbg
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Section: debug
-Depends: libqt5sensors5 (= ${binary:Version}), ${misc:Depends}
-Suggests: qtsensors5-examples (= ${binary:Version})
-Description: Qt sensors 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 Sensors
- libraries.
-
 Package: qtsensors5-doc
 Priority: extra
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 6ace480..a9af17e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ pkgs_with_common = $(patsubst debian/%.install-common,%,$(wildcard debian/*.inst
 pkgs_with_os = $(patsubst debian/%.install-$(DEB_HOST_ARCH_OS),%,$(wildcard debian/*.install-$(DEB_HOST_ARCH_OS)))
 
 %:
-	dh $@ --parallel --with pkgkde_symbolshelper --dbg-package=qtsensors5-dbg
+	dh $@ --parallel --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
 	qmake QT_BUILD_PARTS+=tests
@@ -77,3 +77,6 @@ override_dh_clean:
 	for pkg in $(pkgs_with_os); do \
 		rm -f debian/$$pkg.install ; \
 	done
+
+override_dh_strip:
+	dh_strip --dbgsym-migration='qtsensors5-dbg (<< 5.7.0-1~)'

-- 
qtsensors packaging



More information about the pkg-kde-commits mailing list