]> review.fuel-infra Code Review - openstack-build/neutron-lbaas-build.git/commitdiff
Pushing to unstable.
authorThomas Goirand <thomas@goirand.fr>
Tue, 28 Apr 2015 08:10:21 +0000 (08:10 +0000)
committerThomas Goirand <thomas@goirand.fr>
Tue, 28 Apr 2015 08:10:21 +0000 (08:10 +0000)
Rewritten-From: b0fcf49eee128d0991811e3f09f06e62406dce66

xenial/debian/changelog
xenial/debian/control

index 97ab857eba2433a3b5d56ca2d1c9179e34f4103f..84d09c4c8cb4808540147b25b4ecd4eac7537cc0 100644 (file)
@@ -1,4 +1,4 @@
-neutron-lbaas (2015.1~rc1-1) UNRELEASED; urgency=medium
+neutron-lbaas (2015.1~rc1-1) unstable; urgency=medium
 
   * Initial release. (Closes: #777755)
 
index 75cf06cffbba98506da9d08cc4b2c3e8d4fab905..ddfceffdf5d891056f608541e31b35f1cfd5907a 100644 (file)
@@ -6,21 +6,22 @@ Uploaders: Thomas Goirand <zigo@debian.org>
 Build-Depends: debhelper (>= 9),
                dh-python,
                dh-systemd,
-               openstack-pkg-tools (>= 22~),
+               openstack-pkg-tools (>= 23~),
                po-debconf,
-               python-all (>= 2.6),
+               python-all,
                python-pbr,
-               python-sphinx (>= 1.2.1)
+               python-setuptools,
+               python-sphinx,
 Build-Depends-Indep: alembic (>= 0.7.2),
                      python-barbicanclient (>= 3.0.1),
                      python-cliff (>= 1.10.0),
-                     python-coverage (>= 3.6),
+                     python-coverage,
                      python-eventlet (>= 0.16.1),
-                     python-fixtures (>= 0.3.14),
+                     python-fixtures,
                      python-hacking,
-                     python-mock (>= 1.0),
+                     python-mock,
                      python-mysqldb,
-                     python-netaddr (>= 0.7.12),
+                     python-netaddr,
                      python-neutron,
                      python-openssl,
                      python-oslo.concurrency (>= 1.8.0),
@@ -35,17 +36,17 @@ Build-Depends-Indep: alembic (>= 0.7.2),
                      python-psycopg2,
                      python-pyasn1,
                      python-pyasn1-modules,
-                     python-requests (>= 2.2.0),
+                     python-requests,
                      python-requests-mock (>= 0.6.0),
                      python-six (>= 1.9.0),
-                     python-sqlalchemy (>= 0.9.7),
+                     python-sqlalchemy,
                      python-tempest-lib (>= 0.4.0),
-                     python-testscenarios (>= 0.4),
-                     python-testtools (>= 0.9.36),
-                     python-webob (>= 1.2.3),
-                     python-webtest (>= 2.0),
-                     subunit (>= 0.0.18),
-                     testrepository (>= 0.0.18)
+                     python-testscenarios,
+                     python-testtools,
+                     python-webob,
+                     python-webtest,
+                     subunit,
+                     testrepository,
 Standards-Version: 3.9.6
 Homepage: http://github.com/openstack/neutron-lbaas
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/neutron-lbaas.git;a=summary
@@ -58,7 +59,7 @@ Pre-Depends: dpkg (>= 1.15.6~)
 Depends: alembic (>= 0.7.2),
          python-barbicanclient (>= 3.0.1),
          python-eventlet (>= 0.16.1),
-         python-netaddr (>= 0.7.12),
+         python-netaddr,
          python-neutron,
          python-openssl,
          python-oslo.config (>= 1:1.9.3),
@@ -70,11 +71,11 @@ Depends: alembic (>= 0.7.2),
          python-pbr,
          python-pyasn1,
          python-pyasn1-modules,
-         python-requests (>= 2.2.0),
+         python-requests,
          python-six (>= 1.9.0),
-         python-sqlalchemy (>= 0.9.7),
+         python-sqlalchemy,
          ${misc:Depends},
-         ${python:Depends}
+         ${python:Depends},
 Recommends: iputils-arping
 Provides: ${python:Provides}
 Description: OpenStack virtual network service - Python library