--- wtforms-0.6.2.orig/debian/changelog +++ wtforms-0.6.2/debian/changelog @@ -0,0 +1,21 @@ +wtforms (0.6.2-1) unstable; urgency=low + + * New upstream version. + + -- Bernd Zeimetz Wed, 20 Oct 2010 10:57:52 +0200 + +wtforms (0.6.1-2) unstable; urgency=low + + * Add build dependency on python (>= 2.5.4-5~) | python-pysqlite2 + for easy backporting. + * Running tests requires sqlalchemy >= 0.5. + * Sphinx 0.6 is required to build the documentation. + * Remove unnecessary 'A' from the short description. + + -- Bernd Zeimetz Wed, 20 Oct 2010 10:50:09 +0200 + +wtforms (0.6.1-1) unstable; urgency=low + + * Initial upload. + + -- Bernd Zeimetz Sun, 17 Oct 2010 16:35:10 +0200 --- wtforms-0.6.2.orig/debian/rules +++ wtforms-0.6.2/debian/rules @@ -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/ --- wtforms-0.6.2.orig/debian/control +++ wtforms-0.6.2/debian/control @@ -0,0 +1,22 @@ +Source: wtforms +Maintainer: Debian Python Modules Team +Uploaders: Bernd Zeimetz +Section: python +Priority: optional +Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.8.4), python-all (>= 2.5) +Build-Depends-Indep: python-sqlalchemy (>= 0.5), python-django, python-dateutil, + python-sphinx (>= 0.6), python (>= 2.5.4-5~) | python-pysqlite2 +Standards-Version: 3.9.1 +X-Python-Version: >= 2.4 +Homepage: http://wtforms.simplecodes.com/ + +Package: python-wtforms +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Suggests: python-sqlalchemy (>= 0.5), python-django +Recommends: python-dateutil, libjs-jquery +Description: 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. --- wtforms-0.6.2.orig/debian/docs +++ wtforms-0.6.2/debian/docs @@ -0,0 +1 @@ +docs/_build/html --- wtforms-0.6.2.orig/debian/copyright +++ wtforms-0.6.2/debian/copyright @@ -0,0 +1,59 @@ +This package was debianized by Bernd Zeimetz on +Sun Oct 17 16:41:08 CEST 2010 + +It was downloaded from http://pypi.python.org/pypi/WTForms + +Upstream Authors: + + WTForms is written and maintained by the WTForms Team and various contributors. + + Lead Developers: + + - Thomas Johansson + - James Crasta + + Contributors: + + - Ali Aafshar + - Adam Lowry + - Christopher Grebs + - Emil Vladev + - Rodrigo Moraes + - Sebastian Wiesner + - Vinay Sajip + + +License and Copyright information: + + Copyright (c) 2010 by Thomas Johansson, James Crasta and others. + All rights reserved. + + Redistribution and use in source and binary forms, with or without modification, + are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * The names of the contributors may not be used to endorse or promote + products derived from this software without specific prior written + permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +The Debian packaging is Copyright (C) 2010 Bernd Zeimetz and +licensed under the same license as WTForms, see above. + --- wtforms-0.6.2.orig/debian/watch +++ wtforms-0.6.2/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts="filenamemangle=s%.*/%wtforms-%" \ +http://bitbucket.org/simplecodes/wtforms/downloads /simplecodes/wtforms/get/([0-9.]*)\.tar\.gz + --- wtforms-0.6.2.orig/debian/links +++ wtforms-0.6.2/debian/links @@ -0,0 +1 @@ +/usr/share/javascript/jquery/jquery.js usr/share/doc/python-wtforms/html/_static/jquery.js --- wtforms-0.6.2.orig/debian/compat +++ wtforms-0.6.2/debian/compat @@ -0,0 +1 @@ +7 --- wtforms-0.6.2.orig/debian/source/format +++ wtforms-0.6.2/debian/source/format @@ -0,0 +1 @@ +1.0