Now packaging trunk: 2015.1_b2+git20150317+31fbae6d2b
authorThomas Goirand <zigo@debian.org>
Tue, 17 Mar 2015 08:19:51 +0000 (09:19 +0100)
committerThomas Goirand <zigo@debian.org>
Tue, 17 Mar 2015 08:47:23 +0000 (09:47 +0100)
debian/changelog
debian/control

index 828726935c4b917aeca700a256faa312ef68ae3f..a90070fb9a876fec03984364622c903ab16b6d36 100644 (file)
@@ -1,4 +1,4 @@
-neutron (2015.1~b2-1) UNRELEASED; urgency=medium
+neutron (2015.1~b2+git20150317+31fbae6d2b-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Updated (build-)depends for this release.
index 3b59ae7129edd77d9eafb5dda4f416cd5b79de4c..d444b0fe73013d4d9d03164f806883adaf05d07d 100644 (file)
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
 Uploaders: Thomas Goirand <zigo@debian.org>
 Build-Depends: debhelper (>= 9),
-               dh-systemd,
                dh-python,
+               dh-systemd,
                openstack-pkg-tools (>= 22~),
                po-debconf,
                python-all (>= 2.6),
@@ -24,21 +24,22 @@ Build-Depends-Indep: alembic (>= 0.7.2),
                      python-httplib2 (>= 0.7.5),
                      python-jinja2 (>= 2.6),
                      python-jsonrpclib,
-                     python-keystoneclient (>= 1:1.0.0),
+                     python-keystoneclient (>= 1:1.1.0),
                      python-keystonemiddleware,
                      python-lxml,
                      python-mock (>= 1.0),
                      python-netaddr (>= 0.7.6),
                      python-netifaces,
-                     python-neutronclient (>= 2.3.6),
+                     python-neutronclient (>= 2.3.11),
                      python-nose,
                      python-nosexcover,
-                     python-novaclient (>= 2:2.17.0),
+                     python-novaclient (>= 2:2.18.0),
                      python-oslo.concurrency (>= 1.4.1),
-                     python-oslo-context,
-                     python-oslo.config (>= 1.6.0),
-                     python-oslo.db (>= 1.4.1),
+                     python-oslo.config (>= 1.9.0),
+                     python-oslo.context (>= 0.2.0),
+                     python-oslo.db (>= 1.5.0),
                      python-oslo.i18n (>= 1.3.0),
+                     python-oslo.log (>= 0.4.0),
                      python-oslo.messaging (>= 1.6.0),
                      python-oslo.middleware (>= 0.3.0),
                      python-oslo.rootwrap (>= 1.5.0),
@@ -55,11 +56,11 @@ Build-Depends-Indep: alembic (>= 0.7.2),
                      python-routes,
                      python-setuptools,
                      python-simplejson,
-                     python-six (>= 1.7.0),
+                     python-six (>= 1.9.0),
                      python-sqlalchemy (>= 0.9.7),
                      python-stevedore (>= 1.1.0),
                      python-subunit (>= 0.0.18),
-                     python-tempest-lib (>= 0.1.0),
+                     python-tempest-lib (>= 0.3.0),
                      python-testrepository (>= 0.0.13),
                      python-testscenarios (>= 0.4),
                      python-testtools (>= 0.9.36),
@@ -89,19 +90,20 @@ Depends: alembic (>= 0.7.2),
          python-httplib2 (>= 0.7.5),
          python-jinja2 (>= 2.6),
          python-jsonrpclib,
-         python-keystoneclient (>= 1:1.0.0),
+         python-keystoneclient (>= 1:1.1.0),
          python-keystonemiddleware,
          python-lxml,
          python-migrate,
          python-mysqldb,
          python-netaddr (>= 0.7.6),
-         python-neutronclient (>= 2.3.6),
-         python-novaclient (>= 2:2.17.0),
+         python-neutronclient (>= 2.3.11),
+         python-novaclient (>= 2:2.18.0),
          python-oslo.concurrency (>= 1.4.1),
-         python-oslo-context,
-         python-oslo.config (>= 1.6.0),
-         python-oslo.db (>= 1.4.1),
+         python-oslo.config (>= 1.9.0),
+         python-oslo.context (>= 0.2.0),
+         python-oslo.db (>= 1.5.0),
          python-oslo.i18n (>= 1.3.0),
+         python-oslo.log (>= 0.4.0),
          python-oslo.messaging (>= 1.6.0),
          python-oslo.middleware (>= 0.3.0),
          python-oslo.rootwrap (>= 1.5.0),
@@ -116,7 +118,7 @@ Depends: alembic (>= 0.7.2),
          python-retrying (>= 1.2.3),
          python-routes,
          python-simplejson,
-         python-six (>= 1.7.0),
+         python-six (>= 1.9.0),
          python-sqlalchemy (>= 0.9.7),
          python-stevedore (>= 1.1.0),
          python-webob (>= 1.2.3),
@@ -177,7 +179,7 @@ Provides: neutron-plugin,
           neutron-plugin-openvswitch,
           neutron-plugin-plumgrid,
           neutron-plugin-ryu,
-          python-argparse,
+          python-argparse
 Description: OpenStack virtual network service - common files
  Neutron provides an API to dynamically request and configure virtual networks.
  These networks connect "interfaces" from other OpenStack services (such as