[SCM] kaffeine packaging branch, master, updated. debian/1.2.2-3-6-gc6a5465

Pino Toscano pino at moszumanska.debian.org
Tue Jun 7 13:43:44 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kaffeine.git;a=commitdiff;h=af7de12

The following commit has been merged in the master branch:
commit af7de12eacf6e78709ec58ea3106ffcb9b14b49b
Author: Pino Toscano <pino at debian.org>
Date:   Tue Jun 7 15:42:02 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 74b5fc1..e37b270 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ kaffeine (1.2.2-4) UNRELEASED; urgency=medium
     upstream_Explicitly-include-CheckIncludeFiles.patch. (Closes: #808759)
   * Rename debian/presubj to debian/kaffeine.bug-presubj so it is handled
     automatically by dh_bugfiles.
+  * Remove kaffeine-dbg in favour of the -dbgsym packages.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Tue, 07 Jun 2016 15:20:52 +0200
 
diff --git a/debian/control b/debian/control
index 961abf5..bb209fe 100644
--- a/debian/control
+++ b/debian/control
@@ -23,13 +23,3 @@ Description: versatile media player for KDE
  .
  Kaffeine can keep track of multiple playlists simultaneously, and supports
  autoloading of subtitle files for use while playing video.
-
-Package: kaffeine-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: ${misc:Depends}, kaffeine (= ${binary:Version}), kdelibs5-dbg
-Description: debugging symbols for Kaffeine
- This package contains the debugging symbols associated with Kaffeine.
- They will automatically be used by gdb for debugging Kaffeine-related
- issues.
diff --git a/debian/rules b/debian/rules
index d7f6716..3027195 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,12 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --parallel --dbg-package=kaffeine-dbg --list-missing --with kde --with xine
+	dh $@ --parallel --list-missing --with kde --with xine
 
 override_dh_xine:
 	dh_xine -pkaffeine x ffmpeg
 
+override_dh_strip:
+	dh_strip --dbgsym-migration='kaffeine-dbg (<< 1.2.2-4~)'
+
 .PHONY: override_dh_auto_test

-- 
kaffeine packaging



More information about the pkg-kde-commits mailing list