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

Fathi Boudra fabo at alioth.debian.org
Mon Mar 22 18:16:07 UTC 2010


Author: fabo
Date: 2010-03-22 18:15:55 +0000 (Mon, 22 Mar 2010)
New Revision: 17492

Modified:
   kde-extras/kmymoney2/trunk/debian/changelog
   kde-extras/kmymoney2/trunk/debian/control
   kde-extras/kmymoney2/trunk/debian/rules
Log:
Add debug package to KMyMoney.


Modified: kde-extras/kmymoney2/trunk/debian/changelog
===================================================================
--- kde-extras/kmymoney2/trunk/debian/changelog	2010-03-22 14:49:31 UTC (rev 17491)
+++ kde-extras/kmymoney2/trunk/debian/changelog	2010-03-22 18:15:55 UTC (rev 17492)
@@ -1,3 +1,10 @@
+kmymoney (3.97.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Add debug package.
+
+ -- Fathi Boudra <fabo at debian.org>  Mon, 22 Mar 2010 19:03:52 +0100
+
 kmymoney (3.96.1-1) unstable; urgency=low
 
   * New upstream release:

Modified: kde-extras/kmymoney2/trunk/debian/control
===================================================================
--- kde-extras/kmymoney2/trunk/debian/control	2010-03-22 14:49:31 UTC (rev 17491)
+++ kde-extras/kmymoney2/trunk/debian/control	2010-03-22 18:15:55 UTC (rev 17492)
@@ -51,3 +51,17 @@
  This is a dummy transition package and can be safely removed.
  .
  It can also be removed from the Debian package once squeeze is released.
+
+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	2010-03-22 14:49:31 UTC (rev 17491)
+++ kde-extras/kmymoney2/trunk/debian/rules	2010-03-22 18:15:55 UTC (rev 17492)
@@ -8,7 +8,7 @@
 REV = $(shell echo $(UPVERSION) | sed -e 's/^.*svn//')
 
 %:
-	dh --parallel --list-missing --with kde $@
+	dh --parallel --list-missing --dbg-package=kmymoney-dbg --with kde $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_SKIP_RPATH=ON




More information about the pkg-kde-commits mailing list