[Python-modules-commits] r16966 - in packages/flask/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat May 7 18:31:26 UTC 2011


    Date: Saturday, May 7, 2011 @ 18:31:20
  Author: piotr
Revision: 16966

Build depend on python-all to make sure dh will invoke setup.py install
for all supported Python versions (and thus avoid dh_python2's 
.pyinstall vs. guess_versions race)

Modified:
  packages/flask/trunk/debian/changelog
  packages/flask/trunk/debian/control

Modified: packages/flask/trunk/debian/changelog
===================================================================
--- packages/flask/trunk/debian/changelog	2011-05-07 18:13:36 UTC (rev 16965)
+++ packages/flask/trunk/debian/changelog	2011-05-07 18:31:20 UTC (rev 16966)
@@ -1,6 +1,9 @@
 flask (0.6.1-2) unstable; urgency=low
 
   * Provide flaskext namespace
+  * Build depend on python-all to make sure dh will invoke setup.py install
+    for all supported Python versions (and thus avoid dh_python2's 
+    .pyinstall vs. guess_versions race)
   * Standards-Version bumped to 3.9.2 (no changes needed)
 
  -- Piotr Ożarowski <piotr at debian.org>  Sat, 07 May 2011 19:34:59 +0200

Modified: packages/flask/trunk/debian/control
===================================================================
--- packages/flask/trunk/debian/control	2011-05-07 18:13:36 UTC (rev 16965)
+++ packages/flask/trunk/debian/control	2011-05-07 18:31:20 UTC (rev 16966)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Piotr Ożarowski <piotr at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), python (>= 2.6.6-6), python-setuptools (>= 0.6b3)
+Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-6), python-setuptools (>= 0.6b3)
 Build-Depends-Indep: python-jinja2, python-werkzeug
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/flask/trunk




More information about the Python-modules-commits mailing list