* New upstream release.

* d/control: Align (Build-)Depends with upstream
This commit is contained in:
James Page
2016-05-23 10:35:24 +01:00
parent 695faf67e2
commit c184a090de
2 changed files with 13 additions and 12 deletions

7
debian/changelog vendored
View File

@@ -1,8 +1,13 @@
python-oslo.concurrency (3.7.0-3) UNRELEASED; urgency=medium
python-oslo.concurrency (3.8.0-1) UNRELEASED; urgency=medium
[ Ondřej Nový ]
* Standards-Version is 3.9.8 now (no change)
* d/rules: Changed UPSTREAM_GIT protocol to https
[ James Page ]
* New upstream release.
* d/control: Align (Build-)Depends with upstream
-- Ondřej Nový <novy@ondrej.org> Sat, 09 Apr 2016 19:28:50 +0200
python-oslo.concurrency (3.7.0-2) unstable; urgency=medium

18
debian/control vendored
View File

@@ -13,8 +13,7 @@ Build-Depends: debhelper (>= 9),
python3-all,
python3-pbr (>= 1.8),
python3-setuptools,
Build-Depends-Indep: python-babel,
python-concurrent.futures,
Build-Depends-Indep: python-concurrent.futures,
python-coverage,
python-eventlet (>= 0.18.2),
python-enum34,
@@ -23,7 +22,7 @@ Build-Depends-Indep: python-babel,
python-greenlet,
python-hacking,
python-iso8601,
python-oslo.config (>= 1:3.7.0),
python-oslo.config (>= 1:3.9.0),
python-oslo.i18n (>= 2.1.0),
python-oslo.utils (>= 3.5.0),
python-oslosphinx (>= 2.5.0),
@@ -31,13 +30,12 @@ Build-Depends-Indep: python-babel,
python-posix-ipc,
python-retrying,
python-six (>= 1.9.0),
python3-babel,
python3-eventlet (>= 0.18.2),
python3-fasteners,
python3-fixtures (>= 1.3.1),
python3-greenlet,
python3-iso8601,
python3-oslo.config (>= 1:3.7.0),
python3-oslo.config (>= 1:3.9.0),
python3-oslo.i18n (>= 2.1.0),
python3-oslo.utils (>= 3.5.0),
python3-oslotest (>= 1.5.1),
@@ -53,12 +51,11 @@ Homepage: https://github.com/openstack/oslo.concurrency
Package: python-oslo.concurrency
Architecture: all
Depends: python-babel,
python-concurrent.futures,
Depends: python-concurrent.futures,
python-enum34,
python-fixtures,
python-iso8601,
python-oslo.config (>= 1:3.7.0),
python-oslo.config (>= 1:3.97.0),
python-oslo.i18n (>= 2.1.0),
python-oslo.utils (>= 3.5.0),
python-pbr (>= 1.8),
@@ -78,11 +75,10 @@ Description: concurrency and locks for OpenStack projects - Python 2.x
Package: python3-oslo.concurrency
Architecture: all
Depends: python3-babel,
python3-eventlet (>= 0.18.2),
Depends: python3-eventlet (>= 0.18.2),
python3-fixtures,
python3-iso8601,
python3-oslo.config (>= 1:3.7.0),
python3-oslo.config (>= 1:3.9.0),
python3-oslo.i18n (>= 2.1.0),
python3-oslo.utils (>= 3.5.0),
python3-pbr (>= 1.8),