[SCM] KDevelop packaging branch, master, updated. debian/4.7.3-2-2-ge81a33b

Pino Toscano pino at moszumanska.debian.org
Mon Jun 6 20:11:19 UTC 2016


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

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

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

diff --git a/debian/changelog b/debian/changelog
index 6ae2fae..75e97f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 kdevelop (4:4.7.3-3) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Remove kdevelop-dbg in favour of the -dbgsym packages.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 06 Jun 2016 21:57:33 +0200
 
diff --git a/debian/control b/debian/control
index 199024c..b6e1a1c 100644
--- a/debian/control
+++ b/debian/control
@@ -66,21 +66,6 @@ Description: development files for the KDevelop IDE
  .
  This package contains development files for KDevelop.
 
-Package: kdevelop-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: kdelibs5-dbg, kdevelop (= ${binary:Version}), ${misc:Depends}
-Description: debugging symbols for KDevelop
- KDevelop is an easy to use integrated development environment for KDE.
- It supports a wide range of programming languages and features project
- management, an advanced editor, a class browser and an integrated debugger.
- .
- The application wizard can generate fully functional projects
- for terminal programs and GUI programs using Qt, KDE or GNOME.
- .
- This package contains debugging symbols for KDevelop.
-
 Package: kdevelop-l10n
 Section: localization
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 4ce1865..a78327e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,6 @@ override_dh_auto_install:
 	find debian/tmp -type f -name qmake_qt4guiapp.tar.bz2 | xargs rm -fv
 
 override_dh_strip:
-	dh_strip --dbg-package=kdevelop-dbg
+	dh_strip --dbgsym-migration='kdevelop-dbg (<< 4:4.7.3-3~)'
 
 .PHONY: override_dh_auto_test

-- 
KDevelop packaging



More information about the pkg-kde-commits mailing list