Merge "citrix" branch into "master.
[sliver-openvswitch.git] / debian / control
1 Source: openvswitch
2 Section: net
3 Priority: extra
4 Maintainer: Open vSwitch developers <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 full-featured software-based Ethernet switch.
19
20 Package: openvswitch-common
21 Architecture: any
22 Depends: ${shlibs:Depends}, openssl
23 Description: Open vSwitch common components
24  openvswitch-common provides components required by both openvswitch-switch
25  and openvswitch-controller.
26  .
27  Open vSwitch is a full-featured software-based Ethernet switch.
28
29 Package: openvswitch-switch
30 Architecture: any
31 Suggests: openvswitch-datapath-module
32 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${source:Version}), dhcp3-client, module-init-tools, dmidecode, procps, debianutils
33 Description: Open vSwitch switch implementations
34  openvswitch-switch provides the userspace components and utilities for
35  the Open vSwitch kernel-based switch.  
36  .
37  Open vSwitch is a full-featured software-based Ethernet switch.
38
39 Package: openvswitch-switch-config
40 Architecture: any
41 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-switch (= ${source:Version}), libwww-perl, libdigest-sha1-perl
42 Description: Open vSwitch switch implementations
43  openvswitch-switch-config provides a utility for interactively configuring
44  the Open vSwitch switch provided in the openvswitch-switch package.
45  .
46  Open vSwitch is a full-featured software-based Ethernet switch.
47
48 Package: openvswitch-switchui
49 Architecture: any
50 Recommends: openvswitch-switch
51 Depends: ${shlibs:Depends}, ${misc:Depends}, console-tools
52 Description: Monitoring utility for OpenFlow switches
53  The ovs-switchui utility included in this package provides a
54  "front-panel display" to allow administrators to view the status of
55  an OpenFlow switch at a glance.
56  .
57  The ezio-term utility, also included, provides a VT100-compatible
58  terminal interface for EZIO3 (aka MTB-134) 16x2 LCD displays found on
59  server appliances made by Portwell.  It allows ovs-switchui to work
60  with such displays.
61
62 Package: openvswitch-pki
63 Architecture: all
64 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${source:Version})
65 Description: 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.
69  .
70  Open vSwitch is a full-featured software-based Ethernet switch.
71
72 Package: openvswitch-pki-server
73 Architecture: all
74 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${source: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.
81  .
82  Open vSwitch is a full-featured software-based Ethernet switch.
83
84 Package: openvswitch-controller
85 Architecture: any
86 Depends: ${shlibs:Depends}, openvswitch-common (= ${source:Version}), openvswitch-pki (= ${source:Version})
87 Description: Open vSwitch controller implementation
88  The Open vSwitch controller enables OpenFlow switches that connect to it
89  to act as MAC-learning Ethernet switches.
90  .
91  Open vSwitch is a full-featured software-based Ethernet switch.
92
93 Package: corekeeper
94 Architecture: all
95 Depends: tmpreaper
96 Description: Core file centralizer and reaper
97  The corekeeper package configures the system to dump all core files to
98  /var/log/core.  It also deletes core files older than 7 days.
99
100 Package: openvswitch-dbg
101 Architecture: any
102 Depends: ${shlibs:Depends}
103 Description: Debug symbols for Open vSwitch packages
104  This package contains the debug symbols for all the other openvswitch-*
105  packages.  Install it to debug one of them or to examine a core dump
106  produced by one of them.
107
108 Package: openvswitch-monitor
109 Architecture: any
110 Recommends: openvswitch-switch
111 Depends: ${shlibs:Depends}, ${misc:Depends}
112 Description: Monitor utility for Open vSwitch switches
113  The ovs-monitor utility included in this package monitors the
114  ovs-openflowd process and the kernel datapath.  If either become
115  unresponsive, it reboots the machine.
116
117 Package: openvswitch-wdt
118 Architecture: any
119 Recommends: openvswitch-switch
120 Depends: ${shlibs:Depends}, ${misc:Depends}
121 Description: Watchdog utility for Open vSwitch switches
122  The ovs-wdt program included in this package manages the hardware
123  watchdog timer in switches based on the Portwell NAR-5520 hardware.
124
125 Package: nicira-switch
126 Architecture: all
127 Depends: 
128  openvswitch-common (= ${source:Version}), 
129  openvswitch-switch (= ${source:Version}), 
130  openvswitch-switchui (= ${source:Version}), 
131  openvswitch-datapath-module (= ${source:Version}),
132  corekeeper, openvswitch-monitor, openvswitch-wdt
133 Description: Metapackage for installing a Nicira Open vSwitch switch
134  Installing this package will install everything needed for a Nicira
135  Portwell-based Open vSwitch switch, including monitoring and the switch UI.
136