[Python-modules-commits] r13030 - in packages/logilab-astng/trunk/debian (rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed May 19 17:59:16 UTC 2010


    Date: Wednesday, May 19, 2010 @ 17:59:13
  Author: morph
Revision: 13030

at least now it doesn't find only logilab.common

Modified:
  packages/logilab-astng/trunk/debian/rules

Modified: packages/logilab-astng/trunk/debian/rules
===================================================================
--- packages/logilab-astng/trunk/debian/rules	2010-05-19 17:35:08 UTC (rev 13029)
+++ packages/logilab-astng/trunk/debian/rules	2010-05-19 17:59:13 UTC (rev 13030)
@@ -21,9 +21,11 @@
 
 #ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 #	# use the default python version to select the script dir to run the tests
+#	touch $(CURDIR)/build/lib/logilab/__init__.py
 #	-for py in $(PYVERS); do \
-#	  PYTHONPATH="build/lib/,/usr/lib/pymodules/python$$py" ./test/fulltest.sh $$py ; \
+#	  PYTHONPATH="build/lib/:/usr/lib/pymodules/python$$py" ./test/fulltest.sh $$py ; \
 #	done
+#	rm -f $(CURDIR)/build/lib/logilab/__init__.py
 #endif
 
 	touch build-stamp




More information about the Python-modules-commits mailing list