[Python-modules-commits] r14612 - in packages/wtforms/trunk/debian (control docs rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sun Oct 17 15:46:05 UTC 2010


    Date: Sunday, October 17, 2010 @ 15:45:53
  Author: bzed
Revision: 14612

Build docs.

Modified:
  packages/wtforms/trunk/debian/control
  packages/wtforms/trunk/debian/docs
  packages/wtforms/trunk/debian/rules

Modified: packages/wtforms/trunk/debian/control
===================================================================
--- packages/wtforms/trunk/debian/control	2010-10-17 15:35:34 UTC (rev 14611)
+++ packages/wtforms/trunk/debian/control	2010-10-17 15:45:53 UTC (rev 14612)
@@ -4,7 +4,7 @@
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 7), python-support (>= 0.8.4), python-all (>= 2.5)
-Build-Depends-Indep: python-sqlalchemy, python-django, python-dateutil
+Build-Depends-Indep: python-sqlalchemy, python-django, python-dateutil, python-sphinx
 Standards-Version: 3.9.1
 X-Python-Version: >= 2.4
 

Modified: packages/wtforms/trunk/debian/docs
===================================================================
--- packages/wtforms/trunk/debian/docs	2010-10-17 15:35:34 UTC (rev 14611)
+++ packages/wtforms/trunk/debian/docs	2010-10-17 15:45:53 UTC (rev 14612)
@@ -1 +1 @@
-docs/html/*
+docs/_build/html/*

Modified: packages/wtforms/trunk/debian/rules
===================================================================
--- packages/wtforms/trunk/debian/rules	2010-10-17 15:35:34 UTC (rev 14611)
+++ packages/wtforms/trunk/debian/rules	2010-10-17 15:45:53 UTC (rev 14612)
@@ -3,10 +3,17 @@
 %:
 	dh --buildsystem=python_distutils $@
 
-override_dh_auto_test:
+build:
+	dh --buildsystem=python_distutils $@
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	set -e; cd tests ;\
 	    for python in $(shell pyversions -r); do \
 		$$python runtests.py ext_sqlalchemy ext_dateutil ext_django ;\
 	done
 endif
+
+	cd docs && make html
+
+clean:
+	dh --buildsystem=python_distutils $@
+	rm -rf docs/_build




More information about the Python-modules-commits mailing list