rev 20608 - kde-extras/k3b/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sun Jul 17 08:31:19 UTC 2016


Author: pino
Date: 2016-07-17 08:31:19 +0000 (Sun, 17 Jul 2016)
New Revision: 20608

Modified:
   kde-extras/k3b/trunk/debian/changelog
   kde-extras/k3b/trunk/debian/control
   kde-extras/k3b/trunk/debian/rules
Log:
remove k3b-dbg in favour of -dbgsym packages


Modified: kde-extras/k3b/trunk/debian/changelog
===================================================================
--- kde-extras/k3b/trunk/debian/changelog	2016-07-17 08:28:36 UTC (rev 20607)
+++ kde-extras/k3b/trunk/debian/changelog	2016-07-17 08:31:19 UTC (rev 20608)
@@ -13,6 +13,7 @@
     (Closes: #811735)
   * With this upload, k3b should hopefully be back in testing.
     (Closes: #825440)
+  * Remove k3b-dbg in favour of the -dbgsym packages.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Tue, 19 Jan 2016 08:28:23 +0100
 

Modified: kde-extras/k3b/trunk/debian/control
===================================================================
--- kde-extras/k3b/trunk/debian/control	2016-07-17 08:28:36 UTC (rev 20607)
+++ kde-extras/k3b/trunk/debian/control	2016-07-17 08:31:19 UTC (rev 20608)
@@ -100,17 +100,3 @@
  and the reasonable k3b defaults which allow a quick start.
  .
  This package contains runtime libraries for the MP3 and FFMPEG decoder plugin.
-
-Package: k3b-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: k3b (= ${binary:Version}), ${misc:Depends}
-Description: Sophisticated CD/DVD burning application - debugging symbols
- K3b provides a comfortable user interface to perform most CD/DVD burning
- tasks. While the experienced user can take influence in all steps
- of the burning process the beginner may find comfort in the automatic settings
- and the reasonable k3b defaults which allow a quick start.
- .
- This package contains the debugging symbols associated with k3b. They will
- automatically be used by gdb for debugging k3b-related issues.

Modified: kde-extras/k3b/trunk/debian/rules
===================================================================
--- kde-extras/k3b/trunk/debian/rules	2016-07-17 08:28:36 UTC (rev 20607)
+++ kde-extras/k3b/trunk/debian/rules	2016-07-17 08:31:19 UTC (rev 20608)
@@ -6,9 +6,12 @@
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 %:
-	dh $@ --parallel --dbg-package=k3b-dbg --list-missing --with kde
+	dh $@ --parallel --list-missing --with kde
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DK3B_ENABLE_HAL_SUPPORT=OFF
 
+override_dh_strip:
+	dh_strip --dbgsym-migration='k3b-dbg (<< 2.0.3a-2~)'
+
 .PHONY: override_dh_auto_test




More information about the pkg-kde-commits mailing list