Skip to content

Commit

Permalink
debian: Move ovs-lib to openvswitch-common.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
shettyg committed Jan 5, 2016
1 parent fbf2450 commit 0dcc739
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions debian/openvswitch-common.install
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion debian/openvswitch-switch.install
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0dcc739

Please sign in to comment.