summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGurucharan Shetty <guru@ovn.org>2015-12-16 14:24:11 -0800
committerGurucharan Shetty <guru@ovn.org>2016-01-05 09:01:07 -0800
commitfbf2450e74bc1b05f560e4adb3dba9b5d4377e97 (patch)
treec562a34aecb72e7e510fffbdc8a3aa8adf6fb7fc /debian/control
parent86d9ab04139d6024ab7fcae325ae8515a0433847 (diff)
downloadopenvswitch-fbf2450e74bc1b05f560e4adb3dba9b5d4377e97.tar.gz
debian: Add a package for OVN docker drivers.
Signed-off-by: Gurucharan Shetty <guru@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 2e315e27b..53250ddb4 100644
--- a/debian/control
+++ b/debian/control
@@ -144,6 +144,24 @@ Description: OVN central components
ovn-central provides the userspace daemons, utilities and
databases for OVN that is run at a central location.
+Package: ovn-docker
+Architecture: any
+Depends: openvswitch-switch (= ${binary:Version}),
+ openvswitch-common (= ${binary:Version}),
+ python (>= 2.7),
+ python-openvswitch (= ${source:Version}),
+ ovn-common (= ${binary:Version}),
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Description: OVN Docker drivers
+ 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-docker provides the docker drivers for OVN.
+
Package: openvswitch-ipsec
Architecture: linux-any
Depends: ipsec-tools (>=0.8~alpha20101208),