[Python-modules-commits] r14685 - in packages/flask-wtf/tags (12 files)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Wed Oct 20 10:08:35 UTC 2010
Date: Wednesday, October 20, 2010 @ 10:08:28
Author: bzed
Revision: 14685
[svn-buildpackage] Tagging flask-wtf 0.3.3-1
Added:
packages/flask-wtf/tags/0.3.3-1/
packages/flask-wtf/tags/0.3.3-1/debian/
packages/flask-wtf/tags/0.3.3-1/debian/changelog
(from rev 14682, packages/flask-wtf/trunk/debian/changelog)
packages/flask-wtf/tags/0.3.3-1/debian/compat
(from rev 14681, packages/flask-wtf/trunk/debian/compat)
packages/flask-wtf/tags/0.3.3-1/debian/control
(from rev 14684, packages/flask-wtf/trunk/debian/control)
packages/flask-wtf/tags/0.3.3-1/debian/copyright
(from rev 14681, packages/flask-wtf/trunk/debian/copyright)
packages/flask-wtf/tags/0.3.3-1/debian/docs
(from rev 14681, packages/flask-wtf/trunk/debian/docs)
packages/flask-wtf/tags/0.3.3-1/debian/links
(from rev 14681, packages/flask-wtf/trunk/debian/links)
packages/flask-wtf/tags/0.3.3-1/debian/rules
(from rev 14681, packages/flask-wtf/trunk/debian/rules)
packages/flask-wtf/tags/0.3.3-1/debian/source/
packages/flask-wtf/tags/0.3.3-1/debian/watch
(from rev 14681, packages/flask-wtf/trunk/debian/watch)
Deleted:
packages/flask-wtf/tags/0.3.3-1/debian/
Copied: packages/flask-wtf/tags/0.3.3-1/debian/changelog (from rev 14682, packages/flask-wtf/trunk/debian/changelog)
===================================================================
--- packages/flask-wtf/tags/0.3.3-1/debian/changelog (rev 0)
+++ packages/flask-wtf/tags/0.3.3-1/debian/changelog 2010-10-20 10:08:28 UTC (rev 14685)
@@ -0,0 +1,5 @@
+flask-wtf (0.3.3-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Bernd Zeimetz <bzed at debian.org> Wed, 20 Oct 2010 11:40:25 +0200
Copied: packages/flask-wtf/tags/0.3.3-1/debian/compat (from rev 14681, packages/flask-wtf/trunk/debian/compat)
===================================================================
--- packages/flask-wtf/tags/0.3.3-1/debian/compat (rev 0)
+++ packages/flask-wtf/tags/0.3.3-1/debian/compat 2010-10-20 10:08:28 UTC (rev 14685)
@@ -0,0 +1 @@
+7
Copied: packages/flask-wtf/tags/0.3.3-1/debian/control (from rev 14684, packages/flask-wtf/trunk/debian/control)
===================================================================
--- packages/flask-wtf/tags/0.3.3-1/debian/control (rev 0)
+++ packages/flask-wtf/tags/0.3.3-1/debian/control 2010-10-20 10:08:28 UTC (rev 14685)
@@ -0,0 +1,21 @@
+Source: flask-wtf
+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: python-setuptools (>= 0.6b3), debhelper (>= 7.0.50~), python-support (>= 0.8.4)
+Build-Depends-Indep: python-sphinx (>= 0.6)
+Standards-Version: 3.9.1
+XS-Python-Version: >= 2.5
+Homepage: http://packages.python.org/Flask-WTF/
+
+Package: python-flaskext-wtf
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-flask (>= 0.6), 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}
+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.
Copied: packages/flask-wtf/tags/0.3.3-1/debian/copyright (from rev 14681, packages/flask-wtf/trunk/debian/copyright)
===================================================================
--- packages/flask-wtf/tags/0.3.3-1/debian/copyright (rev 0)
+++ packages/flask-wtf/tags/0.3.3-1/debian/copyright 2010-10-20 10:08:28 UTC (rev 14685)
@@ -0,0 +1,48 @@
+This package was debianized by Bernd Zeimetz <bzed at debian.org> on
+Wed Oct 20 11:25:41 CEST 2010
+
+It was downloaded from http://pypi.python.org/pypi/Flask-WTF
+
+Upstream Author:
+
+ Dan Jacob <danjac354 at gmail.com>
+
+
+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 <bzed at debian.org> and
+licensed under the same license as Flask-WTF, see above.
+
Copied: packages/flask-wtf/tags/0.3.3-1/debian/docs (from rev 14681, packages/flask-wtf/trunk/debian/docs)
===================================================================
--- packages/flask-wtf/tags/0.3.3-1/debian/docs (rev 0)
+++ packages/flask-wtf/tags/0.3.3-1/debian/docs 2010-10-20 10:08:28 UTC (rev 14685)
@@ -0,0 +1 @@
+docs/_build/html
Copied: packages/flask-wtf/tags/0.3.3-1/debian/links (from rev 14681, packages/flask-wtf/trunk/debian/links)
===================================================================
--- packages/flask-wtf/tags/0.3.3-1/debian/links (rev 0)
+++ packages/flask-wtf/tags/0.3.3-1/debian/links 2010-10-20 10:08:28 UTC (rev 14685)
@@ -0,0 +1 @@
+/usr/share/javascript/jquery/jquery.js usr/share/doc/python-flaskext-wtf/html/_static/jquery.js
Copied: packages/flask-wtf/tags/0.3.3-1/debian/rules (from rev 14681, packages/flask-wtf/trunk/debian/rules)
===================================================================
--- packages/flask-wtf/tags/0.3.3-1/debian/rules (rev 0)
+++ packages/flask-wtf/tags/0.3.3-1/debian/rules 2010-10-20 10:08:28 UTC (rev 14685)
@@ -0,0 +1,24 @@
+#!/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 $@
+
+build:
+ dh --buildsystem=python_distutils $@
+
+ 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/
+
Copied: packages/flask-wtf/tags/0.3.3-1/debian/watch (from rev 14681, packages/flask-wtf/trunk/debian/watch)
===================================================================
--- packages/flask-wtf/tags/0.3.3-1/debian/watch (rev 0)
+++ packages/flask-wtf/tags/0.3.3-1/debian/watch 2010-10-20 10:08:28 UTC (rev 14685)
@@ -0,0 +1,3 @@
+version=3
+
+http://pypi.python.org/packages/source/F/Flask-WTF/ Flask-WTF-([0-9.]+)\.tar\.gz
More information about the Python-modules-commits
mailing list