rev 20503 - kde-extras/kmymoney2/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sun Jun 19 11:22:17 UTC 2016


Author: pino
Date: 2016-06-19 11:22:17 +0000 (Sun, 19 Jun 2016)
New Revision: 20503

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


Modified: kde-extras/kmymoney2/trunk/debian/changelog
===================================================================
--- kde-extras/kmymoney2/trunk/debian/changelog	2016-06-19 11:19:32 UTC (rev 20502)
+++ kde-extras/kmymoney2/trunk/debian/changelog	2016-06-19 11:22:17 UTC (rev 20503)
@@ -2,6 +2,7 @@
 
   [ Pino Toscano ]
   * New upstream release. (Closes: #770877) (LP: #1553640)
+  * Remove kmymoney-dbg in favour of the -dbgsym packages.
 
   [ Micha Lenk ]
   * Update the Gwenhywfar build dependencies. (Closes: #824705)

Modified: kde-extras/kmymoney2/trunk/debian/control
===================================================================
--- kde-extras/kmymoney2/trunk/debian/control	2016-06-19 11:19:32 UTC (rev 20502)
+++ kde-extras/kmymoney2/trunk/debian/control	2016-06-19 11:22:17 UTC (rev 20503)
@@ -51,17 +51,3 @@
  support.
  .
  This package contains development files needed for KMyMoney plugins.
-
-Package: kmymoney-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: kmymoney (= ${binary:Version}), ${misc:Depends}
-Description: KMymoney debugging symbols
- KMyMoney is the Personal Finance Manager for KDE. It operates similar to
- MS-Money and Quicken, supports different account types, categorisation of
- expenses, QIF import/export, multiple currencies and initial online banking
- support.
- .
- This package contains the debugging symbols associated with kmymoney.
- They will automatically be used by gdb for debugging kmymoney-related issues.

Modified: kde-extras/kmymoney2/trunk/debian/rules
===================================================================
--- kde-extras/kmymoney2/trunk/debian/rules	2016-06-19 11:19:32 UTC (rev 20502)
+++ kde-extras/kmymoney2/trunk/debian/rules	2016-06-19 11:22:17 UTC (rev 20503)
@@ -1,10 +1,13 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --parallel --list-missing --dbg-package=kmymoney-dbg --with kde,aqbanking
+	dh $@ --parallel --list-missing --with kde,aqbanking
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_SKIP_RPATH=ON
 
+override_dh_strip:
+	dh_strip --dbgsym-migration='kmymoney-dbg (<< 4.8.0-1~)'
+
 get-orig-source:
 	@@dh_testdir
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs




More information about the pkg-kde-commits mailing list