Fixed (build-)depends for this release.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -1,6 +1,7 @@
|
||||
python-oslo.db (2.2.0-1) experimental; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Fixed (build-)depends for this release.
|
||||
|
||||
-- Thomas Goirand <zigo@debian.org> Thu, 30 Jul 2015 21:37:49 +0000
|
||||
|
||||
|
||||
31
debian/control
vendored
31
debian/control
vendored
@@ -7,30 +7,34 @@ Build-Depends: debhelper (>= 9),
|
||||
dh-python,
|
||||
openstack-pkg-tools,
|
||||
python-all,
|
||||
python-pbr,
|
||||
python-pbr (>= 1.3),
|
||||
python-setuptools,
|
||||
python-sphinx,
|
||||
Build-Depends-Indep: alembic (>= 0.7.2),
|
||||
python-babel,
|
||||
python-coverage,
|
||||
python-fixtures,
|
||||
python-eventlet (>= 0.17.4),
|
||||
python-fixtures (>= 1.3.1),
|
||||
python-hacking,
|
||||
python-iso8601,
|
||||
python-migrate (>= 0.9.6),
|
||||
python-mock (>= 1.3),
|
||||
python-mysqldb,
|
||||
python-oslo.config (>= 1:1.11.0),
|
||||
python-oslo.context (>= 0.2.0),
|
||||
python-oslo.i18n (>= 1.5.0),
|
||||
python-oslo.utils (>= 1.4.0),
|
||||
python-oslo.utils (>= 1.9.0),
|
||||
python-oslosphinx (>= 2.5.0),
|
||||
python-oslotest (>= 1.5.1),
|
||||
python-oslotest (>= 1.7.0),
|
||||
python-psycopg2,
|
||||
python-pymysql,
|
||||
python-six (>= 1.9.0),
|
||||
python-sqlalchemy,
|
||||
python-stevedore (>= 1.3.0),
|
||||
python-tempest-lib (>= 0.5.0),
|
||||
python-stevedore (>= 1.5.0),
|
||||
python-tempest-lib (>= 0.6.1),
|
||||
python-testresources,
|
||||
python-testscenarios,
|
||||
python-testtools,
|
||||
python-testtools (>= 1.4.0),
|
||||
subunit,
|
||||
testrepository,
|
||||
Standards-Version: 3.9.6
|
||||
@@ -40,19 +44,19 @@ Homepage: http://launchpad.net/oslo
|
||||
|
||||
Package: python-oslo.db
|
||||
Architecture: all
|
||||
Pre-Depends: dpkg (>= 1.15.6~),
|
||||
Provides: python-oslo-db,
|
||||
Depends: alembic (>= 0.7.2),
|
||||
python-babel,
|
||||
python-iso8601,
|
||||
python-migrate (>= 0.9.6),
|
||||
python-oslo.config (>= 1:1.11.0),
|
||||
python-oslo.context (>= 0.2.0),
|
||||
python-oslo.i18n (>= 1.5.0),
|
||||
python-oslo.utils (>= 1.4.0),
|
||||
python-pbr,
|
||||
python-oslo.utils (>= 1.9.0),
|
||||
python-pbr (>= 1.3),
|
||||
python-six (>= 1.9.0),
|
||||
python-sqlalchemy,
|
||||
python-stevedore (>= 1.3.0),
|
||||
python-stevedore (>= 1.5.0),
|
||||
python-testresources,
|
||||
python-testscenarios,
|
||||
${misc:Depends},
|
||||
@@ -69,7 +73,6 @@ Description: database connectivity to the different backends and helper utils -
|
||||
Package: python-oslo.db-doc
|
||||
Section: doc
|
||||
Architecture: all
|
||||
Pre-Depends: dpkg (>= 1.15.6~),
|
||||
Depends: ${misc:Depends},
|
||||
${sphinxdoc:Depends},
|
||||
Description: database connectivity to the different backends and helper utils - doc
|
||||
@@ -84,7 +87,7 @@ Section: oldlibs
|
||||
Architecture: all
|
||||
Depends: python-oslo.db,
|
||||
${misc:Depends},
|
||||
Description: transitional dummy package for python-oslo-db.
|
||||
Description: transitional dummy package for python-oslo-db
|
||||
This transitional package is safe to remove.
|
||||
|
||||
Package: python-oslo-db-doc
|
||||
@@ -92,5 +95,5 @@ Section: oldlibs
|
||||
Architecture: all
|
||||
Depends: python-oslo.db-doc,
|
||||
${misc:Depends},
|
||||
Description: transitional dummy package for python-oslo-db-doc.
|
||||
Description: transitional dummy package for python-oslo-db-doc
|
||||
This transitional package is safe to remove.
|
||||
|
||||
Reference in New Issue
Block a user