Skip to content

Commit

Permalink
debian: Add a package for OVN common components.
Browse files Browse the repository at this point in the history
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
shettyg committed Jan 5, 2016
1 parent 6a5490c commit 5f00df7
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/.gitignore
Expand Up @@ -18,5 +18,6 @@
/openvswitch-test
/openvswitch-testcontroller
/openvswitch-vtep
/ovn-common
/python-openvswitch
/tmp
2 changes: 2 additions & 0 deletions debian/automake.mk
Expand Up @@ -50,6 +50,8 @@ EXTRA_DIST += \
debian/openvswitch-vtep.init \
debian/openvswitch-vtep.install \
debian/openvswitch-vtep.manpages \
debian/ovn-common.install \
debian/ovn-common.manpages \
debian/ovs-monitor-ipsec \
debian/python-openvswitch.dirs \
debian/python-openvswitch.install \
Expand Down
14 changes: 14 additions & 0 deletions debian/control
Expand Up @@ -98,6 +98,20 @@ Description: Open vSwitch switch implementations
openvswitch-switch provides the userspace components and utilities for
the Open vSwitch kernel-based switch.

Package: ovn-common
Architecture: linux-any
Depends: openvswitch-switch (= ${binary:Version}),
openvswitch-common (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: OVN common components
OVN, the Open Virtual Network, is a system to support virtual network
abstraction. OVN complements the existing capabilities of OVS to add
native support for virtual network abstractions, such as virtual L2 and L3
overlays and security groups.
.
ovn-common provides components required by other OVN packages.

Package: openvswitch-ipsec
Architecture: linux-any
Depends: ipsec-tools (>=0.8~alpha20101208),
Expand Down
3 changes: 3 additions & 0 deletions debian/ovn-common.install
@@ -0,0 +1,3 @@
usr/bin/ovn-nbctl
usr/bin/ovn-sbctl
usr/share/openvswitch/scripts/ovn-ctl
4 changes: 4 additions & 0 deletions debian/ovn-common.manpages
@@ -0,0 +1,4 @@
ovn/ovn-architecture.7
ovn/utilities/ovn-ctl.8
ovn/utilities/ovn-nbctl.8
ovn/utilities/ovn-sbctl.8

0 comments on commit 5f00df7

Please sign in to comment.