[SCM] qapt packaging branch, master, updated. debian/3.0.2-1-8-geee9d20

Pino Toscano pino at moszumanska.debian.org
Sun Oct 2 21:30:24 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/qapt.git;a=commitdiff;h=eee9d20

The following commit has been merged in the master branch:
commit eee9d20fee760a1370b3e0d98c37bf8f05108ad2
Author: Pino Toscano <pino at debian.org>
Date:   Sun Oct 2 23:29:57 2016 +0200

    remove qapt-dbg in favour of -dbgsym packages
---
 debian/changelog |  1 +
 debian/control   | 16 ----------------
 debian/rules     |  5 ++++-
 3 files changed, 5 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 07264eb..6f1b512 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libqapt (3.0.2-2) UNRELEASED; urgency=medium
     and prerm of gstreamer-qapt.
   * Replace the deprecated kio-dev build dependency with libkf5kio-dev.
   * Remove unused meta/upstream_scm.json file.
+  * Remove qapt-dbg in favour of the -dbgsym packages.
 
  -- Debian/Kubuntu KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 15 May 2016 19:30:43 +0200
 
diff --git a/debian/control b/debian/control
index 586b9c7..597f854 100644
--- a/debian/control
+++ b/debian/control
@@ -167,19 +167,3 @@ Architecture: all
 Depends: gstreamer-qapt (>= ${source:Version}), ${misc:Depends}
 Description: transitional dummy package
  This is a transitional dummy package. It can safely be removed.
-
-Package: qapt-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libqapt3 (= ${binary:Version}), ${misc:Depends}
-Description: QApt debugging symbols
- QApt is a collection of tools and a library providing a wrapper around
- APT. The intention is to ease the use of APT in Qt-based programs.
- .
- This package contains debugging symbols for QApt.
- When QApt crashes, in most cases this package is
- needed to get a backtrace that is useful for developers. If you have
- experienced a QApt crash without this package
- installed, please install it, try to reproduce the problem and fill a bug
- report with a new backtrace attached.
diff --git a/debian/rules b/debian/rules
index 1153c97..81d3b65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export QT_SELECT=qt5
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 %:
-	dh $@ --with kf5 --parallel --dbg-package=qapt-dbg
+	dh $@ --with kf5 --parallel
 
 override_dh_install:
 	dh_install --fail-missing
@@ -13,3 +13,6 @@ override_dh_install:
 override_dh_auto_test:
 	# Disable dh_auto_test
 	:
+
+override_dh_strip:
+	dh_strip --dbgsym-migration='qapt-dbg (<< 3.0.2-2~)'

-- 
qapt packaging



More information about the pkg-kde-commits mailing list