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), automake1.10, libssl-dev,
8 pkg-config (>= 0.21), po-debconf, bzip2, openssl, python
9 Standards-Version: 3.9.1
10 Homepage: http://openvswitch.org/
12 Package: openvswitch-datapath-source
14 Depends: module-assistant, bzip2, debhelper (>= 5.0.37), ${misc:Depends}
15 Suggests: openvswitch-switch
16 Description: Source code for Open vSwitch datapath Linux module
17 This package provides the Open vSwitch datapath module source code
18 that is needed by openvswitch-switch. The kernel module can be built
19 from it using module-assistant or make-kpkg. README.Debian in this
20 package provides further instructions.
22 Open vSwitch is a full-featured software-based Ethernet switch.
24 Package: openvswitch-common
26 Depends: ${shlibs:Depends}, openssl, ${misc:Depends}
27 Description: Open vSwitch common components
28 openvswitch-common provides components required by both openvswitch-switch
29 and openvswitch-controller.
31 Open vSwitch is a full-featured software-based Ethernet switch.
33 Package: openvswitch-switch
35 Suggests: openvswitch-datapath-module
36 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps
37 Description: Open vSwitch switch implementations
38 openvswitch-switch provides the userspace components and utilities for
39 the Open vSwitch kernel-based switch.
41 Open vSwitch is a full-featured software-based Ethernet switch.
43 Package: openvswitch-pki
46 ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (>= ${source:Version}),
47 openvswitch-common (<< ${source:Version}.1~)
48 Description: A dependency package for the Open vSwitch public key infrastructure
49 openvswitch-pki provides PKI (public key infrastructure) support for
50 Open vSwitch switches and controllers, reducing the risk of
51 man-in-the-middle attacks on the Open vSwitch network infrastructure.
53 Open vSwitch is a full-featured software-based Ethernet switch.
55 Package: openvswitch-pki-server
57 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}), apache2
58 Description: Open vSwitch public key infrastructure (HTTP server support)
59 openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public
60 key infrastructure) maintained on the local machine by the
61 openvswitch-pki package. This HTTP access is needed for secure and
62 convenient OpenFlow switch setup using the ovs-switch-setup program
63 in the openvswitch-switch package.
65 Open vSwitch is a full-featured software-based Ethernet switch.
67 Package: openvswitch-controller
70 ${shlibs:Depends}, openvswitch-common (= ${binary:Version}),
71 openvswitch-pki (= ${source:Version}), ${misc:Depends}
72 Description: Open vSwitch controller implementation
73 The Open vSwitch controller enables OpenFlow switches that connect to it
74 to act as MAC-learning Ethernet switches.
76 Open vSwitch is a full-featured software-based Ethernet switch.
80 Depends: tmpreaper, ${misc:Depends}
81 Description: Core file centralizer and reaper
82 The corekeeper package configures the system to dump all core files to
83 /var/log/core. It also deletes core files older than 7 days.
85 Package: openvswitch-dbg
89 ${shlibs:Depends}, ${misc:Depends},
90 openvswitch-common (= ${binary:Version}),
91 openvswitch-controller (= ${binary:Version}),
92 openvswitch-switch (= ${binary:Version})
93 Description: Debug symbols for Open vSwitch packages
94 This package contains the debug symbols for all the other openvswitch-*
95 packages. Install it to debug one of them or to examine a core dump
96 produced by one of them.