[SCM] kactivities packaging branch, master, updated. debian/4.13.3-1-8-gfca33bc
Pino Toscano
pino at moszumanska.debian.org
Tue Jun 28 17:45:25 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kactivities.git;a=commitdiff;h=fca33bc
The following commit has been merged in the master branch:
commit fca33bcb2e0978bf17751a59b0e02796e45d5e62
Author: Pino Toscano <pino at debian.org>
Date: Tue Jun 28 19:45:13 2016 +0200
remove libkactivities-dbg in favour of -dbgsym packages
---
debian/changelog | 1 +
debian/control | 14 --------------
debian/rules | 4 ++--
3 files changed, 3 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a9da8f3..7bb181e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ kactivities (4:4.13.3-1.1) UNRELEASED; urgency=medium
* Remove Ubuntu cruft from control.
* Update Vcs-* fields.
* Rename the XS-Testsuite field to Testsuite, the official name.
+ * Remove libkactivities-dbg in favour of the -dbgsym packages.
-- Debian/Ubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Wed, 20 Apr 2016 16:22:21 +0200
diff --git a/debian/control b/debian/control
index d51e383..3e8ba0e 100644
--- a/debian/control
+++ b/debian/control
@@ -67,17 +67,3 @@ Description: development files for the KDE Activities libraries
kactivities library.
.
This package is part of the KDE Development Platform libraries module.
-
-Package: libkactivities-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: ${allLibraries}, ${misc:Depends}
-Breaks: kde-runtime-dbg (<< 4:4.8), kdebase-runtime-dbg (<< 4:4.8)
-Replaces: kde-runtime-dbg (<< 4:4.8), kdebase-runtime-dbg (<< 4:4.8)
-Suggests: libkactivities-bin (= ${binary:Version})
-Description: debugging symbols for libkactivities
- This library provides functionality for managing activities.
- .
- This package contains the debugging files used to investigate problems with
- the libkactivities library.
diff --git a/debian/rules b/debian/rules
index 4e2d8d8..f47f37a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
-libpkgs_addsubst_allLibraries = libkactivities-dev libkactivities-dbg
+libpkgs_addsubst_allLibraries = libkactivities-dev
include /usr/share/pkg-kde-tools/qt-kde-team/2/library-packages.mk
override_dh_shlibdeps:
@@ -9,4 +9,4 @@ override_dh_shlibdeps:
$(overridden_command) --remaining-packages
override_dh_strip:
- $(overridden_command) --dbg-package=libkactivities-dbg
+ $(overridden_command) --dbgsym-migration='libkactivities-dbg (<< 4:4.13.3-2~)'
--
kactivities packaging
More information about the pkg-kde-commits
mailing list