Updated (build-)depends for this release.

This commit is contained in:
Thomas Goirand
2014-09-19 22:41:34 +08:00
parent d3a5c45b3d
commit d4727b25d0
2 changed files with 14 additions and 14 deletions

1
debian/changelog vendored
View File

@@ -2,6 +2,7 @@ python-oslo.db (0.5.0-1) experimental; urgency=medium
* New upstream release.
* Uploading to Experimental before Jessie freeze.
* Updated (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Fri, 19 Sep 2014 22:34:16 +0800

27
debian/control vendored
View File

@@ -2,29 +2,27 @@ Source: python-oslo.db
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
Thomas Goirand <zigo@debian.org>,
Mehdi Abaakouk <sileht@sileht.net>,
Gonéri Le Bouder <goneri@debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9),
openstack-pkg-tools,
python-all (>= 2.6.6-3~),
python-pbr,
python-setuptools,
python-sphinx
Build-Depends-Indep: alembic (>= 0.4.1),
Build-Depends-Indep: alembic (>= 0.6.4),
python-babel (>= 1.3),
python-coverage (>= 3.6),
python-fixtures (>= 0.3.14),
python-iso8601 (>= 0.1.9),
python-lockfile (>= 0.8),
python-migrate (>= 0.9.1),
python-mysqldb,
python-oslo.config (>= 1.2.1),
python-oslosphinx,
python-oslotest,
python-oslo.config (>= 1.4.0.0~a3),
python-oslo.i18n (>= 0.3.0),
python-oslo.utils (>= 0.3.0),
python-oslosphinx (>= 2.2.0.0~a2),
python-oslotest (>= 1.1.0.0~a2),
python-psycopg2,
python-sqlalchemy (>= 0.7.8),
python-sqlalchemy (>= 0.8.4),
python-stevedore (>= 0.14),
python-subunit (>= 0.0.18),
python-testscenarios (>= 0.4),
@@ -39,13 +37,14 @@ Homepage: http://launchpad.net/oslo
Package: python-oslo.db
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: alembic (>= 0.4.1),
Depends: alembic (>= 0.6.4),
python-babel (>= 1.3),
python-iso8601 (>= 0.1.9),
python-lockfile (>= 0.8),
python-migrate (>= 0.9.1),
python-oslo.config (>= 1.2.1),
python-sqlalchemy (>= 0.7.8),
python-oslo.config (>= 1.4.0.0~a3),
python-oslo.i18n (>= 0.3.0),
python-oslo.utils (>= 0.3.0),
python-sqlalchemy (>= 0.8.4),
python-stevedore (>= 0.14),
${misc:Depends},
${python:Depends}