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

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Fri May 21 22:51:12 UTC 2010


    Date: Friday, May 21, 2010 @ 22:50:53
  Author: jwilk
Revision: 13059

Remove embedded copies of pyparsing for all Python versions.

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

Modified: packages/python-whoosh/trunk/debian/changelog
===================================================================
--- packages/python-whoosh/trunk/debian/changelog	2010-05-21 22:45:11 UTC (rev 13058)
+++ packages/python-whoosh/trunk/debian/changelog	2010-05-21 22:50:53 UTC (rev 13059)
@@ -1,10 +1,11 @@
-python-whoosh (0.3.18-2) UNRELEASED; urgency=low
+python-whoosh (0.3.18-3) UNRELEASED; urgency=low
 
   * Use ‘chmod a-x’ rather than ‘chmod -x’ in debian/rules.
   * Don't ignore errors while running tests.
   * Respect the ‘nocheck’ build option.
+  * Remove embedded copies of pyparsing for all Python versions.
 
- -- Jakub Wilk <jwilk at debian.org>  Sat, 22 May 2010 00:44:36 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Sat, 22 May 2010 00:49:51 +0200
 
 python-whoosh (0.3.18-1) unstable; urgency=low
 

Modified: packages/python-whoosh/trunk/debian/rules
===================================================================
--- packages/python-whoosh/trunk/debian/rules	2010-05-21 22:45:11 UTC (rev 13058)
+++ packages/python-whoosh/trunk/debian/rules	2010-05-21 22:50:53 UTC (rev 13059)
@@ -19,7 +19,7 @@
 endif
 
 override_dh_pysupport:
-	rm -f debian/python-whoosh$(call py_libdir,$(shell pyversions -vd))/whoosh/support/pyparsing.py
+	rm -f debian/python-whoosh/usr/lib/python*/*-packages/whoosh/support/pyparsing.py
 	dh_pysupport
 
 override_dh_installdocs:




More information about the Python-modules-commits mailing list