4 Maintainer: Open vSwitch developers <dev@openvswitch.org>
5 Uploaders: Ben Pfaff <pfaffben@debian.org>, Simon Horman <horms@debian.org>
7 debhelper (>= 5), autoconf (>= 2.64), automake (>= 1.10) | automake1.10,
8 libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2, openssl, python,
9 python-support (>= 0.8.4), procps
10 Standards-Version: 3.9.1
11 Homepage: http://openvswitch.org/
13 Package: openvswitch-datapath-source
15 Depends: module-assistant, bzip2, debhelper (>= 5.0.37), ${misc:Depends}
16 Suggests: openvswitch-switch
17 Description: Source code for Open vSwitch datapath Linux module
18 This package provides the Open vSwitch datapath module source code
19 that is needed by openvswitch-switch. The kernel module can be built
20 from it using module-assistant or make-kpkg. README.Debian in this
21 package provides further instructions.
23 Open vSwitch is a full-featured software-based Ethernet switch.
25 Package: openvswitch-common
27 Depends: ${shlibs:Depends}, openssl, ${misc:Depends}, python
29 Description: Open vSwitch common components
30 openvswitch-common provides components required by both openvswitch-switch
31 and openvswitch-controller.
33 Open vSwitch is a full-featured software-based Ethernet switch.
35 Package: openvswitch-switch
37 Suggests: openvswitch-datapath-module
38 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps
39 Description: Open vSwitch switch implementations
40 openvswitch-switch provides the userspace components and utilities for
41 the Open vSwitch kernel-based switch.
43 Open vSwitch is a full-featured software-based Ethernet switch.
45 Package: openvswitch-ipsec
48 ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
49 ipsec-tools (>=0.8~alpha20090903),
50 racoon (>=0.8~alpha20090903),
51 openvswitch-common (= ${binary:Version}),
52 openvswitch-switch (= ${binary:Version}),
53 python-openvswitch (= ${binary:Version})
54 Description: Open vSwitch GRE-over-IPsec support
55 The ovs-monitor-ipsec script provides support for encrypting GRE
58 Open vSwitch is a full-featured software-based Ethernet switch.
60 Package: openvswitch-pki
63 ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (>= ${source:Version}),
64 openvswitch-common (<< ${source:Version}.1~)
65 Description: A dependency package for the Open vSwitch public key infrastructure
66 openvswitch-pki provides PKI (public key infrastructure) support for
67 Open vSwitch switches and controllers, reducing the risk of
68 man-in-the-middle attacks on the Open vSwitch network infrastructure.
70 Open vSwitch is a full-featured software-based Ethernet switch.
72 Package: openvswitch-pki-server
74 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}), apache2
75 Description: Open vSwitch public key infrastructure (HTTP server support)
76 openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public
77 key infrastructure) maintained on the local machine by the
78 openvswitch-pki package. This HTTP access is needed for secure and
79 convenient OpenFlow switch setup using the ovs-switch-setup program
80 in the openvswitch-switch package.
82 Open vSwitch is a full-featured software-based Ethernet switch.
84 Package: openvswitch-controller
87 ${shlibs:Depends}, openvswitch-common (= ${binary:Version}),
88 openvswitch-pki (= ${source:Version}), ${misc:Depends}
89 Description: Open vSwitch controller implementation
90 The Open vSwitch controller enables OpenFlow switches that connect to it
91 to act as MAC-learning Ethernet switches.
93 Open vSwitch is a full-featured software-based Ethernet switch.
95 Package: openvswitch-dbg
99 ${shlibs:Depends}, ${misc:Depends},
100 openvswitch-common (= ${binary:Version}),
101 openvswitch-controller (= ${binary:Version}),
102 openvswitch-ipsec (= ${binary:Version}),
103 openvswitch-switch (= ${binary:Version})
104 Description: Debug symbols for Open vSwitch packages
105 This package contains the debug symbols for all the other openvswitch-*
106 packages. Install it to debug one of them or to examine a core dump
107 produced by one of them.
109 Package: python-openvswitch
112 Depends: ${python:Depends}, openvswitch-switch (= ${binary:Version})
113 Provides: ${python:Provides}
114 Description: Python bindings for Open vSwitch
115 This package contains the full Python bindings for Open vSwitch database.