[Python-modules-commits] r10351 - in packages/gamera/trunk/debian (changelog rules)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Tue Nov 10 22:14:57 UTC 2009


    Date: Tuesday, November 10, 2009 @ 22:14:55
  Author: jwilk-guest
Revision: 10351

Provide detached symbols in the *-dbg package.

Modified:
  packages/gamera/trunk/debian/changelog
  packages/gamera/trunk/debian/rules

Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog	2009-11-10 19:41:14 UTC (rev 10350)
+++ packages/gamera/trunk/debian/changelog	2009-11-10 22:14:55 UTC (rev 10351)
@@ -1,3 +1,9 @@
+gamera (3.2.3-2) UNRELEASED; urgency=low
+
+  * Provide detached symbols in the *-dbg package.
+
+ -- Jakub Wilk <ubanus at users.sf.net>  Tue, 10 Nov 2009 22:35:38 +0100
+
 gamera (3.2.3-1) unstable; urgency=low
 
   * Initial release (closes: #269527).

Modified: packages/gamera/trunk/debian/rules
===================================================================
--- packages/gamera/trunk/debian/rules	2009-11-10 19:41:14 UTC (rev 10350)
+++ packages/gamera/trunk/debian/rules	2009-11-10 22:14:55 UTC (rev 10351)
@@ -79,6 +79,10 @@
 patch unpatch:
 	dh_quilt_$(@)
 
+override_dh_strip:
+	dh_strip --dbg-package=python-gamera-dbg
+	cd debian/*-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules
+
 .NOTPARALLEL:
 
 # vim:ts=4 sw=4 noet




More information about the Python-modules-commits mailing list