[Python-modules-commits] r14607 - in packages/wtforms/trunk (9 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sun Oct 17 15:18:36 UTC 2010


    Date: Sunday, October 17, 2010 @ 15:18:15
  Author: bzed
Revision: 14607

Initial upload.

Added:
  packages/wtforms/trunk/debian/
  packages/wtforms/trunk/debian/changelog
  packages/wtforms/trunk/debian/compat
  packages/wtforms/trunk/debian/control
  packages/wtforms/trunk/debian/copyright
  packages/wtforms/trunk/debian/docs
  packages/wtforms/trunk/debian/rules
  packages/wtforms/trunk/debian/source/
  packages/wtforms/trunk/debian/source/format

Added: packages/wtforms/trunk/debian/changelog
===================================================================
--- packages/wtforms/trunk/debian/changelog	                        (rev 0)
+++ packages/wtforms/trunk/debian/changelog	2010-10-17 15:18:15 UTC (rev 14607)
@@ -0,0 +1,5 @@
+wtforms (0.6.1-1) unstable; urgency=low
+
+  * Initial upload.
+
+ -- Bernd Zeimetz <bzed at debian.org>  Sun, 17 Oct 2010 16:35:10 +0200

Added: packages/wtforms/trunk/debian/compat
===================================================================
--- packages/wtforms/trunk/debian/compat	                        (rev 0)
+++ packages/wtforms/trunk/debian/compat	2010-10-17 15:18:15 UTC (rev 14607)
@@ -0,0 +1 @@
+7

Added: packages/wtforms/trunk/debian/control
===================================================================
--- packages/wtforms/trunk/debian/control	                        (rev 0)
+++ packages/wtforms/trunk/debian/control	2010-10-17 15:18:15 UTC (rev 14607)
@@ -0,0 +1,20 @@
+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.

Added: packages/wtforms/trunk/debian/copyright
===================================================================
--- packages/wtforms/trunk/debian/copyright	                        (rev 0)
+++ packages/wtforms/trunk/debian/copyright	2010-10-17 15:18:15 UTC (rev 14607)
@@ -0,0 +1,59 @@
+This package was debianized by Bernd Zeimetz <bernd at bzed.de> 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 <prencher at gmail.com>
+    - James Crasta <james at crasta.com>
+    
+    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 <bzed at debian.org> and
+licensed under the same license as WTForms, see above.
+

Added: packages/wtforms/trunk/debian/docs
===================================================================
--- packages/wtforms/trunk/debian/docs	                        (rev 0)
+++ packages/wtforms/trunk/debian/docs	2010-10-17 15:18:15 UTC (rev 14607)
@@ -0,0 +1 @@
+docs/html/*

Added: packages/wtforms/trunk/debian/rules
===================================================================
--- packages/wtforms/trunk/debian/rules	                        (rev 0)
+++ packages/wtforms/trunk/debian/rules	2010-10-17 15:18:15 UTC (rev 14607)
@@ -0,0 +1,12 @@
+#!/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


Property changes on: packages/wtforms/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/wtforms/trunk/debian/source/format
===================================================================
--- packages/wtforms/trunk/debian/source/format	                        (rev 0)
+++ packages/wtforms/trunk/debian/source/format	2010-10-17 15:18:15 UTC (rev 14607)
@@ -0,0 +1 @@
+1.0




More information about the Python-modules-commits mailing list