[Python-modules-commits] r14681 - in packages/flask-wtf/trunk/debian (10 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Wed Oct 20 09:35:16 UTC 2010


    Date: Wednesday, October 20, 2010 @ 09:34:56
  Author: bzed
Revision: 14681

Initial release.

Added:
  packages/flask-wtf/trunk/debian/changelog
  packages/flask-wtf/trunk/debian/compat
  packages/flask-wtf/trunk/debian/control
  packages/flask-wtf/trunk/debian/copyright
  packages/flask-wtf/trunk/debian/docs
  packages/flask-wtf/trunk/debian/links
  packages/flask-wtf/trunk/debian/rules
  packages/flask-wtf/trunk/debian/source/
  packages/flask-wtf/trunk/debian/source/format
  packages/flask-wtf/trunk/debian/watch

Added: packages/flask-wtf/trunk/debian/changelog
===================================================================
--- packages/flask-wtf/trunk/debian/changelog	                        (rev 0)
+++ packages/flask-wtf/trunk/debian/changelog	2010-10-20 09:34:56 UTC (rev 14681)
@@ -0,0 +1,5 @@
+flask-wtf (0.3.3-1) unstable; urgency=low
+
+  * source package automatically created by stdeb 0.6.0
+
+ -- Dan Jacob <danjac354 at gmail.com>  Wed, 20 Oct 2010 10:26:01 +0200

Added: packages/flask-wtf/trunk/debian/compat
===================================================================
--- packages/flask-wtf/trunk/debian/compat	                        (rev 0)
+++ packages/flask-wtf/trunk/debian/compat	2010-10-20 09:34:56 UTC (rev 14681)
@@ -0,0 +1 @@
+7

Added: packages/flask-wtf/trunk/debian/control
===================================================================
--- packages/flask-wtf/trunk/debian/control	                        (rev 0)
+++ packages/flask-wtf/trunk/debian/control	2010-10-20 09:34:56 UTC (rev 14681)
@@ -0,0 +1,20 @@
+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), python-support (>= 0.8.4)
+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, python-wtforms, python-jinja2, 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.

Added: packages/flask-wtf/trunk/debian/copyright
===================================================================
--- packages/flask-wtf/trunk/debian/copyright	                        (rev 0)
+++ packages/flask-wtf/trunk/debian/copyright	2010-10-20 09:34:56 UTC (rev 14681)
@@ -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.
+

Added: packages/flask-wtf/trunk/debian/docs
===================================================================
--- packages/flask-wtf/trunk/debian/docs	                        (rev 0)
+++ packages/flask-wtf/trunk/debian/docs	2010-10-20 09:34:56 UTC (rev 14681)
@@ -0,0 +1 @@
+docs/_build/html

Added: packages/flask-wtf/trunk/debian/links
===================================================================
--- packages/flask-wtf/trunk/debian/links	                        (rev 0)
+++ packages/flask-wtf/trunk/debian/links	2010-10-20 09:34:56 UTC (rev 14681)
@@ -0,0 +1 @@
+/usr/share/javascript/jquery/jquery.js usr/share/doc/python-flaskext-wtf/html/_static/jquery.js

Added: packages/flask-wtf/trunk/debian/rules
===================================================================
--- packages/flask-wtf/trunk/debian/rules	                        (rev 0)
+++ packages/flask-wtf/trunk/debian/rules	2010-10-20 09:34:56 UTC (rev 14681)
@@ -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/
+


Property changes on: packages/flask-wtf/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/flask-wtf/trunk/debian/source/format
===================================================================
--- packages/flask-wtf/trunk/debian/source/format	                        (rev 0)
+++ packages/flask-wtf/trunk/debian/source/format	2010-10-20 09:34:56 UTC (rev 14681)
@@ -0,0 +1 @@
+1.0

Added: packages/flask-wtf/trunk/debian/watch
===================================================================
--- packages/flask-wtf/trunk/debian/watch	                        (rev 0)
+++ packages/flask-wtf/trunk/debian/watch	2010-10-20 09:34:56 UTC (rev 14681)
@@ -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