[Python-modules-commits] r16965 - in packages/flask-wtf/trunk/debian (4 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sat May 7 18:13:46 UTC 2011
Date: Saturday, May 7, 2011 @ 18:13:36
Author: piotr
Revision: 16965
* 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)
Added:
packages/flask-wtf/trunk/debian/python-flaskext.wtf.pyremove
Modified:
packages/flask-wtf/trunk/debian/changelog
packages/flask-wtf/trunk/debian/control
packages/flask-wtf/trunk/debian/rules
Modified: packages/flask-wtf/trunk/debian/changelog
===================================================================
--- packages/flask-wtf/trunk/debian/changelog 2011-05-07 18:12:56 UTC (rev 16964)
+++ packages/flask-wtf/trunk/debian/changelog 2011-05-07 18:13:36 UTC (rev 16965)
@@ -1,3 +1,15 @@
+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.
Modified: packages/flask-wtf/trunk/debian/control
===================================================================
--- packages/flask-wtf/trunk/debian/control 2011-05-07 18:12:56 UTC (rev 16964)
+++ packages/flask-wtf/trunk/debian/control 2011-05-07 18:13:36 UTC (rev 16965)
@@ -3,15 +3,15 @@
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
+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), python-werkzeug (>= 0.6.1), python-wtforms (>= 0.6.1), python-jinja2 (>= 2.4), python (>= 2.5.4-5~) | python-simplejson
+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}
Added: packages/flask-wtf/trunk/debian/python-flaskext.wtf.pyremove
===================================================================
--- packages/flask-wtf/trunk/debian/python-flaskext.wtf.pyremove (rev 0)
+++ packages/flask-wtf/trunk/debian/python-flaskext.wtf.pyremove 2011-05-07 18:13:36 UTC (rev 16965)
@@ -0,0 +1 @@
+*.pth
Modified: packages/flask-wtf/trunk/debian/rules
===================================================================
--- packages/flask-wtf/trunk/debian/rules 2011-05-07 18:12:56 UTC (rev 16964)
+++ packages/flask-wtf/trunk/debian/rules 2011-05-07 18:13:36 UTC (rev 16965)
@@ -7,12 +7,12 @@
%:
- dh --buildsystem=python_distutils $@
+ dh --buildsystem=python_distutils --with python2 $@
build:
dh --buildsystem=python_distutils $@
- cd docs && make html
+ cd docs && PYTHONPATH=$(CURDIR)/ make html
rm docs/_build/html/_static/jquery.js
clean:
@@ -21,4 +21,3 @@
override_dh_compress:
dh_compress -X/html/
-
More information about the Python-modules-commits
mailing list