diff mbox

[ovs-dev] debian: Move ovs-lib to openvswitch-common.

Message ID 1452013835-10543-1-git-send-email-guru@ovn.org
State Accepted
Headers show

Commit Message

Gurucharan Shetty Jan. 5, 2016, 5:10 p.m. UTC
ovs-lib is used by both ovs-ctl and ovn-ctl. So it
is useful to move it to openvswitch-common

Signed-off-by: Gurucharan Shetty <guru@ovn.org>
---
 debian/control                    |    3 +--
 debian/openvswitch-common.install |    1 +
 debian/openvswitch-switch.install |    1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

Comments

Ben Pfaff Jan. 5, 2016, 5:39 p.m. UTC | #1
On Tue, Jan 05, 2016 at 09:10:35AM -0800, Gurucharan Shetty wrote:
> ovs-lib is used by both ovs-ctl and ovn-ctl. So it
> is useful to move it to openvswitch-common
> 
> Signed-off-by: Gurucharan Shetty <guru@ovn.org>

Acked-by: Ben Pfaff <blp@ovn.org>
Gurucharan Shetty Jan. 5, 2016, 6:01 p.m. UTC | #2
On 5 January 2016 at 09:39, Ben Pfaff <blp@ovn.org> wrote:

> On Tue, Jan 05, 2016 at 09:10:35AM -0800, Gurucharan Shetty wrote:
> > ovs-lib is used by both ovs-ctl and ovn-ctl. So it
> > is useful to move it to openvswitch-common
> >
> > Signed-off-by: Gurucharan Shetty <guru@ovn.org>
>
> Acked-by: Ben Pfaff <blp@ovn.org>
>

Applied. thanks!
diff mbox

Patch

diff --git a/debian/control b/debian/control
index 53250dd..a71c8fb 100644
--- a/debian/control
+++ b/debian/control
@@ -100,8 +100,7 @@  Description: Open vSwitch switch implementations
 
 Package: ovn-common
 Architecture: linux-any
-Depends: openvswitch-switch (= ${binary:Version}),
-         openvswitch-common (= ${binary:Version}),
+Depends: openvswitch-common (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: OVN common components
diff --git a/debian/openvswitch-common.install b/debian/openvswitch-common.install
index f084152..0bbec39 100644
--- a/debian/openvswitch-common.install
+++ b/debian/openvswitch-common.install
@@ -9,3 +9,4 @@  usr/bin/ovsdb-client
 usr/sbin/ovs-bugtool
 usr/share/openvswitch/bugtool-plugins
 usr/share/openvswitch/scripts/ovs-bugtool-*
+usr/share/openvswitch/scripts/ovs-lib
diff --git a/debian/openvswitch-switch.install b/debian/openvswitch-switch.install
index a512971..1a5459e 100644
--- a/debian/openvswitch-switch.install
+++ b/debian/openvswitch-switch.install
@@ -11,6 +11,5 @@  usr/sbin/ovs-vswitchd
 usr/sbin/ovsdb-server
 usr/share/openvswitch/scripts/ovs-check-dead-ifs
 usr/share/openvswitch/scripts/ovs-ctl
-usr/share/openvswitch/scripts/ovs-lib
 usr/share/openvswitch/scripts/ovs-save
 usr/share/openvswitch/vswitch.ovsschema