[Python-modules-commits] r21234 - in packages/wtforms/trunk/debian (changelog control rules)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Sun Apr 15 14:38:05 UTC 2012
Date: Sunday, April 15, 2012 @ 14:38:03
Author: bzed
Revision: 21234
Migrate to dh_python2
Modified:
packages/wtforms/trunk/debian/changelog
packages/wtforms/trunk/debian/control
packages/wtforms/trunk/debian/rules
Modified: packages/wtforms/trunk/debian/changelog
===================================================================
--- packages/wtforms/trunk/debian/changelog 2012-04-15 14:31:58 UTC (rev 21233)
+++ packages/wtforms/trunk/debian/changelog 2012-04-15 14:38:03 UTC (rev 21234)
@@ -4,11 +4,12 @@
* 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:31:27 +0200
+ -- Bernd Zeimetz <bzed at debian.org> Sun, 15 Apr 2012 16:37:50 +0200
wtforms (0.6.2-1) unstable; urgency=low
Modified: packages/wtforms/trunk/debian/control
===================================================================
--- packages/wtforms/trunk/debian/control 2012-04-15 14:31:58 UTC (rev 21233)
+++ packages/wtforms/trunk/debian/control 2012-04-15 14:38:03 UTC (rev 21234)
@@ -3,9 +3,9 @@
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: 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.5.4-5~) | python-pysqlite2
+ 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/
Modified: packages/wtforms/trunk/debian/rules
===================================================================
--- packages/wtforms/trunk/debian/rules 2012-04-15 14:31:58 UTC (rev 21233)
+++ packages/wtforms/trunk/debian/rules 2012-04-15 14:38:03 UTC (rev 21234)
@@ -1,10 +1,10 @@
#!/usr/bin/make -f
%:
- dh --buildsystem=python_distutils $@
+ dh --buildsystem=python_distutils --with=python2 $@
build:
- dh --buildsystem=python_distutils $@
+ dh --buildsystem=python_distutils --with=python2 $@
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-cd tests ;\
for python in $(shell pyversions -vr); do \
@@ -17,7 +17,7 @@
rm docs/_build/html/_static/jquery.js
clean:
- dh --buildsystem=python_distutils $@
+ dh --buildsystem=python_distutils --with=python2 $@
rm -rf docs/_build
More information about the Python-modules-commits
mailing list