[Python-modules-commits] r23220 - in packages/python-docutils/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sun Dec 30 21:47:17 UTC 2012


    Date: Sunday, December 30, 2012 @ 21:47:15
  Author: jwilk
Revision: 23220

Run rst-buildhtml tests at build time.

Modified:
  packages/python-docutils/trunk/debian/changelog
  packages/python-docutils/trunk/debian/rules

Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog	2012-12-30 14:16:25 UTC (rev 23219)
+++ packages/python-docutils/trunk/debian/changelog	2012-12-30 21:47:15 UTC (rev 23220)
@@ -10,8 +10,9 @@
       of Sphinx were incompatible with Docutils 0.10.
   * DEP-8 tests: remove “Features: no-build-needed”; it's the default now.
   * Bump standards version to 3.9.4; no changes needed.
+  * Run rst-buildhtml tests at build time.
 
- -- Jakub Wilk <jwilk at debian.org>  Wed, 19 Dec 2012 12:08:44 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Sun, 30 Dec 2012 22:27:55 +0100
 
 python-docutils (0.9.1-2) experimental; urgency=low
 

Modified: packages/python-docutils/trunk/debian/rules
===================================================================
--- packages/python-docutils/trunk/debian/rules	2012-12-30 14:16:25 UTC (rev 23219)
+++ packages/python-docutils/trunk/debian/rules	2012-12-30 21:47:15 UTC (rev 23220)
@@ -42,6 +42,8 @@
 ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	# Run test suite for Python 2.X:
 	$(python_all) test/alltests.py --verbose
+	# Run rst-buildhtml tests:
+	PYTHONPATH=$(CURDIR)/build/py2 python tools/test/test_buildhtml.py --verbose
 endif
 	# Build modules for Python 3.X
 	python3 setup.py build --build-lib=build/py3/




More information about the Python-modules-commits mailing list