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

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Wed Apr 28 23:39:31 UTC 2010


    Date: Wednesday, April 28, 2010 @ 23:39:30
  Author: jwilk
Revision: 12781

Fix FTBFS with nostrip build option.

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

Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog	2010-04-28 23:35:58 UTC (rev 12780)
+++ packages/gamera/trunk/debian/changelog	2010-04-28 23:39:30 UTC (rev 12781)
@@ -1,3 +1,9 @@
+gamera (3.2.5-2) UNRELEASED; urgency=low
+
+  * Fix FTBFS with nostrip build option.
+
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 29 Apr 2010 01:38:35 +0200
+
 gamera (3.2.5-1) unstable; urgency=low
 
   * New upstream release:

Modified: packages/gamera/trunk/debian/rules
===================================================================
--- packages/gamera/trunk/debian/rules	2010-04-28 23:35:58 UTC (rev 12780)
+++ packages/gamera/trunk/debian/rules	2010-04-28 23:39:30 UTC (rev 12781)
@@ -85,8 +85,10 @@
 
 .PHONY: override_dh_strip
 override_dh_strip:
+ifeq ($(filter nostrip,$(DEB_BUILD_OPTIONS)),)
 	dh_strip --dbg-package=python-gamera-dbg
 	cd debian/*-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules
+endif
 
 .NOTPARALLEL:
 




More information about the Python-modules-commits mailing list