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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed May 19 17:35:25 UTC 2010


    Date: Wednesday, May 19, 2010 @ 17:35:08
  Author: morph
Revision: 13029

still can't run tests at build time

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

Modified: packages/logilab-astng/trunk/debian/changelog
===================================================================
--- packages/logilab-astng/trunk/debian/changelog	2010-05-19 17:19:17 UTC (rev 13028)
+++ packages/logilab-astng/trunk/debian/changelog	2010-05-19 17:35:08 UTC (rev 13029)
@@ -1,15 +1,12 @@
 logilab-astng (0.20.1-1) UNRELEASED; urgency=low
 
   * New upstream release
-    - fix tests execution; Closes: #575559
   * debian/copyright
     - upstream switched to LGPLv2.1+
-  * debian/rules
-    - run tests at build time
   * debian/control
     - added python-logilab-common to b-d-i, providing pytest program
 
- -- Sandro Tosi <morph at debian.org>  Mon, 17 May 2010 20:47:20 +0200
+ -- Sandro Tosi <morph at debian.org>  Wed, 19 May 2010 19:34:24 +0200
 
 logilab-astng (0.20.0-1) unstable; urgency=low
 

Modified: packages/logilab-astng/trunk/debian/rules
===================================================================
--- packages/logilab-astng/trunk/debian/rules	2010-05-19 17:19:17 UTC (rev 13028)
+++ packages/logilab-astng/trunk/debian/rules	2010-05-19 17:35:08 UTC (rev 13029)
@@ -19,10 +19,12 @@
 	
 	NO_SETUPTOOLS=1 python setup.py -q build
 
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-	# use the default python version to select the script dir to run the tests
-	-PYTHONPATH=build/lib/ ./test/fulltest.sh $(PYVERS)
-endif
+#ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+#	# use the default python version to select the script dir to run the tests
+#	-for py in $(PYVERS); do \
+#	  PYTHONPATH="build/lib/,/usr/lib/pymodules/python$$py" ./test/fulltest.sh $$py ; \
+#	done
+#endif
 
 	touch build-stamp
 




More information about the Python-modules-commits mailing list