[Python-modules-commits] r12783 - in packages/pystemmer/trunk/debian (changelog rules)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Thu Apr 29 07:19:38 UTC 2010


    Date: Thursday, April 29, 2010 @ 07:19:25
  Author: stefanor-guest
Revision: 12783

Fix FTBFS with nostrip build option

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

Modified: packages/pystemmer/trunk/debian/changelog
===================================================================
--- packages/pystemmer/trunk/debian/changelog	2010-04-29 07:16:32 UTC (rev 12782)
+++ packages/pystemmer/trunk/debian/changelog	2010-04-29 07:19:25 UTC (rev 12783)
@@ -1,8 +1,9 @@
 pystemmer (1.1.0+dfsg-2) UNRELEASED; urgency=low
 
   * Forwarded test-exit-code.diff
+  * Fix FTBFS with nostrip build option.
 
- -- Stefano Rivera <stefano at rivera.za.net>  Sat, 20 Mar 2010 20:58:08 +0200
+ -- Stefano Rivera <stefano at rivera.za.net>  Thu, 29 Apr 2010 09:18:57 +0200
 
 pystemmer (1.1.0+dfsg-1) unstable; urgency=low
 

Modified: packages/pystemmer/trunk/debian/rules
===================================================================
--- packages/pystemmer/trunk/debian/rules	2010-04-29 07:16:32 UTC (rev 12782)
+++ packages/pystemmer/trunk/debian/rules	2010-04-29 07:19:25 UTC (rev 12783)
@@ -32,8 +32,10 @@
 	dh_compress -X.js
 
 override_dh_strip:
+ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
 	dh_strip --dbg-package=python-stemmer-dbg
 	cd debian/*-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules
+endif
 
 override_dh_installdocs:
 	dh_installdocs --link-doc=python-stemmer




More information about the Python-modules-commits mailing list