[Python-modules-commits] r12780 - in packages/python-djvulibre/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Wed Apr 28 23:35:59 UTC 2010


    Date: Wednesday, April 28, 2010 @ 23:35:58
  Author: jwilk
Revision: 12780

Fix FTBFS with nostrip build option.

Modified:
  packages/python-djvulibre/trunk/debian/changelog
  packages/python-djvulibre/trunk/debian/rules

Modified: packages/python-djvulibre/trunk/debian/changelog
===================================================================
--- packages/python-djvulibre/trunk/debian/changelog	2010-04-28 18:34:08 UTC (rev 12779)
+++ packages/python-djvulibre/trunk/debian/changelog	2010-04-28 23:35:58 UTC (rev 12780)
@@ -1,8 +1,9 @@
 python-djvulibre (0.1.17-3) UNRELEASED; urgency=low
 
   * Update homepage URL.
+  * Fix FTBFS with nostrip build option.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 25 Apr 2010 23:22:40 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 29 Apr 2010 01:34:23 +0200
 
 python-djvulibre (0.1.17-2) unstable; urgency=low
 

Modified: packages/python-djvulibre/trunk/debian/rules
===================================================================
--- packages/python-djvulibre/trunk/debian/rules	2010-04-28 18:34:08 UTC (rev 12779)
+++ packages/python-djvulibre/trunk/debian/rules	2010-04-28 23:35:58 UTC (rev 12780)
@@ -35,8 +35,10 @@
 
 .PHONY: override_dh_strip
 override_dh_strip:
+ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
 	dh_strip --dbg-package=python-djvu-dbg
 	cd debian/*-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules
+endif
 
 .PHONY: build build-arch build-indep binary binary-arch binary-indep clean
 build build-arch build-indep binary binary-arch binary-indep clean:




More information about the Python-modules-commits mailing list