Debian: Add Build-Depends on python
[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:
7  debhelper (>= 5), autoconf (>= 2.64), automake1.10, libssl-dev,
8  pkg-config (>= 0.21), po-debconf, bzip2, openssl, libncurses5-dev,
9  libpcre3-dev, python
10 Standards-Version: 3.9.1
11
12 Package: openvswitch-datapath-source
13 Architecture: all
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.
21  .
22  Open vSwitch is a full-featured software-based Ethernet switch.
23
24 Package: openvswitch-common
25 Architecture: any
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.
30  .
31  Open vSwitch is a full-featured software-based Ethernet switch.
32
33 Package: openvswitch-switch
34 Architecture: any
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.  
40  .
41  Open vSwitch is a full-featured software-based Ethernet switch.
42
43 Package: openvswitch-switch-config
44 Architecture: any
45 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-switch (= ${binary:Version}), libwww-perl, libdigest-sha1-perl
46 Description: Open vSwitch switch implementations
47  openvswitch-switch-config provides a utility for interactively configuring
48  the Open vSwitch switch provided in the openvswitch-switch package.
49  .
50  Open vSwitch is a full-featured software-based Ethernet switch.
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 (= ${binary:Version})
69 Description: A dependency package for the 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 full-featured software-based Ethernet switch.
75
76 Package: openvswitch-pki-server
77 Architecture: all
78 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}), apache2
79 Description: Open vSwitch public key infrastructure (HTTP server support)
80  openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public
81  key infrastructure) maintained on the local machine by the
82  openvswitch-pki package.  This HTTP access is needed for secure and
83  convenient OpenFlow switch setup using the ovs-switch-setup program
84  in the openvswitch-switch package.
85  .
86  Open vSwitch is a full-featured software-based Ethernet switch.
87
88 Package: openvswitch-controller
89 Architecture: any
90 Depends: ${shlibs:Depends}, openvswitch-common (= ${binary:Version}), openvswitch-pki (= ${binary:Version}), ${misc:Depends}
91 Description: Open vSwitch controller implementation
92  The Open vSwitch controller enables OpenFlow switches that connect to it
93  to act as MAC-learning Ethernet switches.
94  .
95  Open vSwitch is a full-featured software-based Ethernet switch.
96
97 Package: corekeeper
98 Architecture: all
99 Depends: tmpreaper, ${misc:Depends}
100 Description: Core file centralizer and reaper
101  The corekeeper package configures the system to dump all core files to
102  /var/log/core.  It also deletes core files older than 7 days.
103
104 Package: openvswitch-dbg
105 Section: debug
106 Architecture: any
107 Depends: ${shlibs:Depends}, ${misc:Depends}
108 Description: Debug symbols for Open vSwitch packages
109  This package contains the debug symbols for all the other openvswitch-*
110  packages.  Install it to debug one of them or to examine a core dump
111  produced by one of them.
112
113 Package: openvswitch-monitor
114 Architecture: any
115 Recommends: openvswitch-switch
116 Depends: ${shlibs:Depends}, ${misc:Depends}
117 Description: Monitor utility for Open vSwitch switches
118  The ovs-monitor utility included in this package monitors the
119  ovs-openflowd process and the kernel datapath.  If either become
120  unresponsive, it reboots the machine.
121
122 Package: openvswitch-wdt
123 Architecture: any
124 Recommends: openvswitch-switch
125 Depends: ${shlibs:Depends}, ${misc:Depends}
126 Description: Watchdog utility for Open vSwitch switches
127  The ovs-wdt program included in this package manages the hardware
128  watchdog timer in switches based on the Portwell NAR-5520 hardware.
129
130 Package: nicira-switch
131 Architecture: all
132 Depends: 
133  openvswitch-common (= ${binary:Version}), 
134  openvswitch-switch (= ${binary:Version}), 
135  openvswitch-switchui (= ${binary:Version}), 
136  openvswitch-datapath-module (= ${binary:Version}),
137  corekeeper, openvswitch-monitor, openvswitch-wdt, ${misc:Depends}
138 Description: A meta-package for installing a Nicira Open vSwitch switch
139  Installing this package will install everything needed for a Nicira
140  Portwell-based Open vSwitch switch, including monitoring and the switch UI.
141