[SCM] KDevelop Platform packaging branch, experimental, updated. debian/1.7.3-3
Pino Toscano
pino at moszumanska.debian.org
Thu Aug 25 17:22:11 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevplatform.git;a=commitdiff;h=6034d3e
The following commit has been merged in the experimental branch:
commit 6034d3e260a62b04e54e9818de032c7c9dfc2e96
Author: Pino Toscano <pino at debian.org>
Date: Mon Jun 6 21:49:33 2016 +0200
remove kdevplatform-dbg in favour of -dbgsym packages
---
debian/changelog | 3 +--
debian/control | 14 --------------
debian/rules | 2 +-
3 files changed, 2 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2ccc7ac..d9fc2a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,7 @@ kdevplatform (1.7.3-3) UNRELEASED; urgency=medium
build without parallel jobs; patch
upstream_filetemplates-plugin-Make-testfiletemplates-depend-o.patch.
(Closes: #821805)
- * Remove kdelibs5-dbg dependency from kdevplatform-dbg, since the former
- does not exist anymore (replaced by -dbgsym packages).
+ * Remove kdevplatform-dbg in favour of the -dbgsym packages.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Mon, 06 Jun 2016 21:30:26 +0200
diff --git a/debian/control b/debian/control
index 5b661cc..5062d58 100644
--- a/debian/control
+++ b/debian/control
@@ -55,20 +55,6 @@ Description: development files for the KDevelop platform
.
This package is part of the KDevelop platform.
-Package: kdevplatform-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: kdevplatform8-libs (= ${binary:Version}),
- libsublime8 (= ${binary:Version}),
- ${misc:Depends}
-Description: debugging symbols for the KDevelop platform
- This package contains the debugging symbols associated with kdevplatform.
- They will automatically be used by gdb for debugging kdevplatform-related
- issues.
- .
- This package is part of the KDevelop platform.
-
Package: libsublime8
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
diff --git a/debian/rules b/debian/rules
index ef65d52..fed554f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ override_dh_install:
dh_install --list-missing
override_dh_strip:
- dh_strip --dbg-package=kdevplatform-dbg
+ dh_strip --dbgsym-migration='kdevplatform-dbg (<< 1.7.3-3~)'
override_dh_makeshlibs:
dh_makeshlibs -V -Xusr/lib/kde4/
--
KDevelop Platform packaging
More information about the pkg-kde-commits
mailing list