[Python-modules-commits] r11942 - in packages/python-whoosh/trunk/debian (changelog rules)
aelmahmoudy-guest at users.alioth.debian.org
aelmahmoudy-guest at users.alioth.debian.org
Thu Feb 25 07:17:06 UTC 2010
Date: Thursday, February 25, 2010 @ 07:16:53
Author: aelmahmoudy-guest
Revision: 11942
* New upstream release.
* debian/rules: override dh_auto_test to run test suite.
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-02-25 01:39:57 UTC (rev 11941)
+++ packages/python-whoosh/trunk/debian/changelog 2010-02-25 07:16:53 UTC (rev 11942)
@@ -1,3 +1,10 @@
+python-whoosh (0.3.18-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/rules: override dh_auto_test to run test suite.
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net> Thu, 25 Feb 2010 08:49:55 +0200
+
python-whoosh (0.3.16-1) unstable; urgency=low
* New upstream release.
Modified: packages/python-whoosh/trunk/debian/rules
===================================================================
--- packages/python-whoosh/trunk/debian/rules 2010-02-25 01:39:57 UTC (rev 11941)
+++ packages/python-whoosh/trunk/debian/rules 2010-02-25 07:16:53 UTC (rev 11942)
@@ -5,6 +5,13 @@
%:
dh $@
+PYVERS:=$(shell pyversions -vr)
+
+override_dh_auto_test:
+ for py in $(PYVERS); do \
+ python$$py setup.py test ;\
+ done
+
override_dh_pysupport:
rm -f debian/python-whoosh$(call py_libdir,$(shell pyversions -vd))/whoosh/support/pyparsing.py
dh_pysupport
More information about the Python-modules-commits
mailing list