[Python-modules-commits] r3551 - in /packages/ipy/trunk/debian: changelog rules

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Mon Nov 5 23:46:40 UTC 2007


Author: bzed-guest
Date: Mon Nov  5 23:46:40 2007
New Revision: 3551

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3551
Log:
  - Rewriting file, removing cdbs, run tests during the build process.

Modified:
    packages/ipy/trunk/debian/changelog
    packages/ipy/trunk/debian/rules

Modified: packages/ipy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/ipy/trunk/debian/changelog?rev=3551&op=diff
==============================================================================
--- packages/ipy/trunk/debian/changelog (original)
+++ packages/ipy/trunk/debian/changelog Mon Nov  5 23:46:40 2007
@@ -16,8 +16,7 @@
   * debian/copyright:
     - Updating file to reflect the content of the current upstream tarball.
   * debian/rules:
-    - Rewriting file, removing cdbs, prepare to run tests during the build
-      process (currently the tests hit one minor bug, disabled therefore).
+    - Rewriting file, removing cdbs, run tests during the build process.
   * debian/{docs, examples}:
     - Adding files.
 

Modified: packages/ipy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/ipy/trunk/debian/rules?rev=3551&op=diff
==============================================================================
--- packages/ipy/trunk/debian/rules (original)
+++ packages/ipy/trunk/debian/rules Mon Nov  5 23:46:40 2007
@@ -15,13 +15,20 @@
 	    $$py setup.py build; \
 	done
 
-#ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-#	set -e ;\
-#	cd test ;\
-#	for py in $(PYVERS); do  \
-#	    PYTHONPATH=$(CURDIR)/build/lib $$py test_IPy.py; \
-#	done
-#endif
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+	#test fails, disabled for now.
+	#set -e ;\
+	#cd test ;\
+	#for py in $(PYVERS); do  \
+	#    PYTHONPATH=$(CURDIR)/build/lib $$py test_IPy.py ;\
+	#done
+
+	#runnign doctest
+	set -e ;\
+	for py in $(PYVERS); do  \
+	    PYTHONPATH=$(CURDIR)/build/lib $$py test_doc.py ;\
+	done
+endif
 
 	touch $@
 




More information about the Python-modules-commits mailing list