[Python-modules-commits] r9925 - in packages/python-whoosh/trunk/debian (changelog rules)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Fri Oct 2 15:33:36 UTC 2009
Date: Friday, October 2, 2009 @ 15:33:33
Author: bzed
Revision: 9925
Disable test for now as they're broken/not existant.
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 2009-10-02 15:27:46 UTC (rev 9924)
+++ packages/python-whoosh/trunk/debian/changelog 2009-10-02 15:33:33 UTC (rev 9925)
@@ -5,6 +5,7 @@
* Whoosh is not compatible with 2.4 thanks to pickling problems,
drop compat patch and limit versions in debian/pyversions.
* Update watch file.
+ * Disable test for now as they're broken/not existant.
-- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Fri, 02 Oct 2009 16:51:08 +0200
Modified: packages/python-whoosh/trunk/debian/rules
===================================================================
--- packages/python-whoosh/trunk/debian/rules 2009-10-02 15:27:46 UTC (rev 9924)
+++ packages/python-whoosh/trunk/debian/rules 2009-10-02 15:33:33 UTC (rev 9925)
@@ -7,9 +7,9 @@
dh $@
build: patch
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
- python setup.py test
-endif
+#ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+# python setup.py test
+#endif
dh $@
install: build
More information about the Python-modules-commits
mailing list