[Python-modules-commits] r14618 - in packages/wtforms/tags (10 files)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Sun Oct 17 16:07:59 UTC 2010
Date: Sunday, October 17, 2010 @ 16:07:52
Author: bzed
Revision: 14618
[svn-buildpackage] Tagging wtforms 0.6.1-1
Added:
packages/wtforms/tags/0.6.1-1/
packages/wtforms/tags/0.6.1-1/debian/
packages/wtforms/tags/0.6.1-1/debian/control
(from rev 14614, packages/wtforms/trunk/debian/control)
packages/wtforms/tags/0.6.1-1/debian/docs
(from rev 14613, packages/wtforms/trunk/debian/docs)
packages/wtforms/tags/0.6.1-1/debian/links
(from rev 14615, packages/wtforms/trunk/debian/links)
packages/wtforms/tags/0.6.1-1/debian/rules
(from rev 14616, packages/wtforms/trunk/debian/rules)
Deleted:
packages/wtforms/tags/0.6.1-1/debian/
packages/wtforms/tags/0.6.1-1/debian/control
packages/wtforms/tags/0.6.1-1/debian/docs
packages/wtforms/tags/0.6.1-1/debian/rules
Deleted: packages/wtforms/tags/0.6.1-1/debian/control
===================================================================
--- packages/wtforms/trunk/debian/control 2010-10-17 15:27:54 UTC (rev 14609)
+++ packages/wtforms/tags/0.6.1-1/debian/control 2010-10-17 16:07:52 UTC (rev 14618)
@@ -1,20 +0,0 @@
-Source: wtforms
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Bernd Zeimetz <bzed at debian.org>
-Section: python
-Priority: optional
-Build-Depends: debhelper (>= 7), python-support (>= 0.8.4), python-all (>= 2.5)
-Build-Depends-Indep: python-sqlalchemy, python-django
-Standards-Version: 3.9.1
-X-Python-Version: >= 2.4
-
-Package: python-wtforms
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Suggests: python-sqlalchemy, python-django
-Homepage: http://wtforms.simplecodes.com/
-Description: A flexible forms validation and rendering library for Python
- WTForms is a HTML form field generator which allows full customization
- with templates, using the template engine of your choice. It also allows
- to create forms based on ORM models from Django, SqlAlchemy and the
- Google Appengine.
Copied: packages/wtforms/tags/0.6.1-1/debian/control (from rev 14614, packages/wtforms/trunk/debian/control)
===================================================================
--- packages/wtforms/tags/0.6.1-1/debian/control (rev 0)
+++ packages/wtforms/tags/0.6.1-1/debian/control 2010-10-17 16:07:52 UTC (rev 14618)
@@ -0,0 +1,21 @@
+Source: wtforms
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Bernd Zeimetz <bzed at debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.8.4), python-all (>= 2.5)
+Build-Depends-Indep: python-sqlalchemy, python-django, python-dateutil, python-sphinx
+Standards-Version: 3.9.1
+X-Python-Version: >= 2.4
+
+Package: python-wtforms
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Suggests: python-sqlalchemy, python-django
+Recommends: python-dateutil, libjs-jquery
+Homepage: http://wtforms.simplecodes.com/
+Description: A flexible forms validation and rendering library for Python
+ WTForms is a HTML form field generator which allows full customization
+ with templates, using the template engine of your choice. It also allows
+ to create forms based on ORM models from Django, SqlAlchemy and the
+ Google Appengine.
Deleted: packages/wtforms/tags/0.6.1-1/debian/docs
===================================================================
--- packages/wtforms/trunk/debian/docs 2010-10-17 15:27:54 UTC (rev 14609)
+++ packages/wtforms/tags/0.6.1-1/debian/docs 2010-10-17 16:07:52 UTC (rev 14618)
@@ -1 +0,0 @@
-docs/html/*
Copied: packages/wtforms/tags/0.6.1-1/debian/docs (from rev 14613, packages/wtforms/trunk/debian/docs)
===================================================================
--- packages/wtforms/tags/0.6.1-1/debian/docs (rev 0)
+++ packages/wtforms/tags/0.6.1-1/debian/docs 2010-10-17 16:07:52 UTC (rev 14618)
@@ -0,0 +1 @@
+docs/_build/html
Copied: packages/wtforms/tags/0.6.1-1/debian/links (from rev 14615, packages/wtforms/trunk/debian/links)
===================================================================
--- packages/wtforms/tags/0.6.1-1/debian/links (rev 0)
+++ packages/wtforms/tags/0.6.1-1/debian/links 2010-10-17 16:07:52 UTC (rev 14618)
@@ -0,0 +1 @@
+/usr/share/javascript/jquery/jquery.js usr/share/doc/python-wtforms/html/_static/jquery.js
Deleted: packages/wtforms/tags/0.6.1-1/debian/rules
===================================================================
--- packages/wtforms/trunk/debian/rules 2010-10-17 15:27:54 UTC (rev 14609)
+++ packages/wtforms/tags/0.6.1-1/debian/rules 2010-10-17 16:07:52 UTC (rev 14618)
@@ -1,12 +0,0 @@
-#!/usr/bin/make -f
-
-%:
- dh --buildsystem=python_distutils $@
-
-override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- set -e; for python in $(shell pyversions -r); do \
- cd tests ;\
- $$python runtests.py ext_sqlalchemy ext_dateutil ext_django ;\
- done
-endif
Copied: packages/wtforms/tags/0.6.1-1/debian/rules (from rev 14616, packages/wtforms/trunk/debian/rules)
===================================================================
--- packages/wtforms/tags/0.6.1-1/debian/rules (rev 0)
+++ packages/wtforms/tags/0.6.1-1/debian/rules 2010-10-17 16:07:52 UTC (rev 14618)
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+
+%:
+ dh --buildsystem=python_distutils $@
+
+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
+ rm docs/_build/html/_static/jquery.js
+
+clean:
+ dh --buildsystem=python_distutils $@
+ rm -rf docs/_build
+
+
+override_dh_compress:
+ dh_compress -X/html/
More information about the Python-modules-commits
mailing list