[Python-modules-commits] r14679 - in packages/wtforms/tags (12 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Wed Oct 20 08:57:44 UTC 2010


    Date: Wednesday, October 20, 2010 @ 08:57:42
  Author: bzed
Revision: 14679

[svn-buildpackage] Tagging wtforms 0.6.1-2

Added:
  packages/wtforms/tags/0.6.1-2/
  packages/wtforms/tags/0.6.1-2/debian/
  packages/wtforms/tags/0.6.1-2/debian/changelog
    (from rev 14677, packages/wtforms/trunk/debian/changelog)
  packages/wtforms/tags/0.6.1-2/debian/control
    (from rev 14677, packages/wtforms/trunk/debian/control)
  packages/wtforms/tags/0.6.1-2/debian/docs
    (from rev 14613, packages/wtforms/trunk/debian/docs)
  packages/wtforms/tags/0.6.1-2/debian/links
    (from rev 14615, packages/wtforms/trunk/debian/links)
  packages/wtforms/tags/0.6.1-2/debian/rules
    (from rev 14616, packages/wtforms/trunk/debian/rules)
Deleted:
  packages/wtforms/tags/0.6.1-2/debian/
  packages/wtforms/tags/0.6.1-2/debian/changelog
  packages/wtforms/tags/0.6.1-2/debian/control
  packages/wtforms/tags/0.6.1-2/debian/docs
  packages/wtforms/tags/0.6.1-2/debian/rules

Deleted: packages/wtforms/tags/0.6.1-2/debian/changelog
===================================================================
--- packages/wtforms/trunk/debian/changelog	2010-10-17 15:27:54 UTC (rev 14609)
+++ packages/wtforms/tags/0.6.1-2/debian/changelog	2010-10-20 08:57:42 UTC (rev 14679)
@@ -1,5 +0,0 @@
-wtforms (0.6.1-1) unstable; urgency=low
-
-  * Initial upload.
-
- -- Bernd Zeimetz <bzed at debian.org>  Sun, 17 Oct 2010 16:35:10 +0200

Copied: packages/wtforms/tags/0.6.1-2/debian/changelog (from rev 14677, packages/wtforms/trunk/debian/changelog)
===================================================================
--- packages/wtforms/tags/0.6.1-2/debian/changelog	                        (rev 0)
+++ packages/wtforms/tags/0.6.1-2/debian/changelog	2010-10-20 08:57:42 UTC (rev 14679)
@@ -0,0 +1,15 @@
+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 <bzed at debian.org>  Wed, 20 Oct 2010 10:50:09 +0200
+
+wtforms (0.6.1-1) unstable; urgency=low
+
+  * Initial upload.
+
+ -- Bernd Zeimetz <bzed at debian.org>  Sun, 17 Oct 2010 16:35:10 +0200

Deleted: packages/wtforms/tags/0.6.1-2/debian/control
===================================================================
--- packages/wtforms/trunk/debian/control	2010-10-17 15:27:54 UTC (rev 14609)
+++ packages/wtforms/tags/0.6.1-2/debian/control	2010-10-20 08:57:42 UTC (rev 14679)
@@ -1,20 +0,0 @@
-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.

Copied: packages/wtforms/tags/0.6.1-2/debian/control (from rev 14677, packages/wtforms/trunk/debian/control)
===================================================================
--- packages/wtforms/tags/0.6.1-2/debian/control	                        (rev 0)
+++ packages/wtforms/tags/0.6.1-2/debian/control	2010-10-20 08:57:42 UTC (rev 14679)
@@ -0,0 +1,22 @@
+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.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.

Deleted: packages/wtforms/tags/0.6.1-2/debian/docs
===================================================================
--- packages/wtforms/trunk/debian/docs	2010-10-17 15:27:54 UTC (rev 14609)
+++ packages/wtforms/tags/0.6.1-2/debian/docs	2010-10-20 08:57:42 UTC (rev 14679)
@@ -1 +0,0 @@
-docs/html/*

Copied: packages/wtforms/tags/0.6.1-2/debian/docs (from rev 14613, packages/wtforms/trunk/debian/docs)
===================================================================
--- packages/wtforms/tags/0.6.1-2/debian/docs	                        (rev 0)
+++ packages/wtforms/tags/0.6.1-2/debian/docs	2010-10-20 08:57:42 UTC (rev 14679)
@@ -0,0 +1 @@
+docs/_build/html

Copied: packages/wtforms/tags/0.6.1-2/debian/links (from rev 14615, packages/wtforms/trunk/debian/links)
===================================================================
--- packages/wtforms/tags/0.6.1-2/debian/links	                        (rev 0)
+++ packages/wtforms/tags/0.6.1-2/debian/links	2010-10-20 08:57:42 UTC (rev 14679)
@@ -0,0 +1 @@
+/usr/share/javascript/jquery/jquery.js usr/share/doc/python-wtforms/html/_static/jquery.js

Deleted: packages/wtforms/tags/0.6.1-2/debian/rules
===================================================================
--- packages/wtforms/trunk/debian/rules	2010-10-17 15:27:54 UTC (rev 14609)
+++ packages/wtforms/tags/0.6.1-2/debian/rules	2010-10-20 08:57:42 UTC (rev 14679)
@@ -1,12 +0,0 @@
-#!/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

Copied: packages/wtforms/tags/0.6.1-2/debian/rules (from rev 14616, packages/wtforms/trunk/debian/rules)
===================================================================
--- packages/wtforms/tags/0.6.1-2/debian/rules	                        (rev 0)
+++ packages/wtforms/tags/0.6.1-2/debian/rules	2010-10-20 08:57:42 UTC (rev 14679)
@@ -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/




More information about the Python-modules-commits mailing list