09eda11481eb5ba4ae476c532f4c0a350ae92a77
[sliver-openvswitch.git] / debian / control
1 Source: openvswitch
2 Section: net
3 Priority: extra
4 Maintainer: Open vSwitch developers <ovs-dev@openvswitch.org>
5 Build-Depends: debhelper (>= 5), autoconf (>= 2.60), automake1.10, libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2, openssl, libncurses5-dev, libpcre3-dev
6 Standards-Version: 3.7.3
7
8 Package: openvswitch-datapath-source
9 Architecture: all
10 Depends: module-assistant, bzip2, debhelper (>= 5.0.37)
11 Suggests: openvswitch-switch
12 Description: Source code for Open vSwitch datapath Linux module
13  This package provides the Open vSwitch datapath module source code
14  that is needed by openvswitch-switch.  The kernel module can be built
15  from it using module-assistant or make-kpkg.  README.Debian in this
16  package provides further instructions.
17  .
18  Open vSwitch is a software-based Ethernet switch targeted at virtual
19  servers.
20
21 Package: openvswitch-common
22 Architecture: any
23 Depends: ${shlibs:Depends}, openssl
24 Description: Open vSwitch common components
25  openvswitch-common provides components required by both openvswitch-switch
26  and openvswitch-controller.
27  .
28  Open vSwitch is a software-based Ethernet switch targeted at virtual
29  servers.
30
31 Package: openvswitch-switch
32 Architecture: any
33 Suggests: openvswitch-datapath-module
34 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common, dhcp3-client, module-init-tools, dmidecode, procps, debianutils
35 Description: Open vSwitch switch implementations
36  openvswitch-switch provides the userspace components and utilities for
37  the Open vSwitch kernel-based switch.  
38  .
39  Open vSwitch is a software-based Ethernet switch targeted at virtual
40  servers.
41
42 Package: openvswitch-switch-config
43 Architecture: any
44 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-switch, libwww-perl, libdigest-sha1-perl
45 Description: Open vSwitch switch implementations
46  openvswitch-switch-config provides a utility for interactively configuring
47  the Open vSwitch switch provided in the openvswitch-switch package.
48  .
49  Open vSwitch is a software-based Ethernet switch targeted at virtual
50  servers.
51
52 Package: openvswitch-switchui
53 Architecture: any
54 Recommends: openvswitch-switch
55 Depends: ${shlibs:Depends}, ${misc:Depends}, console-tools
56 Description: Monitoring utility for OpenFlow switches
57  The ovs-switchui utility included in this package provides a
58  "front-panel display" to allow administrators to view the status of
59  an OpenFlow switch at a glance.
60  .
61  The ezio-term utility, also included, provides a VT100-compatible
62  terminal interface for EZIO3 (aka MTB-134) 16x2 LCD displays found on
63  server appliances made by Portwell.  It allows ovs-switchui to work
64  with such displays.
65
66 Package: openvswitch-pki
67 Architecture: all
68 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common
69 Description: Open vSwitch public key infrastructure
70  openvswitch-pki provides PKI (public key infrastructure) support for
71  Open vSwitch switches and controllers, reducing the risk of
72  man-in-the-middle attacks on the Open vSwitch network infrastructure.
73  .
74  Open vSwitch is a software-based Ethernet switch targeted at virtual
75  servers.
76
77 Package: openvswitch-pki-server
78 Architecture: all
79 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki, apache2
80 Description: Open vSwitch public key infrastructure (HTTP server support)
81  openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public
82  key infrastructure) maintained on the local machine by the
83  openvswitch-pki package.  This HTTP access is needed for secure and
84  convenient OpenFlow switch setup using the ovs-switch-setup program
85  in the openvswitch-switch package.
86  .
87  Open vSwitch is a software-based Ethernet switch targeted at virtual
88  servers.
89
90 Package: openvswitch-controller
91 Architecture: any
92 Depends: ${shlibs:Depends}, openvswitch-common, openvswitch-pki
93 Description: Open vSwitch controller implementation
94  The Open vSwitch controller enables OpenFlow switches that connect to it
95  to act as MAC-learning Ethernet switches.
96  .
97  Open vSwitch is a software-based Ethernet switch targeted at virtual
98  servers.
99
100 Package: corekeeper
101 Architecture: all
102 Depends: tmpreaper
103 Description: Core file centralizer and reaper
104  The corekeeper package configures the system to dump all core files to
105  /var/log/core.  It also deletes core files older than 7 days.
106
107 Package: openvswitch-dbg
108 Architecture: any
109 Depends: ${shlibs:Depends}
110 Description: Debug symbols for Open vSwitch packages
111  This package contains the debug symbols for all the other openvswitch-*
112  packages.  Install it to debug one of them or to examine a core dump
113  produced by one of them.
114
115 Package: openvswitch-monitor
116 Architecture: any
117 Recommends: openvswitch-switch
118 Depends: ${shlibs:Depends}, ${misc:Depends}
119 Description: Monitor utility for Open vSwitch switches
120  The ovs-monitor utility included in this package monitors the secure
121  channel and datapath.  If either become unresponsive, the switch is
122  rebooted.
123
124 Package: openvswitch-wdt
125 Architecture: any
126 Recommends: openvswitch-switch
127 Depends: ${shlibs:Depends}, ${misc:Depends}
128 Description: Watchdog utility for Open vSwitch switches
129  The ovs-wdt program included in this package manages the hardware
130  watchdog timer in switches based on the Portwell NAR-5520 hardware.
131
132 Package: nicira-switch
133 Architecture: all
134 Depends: 
135  openvswitch-common (= ${source:Version}), 
136  openvswitch-switch (= ${source:Version}), 
137  openvswitch-switchui (= ${source:Version}), 
138  openvswitch-datapath-module (= ${source:Version}),
139  corekeeper, openvswitch-monitor, openvswitch-wdt
140 Description: Metapackage for installing a Nicira Open vSwitch switch
141  Installing this package will install everything needed for a Nicira
142  Portwell-based Open vSwitch switch, including monitoring and the switch UI.
143