[SCM] qtlocation packaging branch, experimental, updated. debian/5.6.1-2-5-ge013db0

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Jul 14 17:33:18 UTC 2016


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

The following commit has been merged in the experimental branch:
commit e013db0b69ecc8b6b58ef2ee6064df1db774e2b6
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Jul 14 20:33:12 2016 +0300

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

diff --git a/debian/changelog b/debian/changelog
index 6d874e2..9d5036a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtlocation-opensource-src (5.7.0-1) UNRELEASED; urgency=medium
   * Refresh disable_failing_tests.patch.
   * Bump Qt build-dependencies to 5.7.0.
   * Update debian/copyright.
+  * Migrate to automatic dbgsym packages.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 14 Jul 2016 14:02:41 +0300
 
diff --git a/debian/control b/debian/control
index f8674d1..f62e53d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Timo Jyrinki <timo at debian.org>,
            Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>,
            Dmitry Shachnev <mitya57 at debian.org>
 Build-Depends: dbus,
-               debhelper (>= 9.0.0),
+               debhelper (>= 9.20160114~),
                libqt5opengl5-dev (>= 5.7.0+dfsg~),
                pkg-kde-tools,
                qtbase5-private-dev (>= 5.7.0+dfsg~),
@@ -157,35 +157,6 @@ Description: transitional dummy package for qtlocation5-examples
  .
  This is a transitional dummy package which can be safely removed.
 
-Package: qtlocation5-dbg
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Section: debug
-Depends: libqt5location5 (= ${binary:Version}),
-         libqt5positioning5 (= ${binary:Version}),
-         ${misc:Depends}
-Recommends: qtbase5-dbg, qtdeclarative5-dbg
-Breaks: qtpositioning5-dbg (<< 5.5.0~)
-Replaces: qtpositioning5-dbg (<< 5.5.0~)
-Description: Qt Location 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 Location
- and Positioning libraries.
-
-Package: qtpositioning5-dbg
-Priority: extra
-Architecture: all
-Section: oldlibs
-Depends: qtlocation5-dbg, ${misc:Depends}
-Description: transitional dummy package for qtlocation5-dbg
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- This is a transitional dummy package which can be safely removed.
-
 Package: qtlocation5-doc
 Priority: extra
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 709e83a..f86c0ff 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 $@ --parallel --with pkgkde_symbolshelper --dbg-package=qtlocation5-dbg
+	dh $@ --parallel --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
 	qmake QT_BUILD_PARTS+=tests
@@ -61,3 +61,6 @@ override_dh_auto_clean:
 
 	# Some other leftover binaries
 	rm -fv config.tests/geoclue/geoclue
+
+override_dh_strip:
+	dh_strip --dbgsym-migration='qtlocation5-dbg (<< 5.7.0-1~), qtpositioning5-dbg (<< 5.5.0-1~)'

-- 
qtlocation packaging



More information about the pkg-kde-commits mailing list