--- flask-wtf-0.6.orig/debian/changelog +++ flask-wtf-0.6/debian/changelog @@ -0,0 +1,40 @@ +flask-wtf (0.6-1) unstable; urgency=low + + [ Jakub Wilk ] + * Add Vcs-* fields. + + [ Bernd Zeimetz ] + * New upstream release. + + -- Bernd Zeimetz Thu, 26 Apr 2012 20:01:14 +0200 + +flask-wtf (0.5.2-2) unstable; urgency=low + + * Team upload. + * Convert to dh_python2 + * Bump python-flask's minimum required version to 0.6.1-2 (which provides + flaskext namespace now) + * Remove .pth file from binary package + * Add python-wtforms and python-flask to Build-Depends-Indep (Sphinx uses + them while generating docs) + + -- Piotr Ożarowski Sat, 07 May 2011 19:41:53 +0200 + +flask-wtf (0.5.2-1) unstable; urgency=low + + * New upstream version. + + -- Bernd Zeimetz Mon, 14 Feb 2011 14:48:21 +0100 + +flask-wtf (0.3.3-2) unstable; urgency=low + + * Rename binary package to be really according to the + policy before it goes into unstable. + + -- Bernd Zeimetz Wed, 20 Oct 2010 15:23:59 +0200 + +flask-wtf (0.3.3-1) unstable; urgency=low + + * Initial release. + + -- Bernd Zeimetz Wed, 20 Oct 2010 11:40:25 +0200 --- flask-wtf-0.6.orig/debian/rules +++ flask-wtf-0.6/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + + +# normally we should run the tests at build time, +# but they require flask-testing, which is not packaged yet. +# So skip them for now. + + +%: + dh --buildsystem=python_distutils --with python2 $@ + +build: + dh --buildsystem=python_distutils $@ + + cd docs && PYTHONPATH=$(CURDIR)/ 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/ --- flask-wtf-0.6.orig/debian/control +++ flask-wtf-0.6/debian/control @@ -0,0 +1,25 @@ +Source: flask-wtf +Maintainer: Debian Python Modules Team +Uploaders: Bernd Zeimetz +Section: python +Priority: optional +Build-Depends: python (>= 2.6.6-6), python-setuptools (>= 0.6b3), debhelper (>= 7.0.50~) +Build-Depends-Indep: python-sphinx (>= 0.6), python-flask, python-wtforms +Standards-Version: 3.9.2 +Homepage: http://packages.python.org/Flask-WTF/ +X-Python-Version: >= 2.5 +Vcs-Svn: svn://svn.debian.org/python-modules/packages/flask-wtf/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/flask-wtf/trunk/ + +Package: python-flaskext.wtf +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-flask (>= 0.6.1-2), python-werkzeug (>= 0.6.1), python-wtforms (>= 0.6.1), python-jinja2 (>= 2.4), python (>= 2.5.4-5~) | python-simplejson +Recommends: libjs-jquery +Suggests: python-flaskext.babel +XB-Python-Version: ${python:Versions} +Provides: ${python:Provides} +Conflicts: python-flaskext-wtf +Replaces: python-flaskext-wtf +Description: Simple integration of Flask and WTForms + Flask-WTF is an extension for Flask, providing a simple integration + of WTForms. It includes optional CSRF handling and Recaptcha support. --- flask-wtf-0.6.orig/debian/docs +++ flask-wtf-0.6/debian/docs @@ -0,0 +1 @@ +docs/_build/html --- flask-wtf-0.6.orig/debian/copyright +++ flask-wtf-0.6/debian/copyright @@ -0,0 +1,48 @@ +This package was debianized by Bernd Zeimetz on +Wed Oct 20 11:25:41 CEST 2010 + +It was downloaded from http://pypi.python.org/pypi/Flask-WTF + +Upstream Author: + + Dan Jacob + + +License and Copyright information: + + Copyright (c) 2010 by Dan Jacob. + + Some 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 Flask-WTF, see above. + --- flask-wtf-0.6.orig/debian/watch +++ flask-wtf-0.6/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://pypi.python.org/packages/source/F/Flask-WTF/ Flask-WTF-([0-9.]+)\.tar\.gz --- flask-wtf-0.6.orig/debian/links +++ flask-wtf-0.6/debian/links @@ -0,0 +1 @@ +/usr/share/javascript/jquery/jquery.js usr/share/doc/python-flaskext-wtf/html/_static/jquery.js --- flask-wtf-0.6.orig/debian/compat +++ flask-wtf-0.6/debian/compat @@ -0,0 +1 @@ +7 --- flask-wtf-0.6.orig/debian/python-flaskext.wtf.pyremove +++ flask-wtf-0.6/debian/python-flaskext.wtf.pyremove @@ -0,0 +1 @@ +*.pth --- flask-wtf-0.6.orig/debian/source/format +++ flask-wtf-0.6/debian/source/format @@ -0,0 +1 @@ +1.0