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