debian: Add a package for OVN common components.
authorGurucharan Shetty <guru@ovn.org>
Tue, 15 Dec 2015 01:37:55 +0000 (17:37 -0800)
committerGurucharan Shetty <guru@ovn.org>
Tue, 5 Jan 2016 16:58:18 +0000 (08:58 -0800)
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
debian/.gitignore
debian/automake.mk
debian/control
debian/ovn-common.install [new file with mode: 0644]
debian/ovn-common.manpages [new file with mode: 0644]

index e8d9d31..fdcf9b3 100644 (file)
@@ -18,5 +18,6 @@
 /openvswitch-test
 /openvswitch-testcontroller
 /openvswitch-vtep
+/ovn-common
 /python-openvswitch
 /tmp
index c29a560..2b6f098 100644 (file)
@@ -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 \
index 49d6f5f..57285f1 100644 (file)
@@ -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),
diff --git a/debian/ovn-common.install b/debian/ovn-common.install
new file mode 100644 (file)
index 0000000..acb1dc9
--- /dev/null
@@ -0,0 +1,3 @@
+usr/bin/ovn-nbctl
+usr/bin/ovn-sbctl
+usr/share/openvswitch/scripts/ovn-ctl
diff --git a/debian/ovn-common.manpages b/debian/ovn-common.manpages
new file mode 100644 (file)
index 0000000..d48d801
--- /dev/null
@@ -0,0 +1,4 @@
+ovn/ovn-architecture.7
+ovn/utilities/ovn-ctl.8
+ovn/utilities/ovn-nbctl.8
+ovn/utilities/ovn-sbctl.8