rev 18059 - kde-extras/rekonq/trunk/debian

Felix Geyer debfx-guest at alioth.debian.org
Sat May 22 23:34:08 UTC 2010


Author: debfx-guest
Date: 2010-05-22 23:34:07 +0000 (Sat, 22 May 2010)
New Revision: 18059

Added:
   kde-extras/rekonq/trunk/debian/rekonq.install
Modified:
   kde-extras/rekonq/trunk/debian/changelog
   kde-extras/rekonq/trunk/debian/control
   kde-extras/rekonq/trunk/debian/rules
Log:
Provide a debug package.


Modified: kde-extras/rekonq/trunk/debian/changelog
===================================================================
--- kde-extras/rekonq/trunk/debian/changelog	2010-05-22 23:28:18 UTC (rev 18058)
+++ kde-extras/rekonq/trunk/debian/changelog	2010-05-22 23:34:07 UTC (rev 18059)
@@ -7,8 +7,9 @@
     - Drop debian/patches
   * Enable parallel building.
   * Update debian/copyright.
+  * Provide a debug package.
 
- -- Felix Geyer <debfx-pkg at fobos.de>  Sun, 23 May 2010 00:53:12 +0200
+ -- Felix Geyer <debfx-pkg at fobos.de>  Sun, 23 May 2010 01:21:12 +0200
 
 rekonq (0.4.0-0ubuntu2) maverick; urgency=low
 

Modified: kde-extras/rekonq/trunk/debian/control
===================================================================
--- kde-extras/rekonq/trunk/debian/control	2010-05-22 23:28:18 UTC (rev 18058)
+++ kde-extras/rekonq/trunk/debian/control	2010-05-22 23:34:07 UTC (rev 18059)
@@ -26,3 +26,14 @@
   - uses the kwallet password manager
   - integrates with the kget download manager
   - anonymous browsing mode
+
+Package: rekonq-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends}, rekonq (= ${binary:Version})
+Recommends: kdelibs5-dbg
+Description: debugging symbols for rekonq
+ This package contains the debugging symbols associated with rekonq.
+ They will automatically be used by gdb for debugging rekonq-related
+ issues.

Added: kde-extras/rekonq/trunk/debian/rekonq.install
===================================================================
--- kde-extras/rekonq/trunk/debian/rekonq.install	                        (rev 0)
+++ kde-extras/rekonq/trunk/debian/rekonq.install	2010-05-22 23:34:07 UTC (rev 18059)
@@ -0,0 +1 @@
+usr

Modified: kde-extras/rekonq/trunk/debian/rules
===================================================================
--- kde-extras/rekonq/trunk/debian/rules	2010-05-22 23:28:18 UTC (rev 18058)
+++ kde-extras/rekonq/trunk/debian/rules	2010-05-22 23:34:07 UTC (rev 18059)
@@ -3,5 +3,8 @@
 %:
 	dh --parallel --with kde $@
 
+override_dh_strip:
+	dh_strip --dbg-package=rekonq-dbg
+
 override_dh_auto_test:
 	# disable tests for now




More information about the pkg-kde-commits mailing list