rev 20574 - kde-extras/kwave/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Thu Jun 30 19:54:53 UTC 2016


Author: pino
Date: 2016-06-30 19:54:53 +0000 (Thu, 30 Jun 2016)
New Revision: 20574

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


Modified: kde-extras/kwave/trunk/debian/changelog
===================================================================
--- kde-extras/kwave/trunk/debian/changelog	2016-06-30 19:52:24 UTC (rev 20573)
+++ kde-extras/kwave/trunk/debian/changelog	2016-06-30 19:54:53 UTC (rev 20574)
@@ -6,6 +6,7 @@
     - plugins-not-executable.diff: drop, no more needed
     - upstream_move-unportable-includes-within-their-ifdef-blocks.patch: drop,
       backported from upstream
+  * Remove kwave-dbg in favour of the -dbgsym packages.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Thu, 30 Jun 2016 21:37:18 +0200
 

Modified: kde-extras/kwave/trunk/debian/control
===================================================================
--- kde-extras/kwave/trunk/debian/control	2016-06-30 19:52:24 UTC (rev 20573)
+++ kde-extras/kwave/trunk/debian/control	2016-06-30 19:54:53 UTC (rev 20574)
@@ -64,16 +64,3 @@
   * Extendable Plugin interface
   * a nice splashscreen
   * some label handling
-
-Package: kwave-dbg
-Architecture: any
-Depends: ${misc:Depends}, kwave (= ${binary:Version}) 
-Priority: extra
-Section: debug
-Description: sound editor for KDE - debug symbols
- Kwave is a sound editor designed for the KDE Desktop Environment.
- .
- With Kwave you can record, play back, import and edit many sorts of audio
- files including multi-channel files.
- .
- This package includes the debug symbols.

Modified: kde-extras/kwave/trunk/debian/rules
===================================================================
--- kde-extras/kwave/trunk/debian/rules	2016-06-30 19:52:24 UTC (rev 20573)
+++ kde-extras/kwave/trunk/debian/rules	2016-06-30 19:54:53 UTC (rev 20574)
@@ -15,7 +15,7 @@
 	dh_auto_configure -- $(DEB_CMAKE_CUSTOM_FLAGS)
 
 override_dh_strip:
-	dh_strip --dbg-package=kwave-dbg
+	dh_strip --dbgsym-migration='kwave-dbg (<< 0.9.2-1-1~)'
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/kwave




More information about the pkg-kde-commits mailing list