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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Sep 24 21:32:21 UTC 2010


    Date: Friday, September 24, 2010 @ 21:32:18
  Author: morph
Revision: 14491

* debian/rules
  - build tests at build-time; Closes: #575559

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-09-24 18:49:24 UTC (rev 14490)
+++ packages/logilab-astng/trunk/debian/changelog	2010-09-24 21:32:18 UTC (rev 14491)
@@ -6,8 +6,10 @@
     - fix a typo in the log description; thanks to Erik Esterer for the report
       and patch; Closes: #585867
     - bump Standards-Version to 3.9.1 (no changes needed)
+  * debian/rules
+    - build tests at build-time; Closes: #575559
 
- -- Sandro Tosi <morph at debian.org>  Fri, 24 Sep 2010 20:48:04 +0200
+ -- Sandro Tosi <morph at debian.org>  Fri, 24 Sep 2010 23:31:26 +0200
 
 logilab-astng (0.20.1-1) unstable; urgency=low
 

Modified: packages/logilab-astng/trunk/debian/rules
===================================================================
--- packages/logilab-astng/trunk/debian/rules	2010-09-24 18:49:24 UTC (rev 14490)
+++ packages/logilab-astng/trunk/debian/rules	2010-09-24 21:32:18 UTC (rev 14491)
@@ -19,14 +19,9 @@
 	
 	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
-#	touch $(CURDIR)/build/lib/logilab/__init__.py
-#	-for py in $(PYVERS); do \
-#	  PYTHONPATH="build/lib/:/usr/lib/pymodules/python$$py" ./test/fulltest.sh $$py ; \
-#	done
-#	rm -f $(CURDIR)/build/lib/logilab/__init__.py
-#endif
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+	-./test/fulltest.sh
+endif
 
 	touch build-stamp
 




More information about the Python-modules-commits mailing list