* neutron-linuxbridge-agent Breaks + Replaes older neutron-common
authorThomas Goirand <thomas@goirand.fr>
Wed, 3 Feb 2016 16:59:54 +0000 (16:59 +0000)
committerThomas Goirand <thomas@goirand.fr>
Wed, 3 Feb 2016 16:59:54 +0000 (16:59 +0000)
    (Closes: #813068).

Rewritten-From: 5bacd213f8211cce80724fc8bf3571bd5e297756

xenial/debian/changelog
xenial/debian/control
xenial/debian/neutron-common.dirs
xenial/debian/neutron-server.manpages

index b4252cfee22050b1a6cd4893a71621473646e030..d1ce2ca0e4d996c21f00ae9061f1413f36a0b94f 100644 (file)
@@ -5,6 +5,8 @@ neutron (2:8.0.0~b2-3) UNRELEASED; urgency=medium
   * Do not -X/usr/bin when calling dh_install.
   * Fixed auth_protocol to be http and not https by default.
   * Drop Provides: argparse (Closes: #810728).
+  * neutron-linuxbridge-agent Breaks + Replaes older neutron-common
+    (Closes: #813068).
 
  -- Thomas Goirand <zigo@debian.org>  Thu, 28 Jan 2016 07:34:12 +0000
 
index 4c04f57c4c6cd2f411750c211b677d32ef892e49..f34b5138c27ebbb0d5dfc109e4c703eb8b5831d2 100644 (file)
@@ -32,6 +32,7 @@ Build-Depends-Indep: alembic (>= 0.8.0),
                      python-netaddr (>= 0.7.12),
                      python-neutronclient (>= 1:2.6.0),
                      python-novaclient (>= 2:2.30.1),
+                     python-openvswitch,
                      python-os-testr (>= 0.4.2),
                      python-oslo.concurrency (>= 2.3.0),
                      python-oslo.config (>= 1:3.2.0),
@@ -50,12 +51,11 @@ Build-Depends-Indep: alembic (>= 0.8.0),
                      python-oslo.versionedobjects (>= 1.0.0),
                      python-oslosphinx (>= 2.5.0),
                      python-oslotest (>= 1.10.0),
-                     python-openvswitch,
                      python-paste,
                      python-pastedeploy,
                      python-pecan (>= 1.0.0),
-                     python-pyudev,
                      python-pymysql,
+                     python-pyudev,
                      python-requests (>= 2.8.1),
                      python-requests-mock (>= 0.7.0),
                      python-retrying,
@@ -97,6 +97,7 @@ Depends: alembic (>= 0.8.0),
          python-netaddr (>= 0.7.12),
          python-neutronclient (>= 1:2.6.0),
          python-novaclient (>= 2:2.30.1),
+         python-openvswitch,
          python-oslo.concurrency (>= 2.3.0),
          python-oslo.config (>= 1:3.2.0),
          python-oslo.context (>= 0.2.0),
@@ -112,11 +113,10 @@ Depends: alembic (>= 0.8.0),
          python-oslo.service (>= 1.0.0),
          python-oslo.utils (>= 3.2.0),
          python-oslo.versionedobjects (>= 1.0.0),
-         python-openvswitch,
          python-paste,
          python-pastedeploy,
-         python-pecan (>= 1.0.0),
          python-pbr (>= 1.8),
+         python-pecan (>= 1.0.0),
          python-psycopg2,
          python-pymysql,
          python-pyudev,
@@ -304,8 +304,10 @@ Description: OpenStack virtual network service - Open vSwitch agent
 
 Package: neutron-linuxbridge-agent
 Architecture: all
-Replaces: neutron-plugin-linuxbridge-agent (<<2015.1~b3-1),
-Breaks: neutron-plugin-linuxbridge-agent (<<2015.1~b3-1),
+Replaces: neutron-common (<< 1:8.0.0~b1),
+          neutron-plugin-linuxbridge-agent (<<2015.1~b3-1),
+Breaks: neutron-common (<< 1:8.0.0~b1),
+        neutron-plugin-linuxbridge-agent (<<2015.1~b3-1),
 Provides: neutron-plugin-linuxbridge-agent,
 Depends: bridge-utils,
          neutron-common (= ${source:Version}),
index 72cd82b4df905e066b6b45d7c0caa07206bc677a..2b06aa26a096ba17cc9bc4c254479c9e71328419 100644 (file)
@@ -1,2 +1,2 @@
-etc/neutron/rootwrap.d
 etc/neutron/plugins
+etc/neutron/rootwrap.d
index 6d556fbdb776e0987fafb3d00b7da526578aaea2..2c37937c8ee5c17cf30337e02cd14734dbe1e0f7 100644 (file)
@@ -1,2 +1,2 @@
-debian/mans/neutron-server.8
 debian/mans/neutron-rootwrap.8
+debian/mans/neutron-server.8