[Python-modules-commits] r16968 - in packages/flask-wtf/tags (8 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat May 7 18:33:37 UTC 2011


    Date: Saturday, May 7, 2011 @ 18:33:25
  Author: piotr
Revision: 16968

[svn-buildpackage] Tagging flask-wtf 0.5.2-2

Added:
  packages/flask-wtf/tags/0.5.2-2/
  packages/flask-wtf/tags/0.5.2-2/debian/changelog
    (from rev 16965, packages/flask-wtf/trunk/debian/changelog)
  packages/flask-wtf/tags/0.5.2-2/debian/control
    (from rev 16965, packages/flask-wtf/trunk/debian/control)
  packages/flask-wtf/tags/0.5.2-2/debian/python-flaskext.wtf.pyremove
    (from rev 16965, packages/flask-wtf/trunk/debian/python-flaskext.wtf.pyremove)
  packages/flask-wtf/tags/0.5.2-2/debian/rules
    (from rev 16965, packages/flask-wtf/trunk/debian/rules)
Deleted:
  packages/flask-wtf/tags/0.5.2-2/debian/changelog
  packages/flask-wtf/tags/0.5.2-2/debian/control
  packages/flask-wtf/tags/0.5.2-2/debian/rules

Deleted: packages/flask-wtf/tags/0.5.2-2/debian/changelog
===================================================================
--- packages/flask-wtf/trunk/debian/changelog	2011-05-07 13:27:21 UTC (rev 16963)
+++ packages/flask-wtf/tags/0.5.2-2/debian/changelog	2011-05-07 18:33:25 UTC (rev 16968)
@@ -1,18 +0,0 @@
-flask-wtf (0.5.2-1) unstable; urgency=low
-
-  * New upstream version.
-
- -- Bernd Zeimetz <bzed at debian.org>  Mon, 14 Feb 2011 14:48:21 +0100
-
-flask-wtf (0.3.3-2) unstable; urgency=low
-
-  * Rename binary package to be really according to the
-    policy before it goes into unstable.
-
- -- Bernd Zeimetz <bzed at debian.org>  Wed, 20 Oct 2010 15:23:59 +0200
-
-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.5.2-2/debian/changelog (from rev 16965, packages/flask-wtf/trunk/debian/changelog)
===================================================================
--- packages/flask-wtf/tags/0.5.2-2/debian/changelog	                        (rev 0)
+++ packages/flask-wtf/tags/0.5.2-2/debian/changelog	2011-05-07 18:33:25 UTC (rev 16968)
@@ -0,0 +1,30 @@
+flask-wtf (0.5.2-2) unstable; urgency=low
+
+  * Team upload.
+  * Convert to dh_python2
+  * Bump python-flask's minimum required version to 0.6.1-2 (which provides
+    flaskext namespace now)
+  * Remove .pth file from binary package
+  * Add python-wtforms and python-flask to Build-Depends-Indep (Sphinx uses
+    them while generating docs)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 07 May 2011 19:41:53 +0200
+
+flask-wtf (0.5.2-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Bernd Zeimetz <bzed at debian.org>  Mon, 14 Feb 2011 14:48:21 +0100
+
+flask-wtf (0.3.3-2) unstable; urgency=low
+
+  * Rename binary package to be really according to the
+    policy before it goes into unstable.
+
+ -- Bernd Zeimetz <bzed at debian.org>  Wed, 20 Oct 2010 15:23:59 +0200
+
+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

Deleted: packages/flask-wtf/tags/0.5.2-2/debian/control
===================================================================
--- packages/flask-wtf/trunk/debian/control	2011-05-07 13:27:21 UTC (rev 16963)
+++ packages/flask-wtf/tags/0.5.2-2/debian/control	2011-05-07 18:33:25 UTC (rev 16968)
@@ -1,23 +0,0 @@
-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}
-Conflicts: python-flaskext-wtf
-Replaces: python-flaskext-wtf
-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.5.2-2/debian/control (from rev 16965, packages/flask-wtf/trunk/debian/control)
===================================================================
--- packages/flask-wtf/tags/0.5.2-2/debian/control	                        (rev 0)
+++ packages/flask-wtf/tags/0.5.2-2/debian/control	2011-05-07 18:33:25 UTC (rev 16968)
@@ -0,0 +1,23 @@
+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 (>= 2.6.6-6), python-setuptools (>= 0.6b3), debhelper (>= 7.0.50~)
+Build-Depends-Indep: python-sphinx (>= 0.6), python-flask, python-wtforms
+Standards-Version: 3.9.2
+Homepage: http://packages.python.org/Flask-WTF/
+X-Python-Version: >= 2.5
+
+Package: python-flaskext.wtf
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-flask (>= 0.6.1-2), 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}
+Conflicts: python-flaskext-wtf
+Replaces: python-flaskext-wtf
+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.5.2-2/debian/python-flaskext.wtf.pyremove (from rev 16965, packages/flask-wtf/trunk/debian/python-flaskext.wtf.pyremove)
===================================================================
--- packages/flask-wtf/tags/0.5.2-2/debian/python-flaskext.wtf.pyremove	                        (rev 0)
+++ packages/flask-wtf/tags/0.5.2-2/debian/python-flaskext.wtf.pyremove	2011-05-07 18:33:25 UTC (rev 16968)
@@ -0,0 +1 @@
+*.pth

Deleted: packages/flask-wtf/tags/0.5.2-2/debian/rules
===================================================================
--- packages/flask-wtf/trunk/debian/rules	2011-05-07 13:27:21 UTC (rev 16963)
+++ packages/flask-wtf/tags/0.5.2-2/debian/rules	2011-05-07 18:33:25 UTC (rev 16968)
@@ -1,24 +0,0 @@
-#!/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.5.2-2/debian/rules (from rev 16965, packages/flask-wtf/trunk/debian/rules)
===================================================================
--- packages/flask-wtf/tags/0.5.2-2/debian/rules	                        (rev 0)
+++ packages/flask-wtf/tags/0.5.2-2/debian/rules	2011-05-07 18:33:25 UTC (rev 16968)
@@ -0,0 +1,23 @@
+#!/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 --with python2 $@
+
+build:
+	dh --buildsystem=python_distutils $@
+
+	cd docs && PYTHONPATH=$(CURDIR)/ 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