[SCM] kdevelop-python packaging branch, master, updated. debian/1.7.2-2-9-g70873dd

Pino Toscano pino at moszumanska.debian.org
Mon Jun 6 20:58:21 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop-python.git;a=commitdiff;h=50c3d0c

The following commit has been merged in the master branch:
commit 50c3d0c0363d0f114215af1beed295fd7175da14
Author: Pino Toscano <pino at debian.org>
Date:   Mon Jun 6 22:55:57 2016 +0200

    remove kdevelop-python-dbg in favour of -dbgsym packages
---
 debian/changelog |  3 +++
 debian/control   | 10 ----------
 debian/rules     |  2 +-
 3 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8ec834d..3edabe4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ kdevelop-python (1.7.3-1) UNRELEASED; urgency=medium
     tarballs and to repack the tarball with xz compression if necessary.
   * Remove existing patches, they are already applied upstream.
 
+  [ Pino Toscano ]
+  * Remove kdevelop-python-dbg in favour of the -dbgsym packages.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 06 May 2016 18:38:08 -0300
 
 kdevelop-python (1.7.2-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index bf0745c..e0da000 100644
--- a/debian/control
+++ b/debian/control
@@ -27,16 +27,6 @@ Description: Python 3 plugin for KDevelop
  .
  This package contains the Python 3 language support plugin.
 
-Package: kdevelop-python-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: kdelibs5-dbg, kdevelop-python (= ${binary:Version}), ${misc:Depends}
-Description: debugging symbols for the KDevelop Python 3 plugin
- This package contains the debugging symbols of the Python plugin for KDevelop.
- They will automatically be used by gdb for debugging issues with the Python 3
- plugin.
-
 Package: kdevelop-python-l10n
 Section: localization
 Architecture: all
diff --git a/debian/rules b/debian/rules
index d0d5865..162032b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,6 @@ override_dh_install:
 	dh_install --list-missing
 
 override_dh_strip:
-	dh_strip --dbg-package=kdevelop-python-dbg
+	dh_strip --dbgsym-migration='kdevelop-python-dbg (<< 1.7.3-1~)'
 
 .PHONY: override_dh_auto_test

-- 
kdevelop-python packaging



More information about the pkg-kde-commits mailing list