[Python-modules-commits] r20061 - in packages/numpy/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Fri Jan 20 18:27:20 UTC 2012
Date: Friday, January 20, 2012 @ 18:27:18
Author: morph
Revision: 20061
sorry, but I don't link those changes
Modified:
packages/numpy/trunk/debian/changelog
packages/numpy/trunk/debian/rules
Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog 2012-01-20 14:56:36 UTC (rev 20060)
+++ packages/numpy/trunk/debian/changelog 2012-01-20 18:27:18 UTC (rev 20061)
@@ -2,9 +2,6 @@
* debian/rules
- Check for nocheck instead of notest (policy 4.9.1)
- - I: messages on the stages of testing
- - Use loop instead of the duplicate call to test against both pristine
- and -dbg builds of python
-- Yaroslav Halchenko <debian at onerussian.com> Thu, 19 Jan 2012 10:29:13 -0500
Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules 2012-01-20 14:56:36 UTC (rev 20060)
+++ packages/numpy/trunk/debian/rules 2012-01-20 18:27:18 UTC (rev 20061)
@@ -126,11 +126,7 @@
# select the code in the installation path
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-for v in $(PYVERS) ; do \
- for f in "" "-dbg" ; do \
- echo "I: Run tests using python$$v$$f"; \
- python$$v$$f -c "import sys ; sys.path.insert(0, '$(CURDIR)/debian/tmp/usr/lib/python$$v/dist-packages/') ; import numpy; numpy.test()" ; \
- done; \
+ python$$v -c "import sys ; sys.path.insert(0, '$(CURDIR)/debian/tmp/usr/lib/python$$v/dist-packages/') ; import numpy; numpy.test()" ; \
+ python$$v-dbg -c "import sys ; sys.path.insert(0, '$(CURDIR)/debian/tmp/usr/lib/python$$v/dist-packages/') ; import numpy; numpy.test()" ; \
done
-else
- @echo "I: Tests were skipped due to nocheck in DEB_BUILD_OPTIONS"
endif
More information about the Python-modules-commits
mailing list