]> review.fuel-infra Code Review - openstack-build/neutron-lbaas-build.git/commitdiff
Adds some Breaks+Replaces to allow upgrade to this new version.
authorThomas Goirand <thomas@goirand.fr>
Mon, 20 Jun 2016 15:55:39 +0000 (15:55 +0000)
committerThomas Goirand <thomas@goirand.fr>
Mon, 20 Jun 2016 15:55:39 +0000 (15:55 +0000)
Rewritten-From: 3562e10c89a42b613537dfe92ab7fabb5bd5ace4

xenial/debian/changelog
xenial/debian/control

index 9e247d69566c325ce3deddc95cfe0c6ded1180f3..6828ee072b5614854c676b4c1da03cbb7ab8ed7b 100644 (file)
@@ -8,11 +8,13 @@ neutron-lbaas (1:9.0.0~b1-1) experimental; urgency=medium
   * New upstream release.
   * Fixed (build-)depends for this release.
   * Align the package with the one from Ubuntu, so that it is compatible with
-    upstream puppet-openstack.
+    upstream puppet-openstack:
+    - Moved /usr/bin/* to python-lbaas-agent, so that we can later on provide a
+      Python 3 implementation.
+    - Using lbaas-agent-common for config files only and 2 packages for the
+      daemons.
+    - Adds some Breaks+Replaces to allow upgrade to this new version.
   * Fixed debian/copyright (missing holders).
-  * Moved /usr/bin/* to python-lbaas-agent, so that we can later on provide a
-    Python 3 implementation. Now using lbaas-agent-common for config files only
-    and 2 packages for the daemons.
 
  -- Thomas Goirand <zigo@debian.org>  Sat, 18 Jun 2016 15:45:22 +0200
 
index 51acce1fd7c73219ccb9c7a101c0609e685e8f23..54db0a672a611834306713b34e6e8fe0e905f843 100644 (file)
@@ -61,6 +61,8 @@ Vcs-Git: https://anonscm.debian.org/git/openstack/neutron-lbaas.git
 Package: python-neutron-lbaas
 Architecture: all
 Section: python
+Breaks: neutron-lbaas-agent (<< 1:9.0.0~b1),
+Replaces: neutron-lbaas-agent (<< 1:9.0.0~b1),
 Depends: alembic (>= 0.8.4),
          python-barbicanclient (>= 4.0.0),
          python-eventlet (>= 0.18.4),
@@ -99,6 +101,8 @@ Description: Loadbalancer-as-a-Service driver for OpenStack Neutron - Python 2.7
 
 Package: neutron-lbaas-common
 Architecture: all
+Breaks: neutron-lbaas-agent (<< 1:9.0.0~b1),
+Replaces: neutron-lbaas-agent (<< 1:9.0.0~b1),
 Depends: haproxy,
          neutron-common,
          python-neutron-lbaas (= ${source:Version}),