[Python-modules-commits] r21236 - in packages/wtforms/tags (7 files)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Sun Apr 15 14:42:09 UTC 2012
Date: Sunday, April 15, 2012 @ 14:42:08
Author: bzed
Revision: 21236
[svn-buildpackage] Tagging wtforms 1.0.1-1
Added:
packages/wtforms/tags/1.0.1-1/
packages/wtforms/tags/1.0.1-1/debian/changelog
(from rev 21235, packages/wtforms/trunk/debian/changelog)
packages/wtforms/tags/1.0.1-1/debian/control
(from rev 21234, packages/wtforms/trunk/debian/control)
packages/wtforms/tags/1.0.1-1/debian/rules
(from rev 21234, packages/wtforms/trunk/debian/rules)
Deleted:
packages/wtforms/tags/1.0.1-1/debian/changelog
packages/wtforms/tags/1.0.1-1/debian/control
packages/wtforms/tags/1.0.1-1/debian/rules
Deleted: packages/wtforms/tags/1.0.1-1/debian/changelog
===================================================================
--- packages/wtforms/trunk/debian/changelog 2012-04-15 13:30:34 UTC (rev 21229)
+++ packages/wtforms/tags/1.0.1-1/debian/changelog 2012-04-15 14:42:08 UTC (rev 21236)
@@ -1,27 +0,0 @@
-wtforms (0.6.2-2) UNRELEASED; urgency=low
-
- * Add Vcs-* fields.
-
- -- Jakub Wilk <jwilk at debian.org> Sat, 10 Sep 2011 00:09:05 +0200
-
-wtforms (0.6.2-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Bernd Zeimetz <bzed at debian.org> Wed, 20 Oct 2010 10:57:52 +0200
-
-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
Copied: packages/wtforms/tags/1.0.1-1/debian/changelog (from rev 21235, packages/wtforms/trunk/debian/changelog)
===================================================================
--- packages/wtforms/tags/1.0.1-1/debian/changelog (rev 0)
+++ packages/wtforms/tags/1.0.1-1/debian/changelog 2012-04-15 14:42:08 UTC (rev 21236)
@@ -0,0 +1,34 @@
+wtforms (1.0.1-1) unstable; urgency=low
+
+ [ Bernd Zeimetz ]
+ * New upstream version.
+ * Set PYTHONPATH for tests.
+ * Ignoring test results for now, they fail due to missing translations.
+ * Migrate to dh_python2
+
+ [ Jakub Wilk ]
+ * Add Vcs-* fields.
+
+ -- Bernd Zeimetz <bzed at debian.org> Sun, 15 Apr 2012 16:38:10 +0200
+
+wtforms (0.6.2-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Bernd Zeimetz <bzed at debian.org> Wed, 20 Oct 2010 10:57:52 +0200
+
+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/1.0.1-1/debian/control
===================================================================
--- packages/wtforms/trunk/debian/control 2012-04-15 13:30:34 UTC (rev 21229)
+++ packages/wtforms/tags/1.0.1-1/debian/control 2012-04-15 14:42:08 UTC (rev 21236)
@@ -1,24 +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.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/
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/wtforms/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/wtforms/trunk/
-
-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.
Copied: packages/wtforms/tags/1.0.1-1/debian/control (from rev 21234, packages/wtforms/trunk/debian/control)
===================================================================
--- packages/wtforms/tags/1.0.1-1/debian/control (rev 0)
+++ packages/wtforms/tags/1.0.1-1/debian/control 2012-04-15 14:42:08 UTC (rev 21236)
@@ -0,0 +1,24 @@
+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-all (>= 2.6.6-3~)
+Build-Depends-Indep: python-sqlalchemy (>= 0.5), python-django, python-dateutil,
+ python-sphinx (>= 0.6), python (>= 2.6.6-3~) | python-pysqlite2
+Standards-Version: 3.9.1
+X-Python-Version: >= 2.4
+Homepage: http://wtforms.simplecodes.com/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/wtforms/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/wtforms/trunk/
+
+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/1.0.1-1/debian/rules
===================================================================
--- packages/wtforms/trunk/debian/rules 2012-04-15 13:30:34 UTC (rev 21229)
+++ packages/wtforms/tags/1.0.1-1/debian/rules 2012-04-15 14:42:08 UTC (rev 21236)
@@ -1,24 +0,0 @@
-#!/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/
Copied: packages/wtforms/tags/1.0.1-1/debian/rules (from rev 21234, packages/wtforms/trunk/debian/rules)
===================================================================
--- packages/wtforms/tags/1.0.1-1/debian/rules (rev 0)
+++ packages/wtforms/tags/1.0.1-1/debian/rules 2012-04-15 14:42:08 UTC (rev 21236)
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+
+%:
+ dh --buildsystem=python_distutils --with=python2 $@
+
+build:
+ dh --buildsystem=python_distutils --with=python2 $@
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ -cd tests ;\
+ for python in $(shell pyversions -vr); do \
+ export PYTHONPATH=`echo ../build/lib*-$${python}` ;\
+ python$${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 --with=python2 $@
+ rm -rf docs/_build
+
+
+override_dh_compress:
+ dh_compress -X/html/
More information about the Python-modules-commits
mailing list