Merge lp:~gandelman-a/ubuntu/raring/quantum/fix_bin_conflicts into lp:~openstack-ubuntu-testing/neutron/grizzly

Proposed by Adam Gandelman
Status: Merged
Merged at revision: 131
Proposed branch: lp:~gandelman-a/ubuntu/raring/quantum/fix_bin_conflicts
Merge into: lp:~openstack-ubuntu-testing/neutron/grizzly
Diff against target: 72 lines (+16/-9)
4 files modified
debian/changelog (+8/-0)
debian/control (+8/-4)
debian/quantum-plugin-nec.install (+0/-2)
debian/quantum-server.install (+0/-3)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/raring/quantum/fix_bin_conflicts
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+149428@code.launchpad.net

Description of the change

Hopefully fixes a number of binary conflicts, one of which affects the package currently in Raring.

To post a comment you must log in.
Revision history for this message
James Page (james-page) wrote :

Good spots.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-02-19 15:28:20 +0000
3+++ debian/changelog 2013-02-19 22:44:22 +0000
4@@ -6,6 +6,14 @@
5 /etc/quantum/quantum.conf.
6 * debian/patches/fix-ubuntu-tests.patch: Refreshed, added skipTests for
7 linuxbridge tests that attempt to setup udev monitors.
8+ * debian/{control, quantum-server.install}: Drop quantum-ns-metadata-proxy,
9+ quantum-metadata-agent, quantum-debug from quantum-server package and set a
10+ Break/Replaces on the last quantum-server package that shipped them.
11+ (LP: #1112203)
12+ * debian/{control, quantum-plugin-nec.install}: Drop rootwrap filters,
13+ only install /w the agent.
14+ * debian/control: Add Breaks/Replaces between quantum-plugin-nec and new
15+ quantum-plugin-nec-agent.
16
17 [ Yolanda Robla ]
18 * debian/patches: refreshed patches
19
20=== modified file 'debian/control'
21--- debian/control 2013-02-19 15:28:20 +0000
22+++ debian/control 2013-02-19 22:44:22 +0000
23@@ -69,8 +69,8 @@
24 python-quantum (= ${source:Version}),
25 ${misc:Depends},
26 ${python:Depends}
27-Breaks: quantum-server ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
28-Replaces: quantum-server ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
29+Breaks: quantum-server ( <= 2013.1~g2-0ubuntu1 )
30+Replaces: quantum-server ( <= 2013.1~g2-0ubuntu1 )
31 Description: Quantum is a virtual network service for Openstack - common
32 Quantum is a virtual network service for Openstack, and a part of
33 Netstack. Just like OpenStack Nova provides an API to dynamically
34@@ -132,6 +132,8 @@
35 ${misc:Depends},
36 ${python:Depends},
37 ${shlibs:Depends}
38+Breaks: quantum-plugin-nec ( <= 2013.1~g2-0ubuntu1 )
39+Replaces: quantum-plugin-nec ( <= 2013.1~g2-0ubuntu1 )
40 Description: Quantum is a virtual network service for Openstack - NEC plugin agent
41 Quantum is a virtual network service for Openstack, and a part of
42 Netstack. Just like OpenStack Nova provides an API to dynamically
43@@ -271,8 +273,10 @@
44 ${misc:Depends},
45 ${python:Depends},
46 ${shlibs:Depends}
47-Breaks: quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
48-Replaces: quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
49+Breaks: quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 ),
50+ quantum-server ( <= 2013.1~g2-0ubuntu1 )
51+Replaces: quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 ),
52+ quantum-server ( <= 2013.1~g2-0ubuntu1 )
53 Description: Quantum is a virtual network service for Openstack - l3 agent
54 Quantum is a virtual network service for Openstack, and a part of
55 Netstack. Just like OpenStack Nova provides an API to dynamically
56
57=== modified file 'debian/quantum-plugin-nec.install'
58--- debian/quantum-plugin-nec.install 2013-02-16 23:43:06 +0000
59+++ debian/quantum-plugin-nec.install 2013-02-19 22:44:22 +0000
60@@ -1,3 +1,1 @@
61-bin/quantum-nec-agent usr/bin
62 etc/quantum/plugins/nec/* etc/quantum/plugins/nec
63-etc/quantum/rootwrap.d/nec-plugin.filters etc/quantum/rootwrap.d
64
65=== modified file 'debian/quantum-server.install'
66--- debian/quantum-server.install 2013-02-16 23:43:06 +0000
67+++ debian/quantum-server.install 2013-02-19 22:44:22 +0000
68@@ -1,4 +1,1 @@
69-bin/quantum-debug usr/bin
70-bin/quantum-metadata-agent usr/bin
71-bin/quantum-ns-metadata-proxy usr/bin
72 bin/quantum-server usr/bin

Subscribers

People subscribed via source and target branches