From d9db4548418990283b2957152639115c5e78fc09 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 3 Apr 2014 08:38:22 +0000 Subject: [PATCH] More (build-)depends fixes. --- debian/changelog | 6 +++++- debian/control | 8 +++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index b9ab0ce9..e9f118ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ python-taskflow (0.2-1) experimental; urgency=medium + [ gustavo panizzo ] * New upstream release. * Increased the version required of python-six, python-iso8601, python-steveodore. - -- gustavo panizzo Wed, 02 Apr 2014 14:39:00 -0300 + [ Thomas Goirand ] + * Some more (build-)depends fixes. + + -- Thomas Goirand Thu, 03 Apr 2014 08:35:03 +0000 python-taskflow (0.1.3-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index a76892eb..fe3b8cc3 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Uploaders: Julien Danjou , Build-Depends: debhelper (>= 9), openstack-pkg-tools, python-all (>= 2.6.6-3~), - python-pbr (>= 0.5.21), + python-pbr (>= 0.6), python-setuptools Build-depends-indep: alembic (>= 0.4.1), pylint (>= 0.25), @@ -23,7 +23,9 @@ Build-depends-indep: alembic (>= 0.4.1), python-kombu, python-mock (>= 1.0), python-networkx (>= 1.8), + python-oslosphinx, python-six (>= 1.5.2), + python-sphinx, python-sqlalchemy (>= 0.7.8), python-stevedore (>= 0.14), python-subunit (>= 0.0.18), @@ -31,7 +33,7 @@ Build-depends-indep: alembic (>= 0.4.1), python-unittest2, python-zake, subunit (>= 0.0.18), - testrepository (>= 0.0.17) + testrepository (>= 0.0.18) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-taskflow.git Vcs-Git: git://anonscm.debian.org/openstack/python-taskflow.git @@ -47,7 +49,7 @@ Depends: alembic (>= 0.4.1), python-eventlet (>= 0.13.0), python-iso8601 (>= 0.1.9), python-networkx (>= 1.8), - python-pbr (>= 0.5.21), + python-pbr (>= 0.6), python-six (>= 1.5.2), python-sqlalchemy (>= 0.7.8), python-stevedore (>= 0.14),