[SCM] KDevelop PHP plugin packaging branch, master, updated. debian/1.7.3-2-2-gd2c982d

Pino Toscano pino at moszumanska.debian.org
Mon Jun 6 20:27:36 UTC 2016


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

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

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

diff --git a/debian/changelog b/debian/changelog
index f5cd2e3..e145a53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 kdevelop-php (1.7.3-3) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Remove kdevelop-php-dbg in favour of the -dbgsym packages.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 06 Jun 2016 22:23:57 +0200
 
diff --git a/debian/control b/debian/control
index eabc01e..330cb8a 100644
--- a/debian/control
+++ b/debian/control
@@ -27,16 +27,6 @@ Description: PHP plugin for KDevelop
  .
  This package contains the PHP language support plugin.
 
-Package: kdevelop-php-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: kdelibs5-dbg, kdevelop-php (= ${binary:Version}), ${misc:Depends}
-Description: debugging symbols for the KDevelop PHP plugin
- This package contains the debugging symbols of the PHP plugin for KDevelop.
- They will automatically be used by gdb for debugging issues with the PHP
- plugin.
-
 Package: kdevelop-php-l10n
 Section: localization
 Architecture: all
diff --git a/debian/rules b/debian/rules
index abaab43..8223a95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,9 @@
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 %:
-	dh $@ --parallel --list-missing --with kde --dbg-package=kdevelop-php-dbg
+	dh $@ --parallel --list-missing --with kde
+
+override_dh_strip:
+	dh_strip --dbgsym-migration='kdevelop-php-dbg (<< 1.7.3-3~)'
 
 .PHONY: override_dh_auto_test

-- 
KDevelop PHP plugin packaging



More information about the pkg-kde-commits mailing list