debian: Use pfaffben@debian.org as uploader address for Ben Pfaff.
[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 <pfaffben@debian.org>, Simon Horman <horms@debian.org>
6 Build-Depends:
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
11 Package: openvswitch-datapath-source
12 Architecture: all
13 Depends: module-assistant, bzip2, debhelper (>= 5.0.37), ${misc:Depends}
14 Suggests: openvswitch-switch
15 Description: Source code for Open vSwitch datapath Linux module
16  This package provides the Open vSwitch datapath module source code
17  that is needed by openvswitch-switch.  The kernel module can be built
18  from it using module-assistant or make-kpkg.  README.Debian in this
19  package provides further instructions.
20  .
21  Open vSwitch is a full-featured software-based Ethernet switch.
22
23 Package: openvswitch-common
24 Architecture: any
25 Depends: ${shlibs:Depends}, openssl, ${misc:Depends}
26 Description: Open vSwitch common components
27  openvswitch-common provides components required by both openvswitch-switch
28  and openvswitch-controller.
29  .
30  Open vSwitch is a full-featured software-based Ethernet switch.
31
32 Package: openvswitch-switch
33 Architecture: any
34 Suggests: openvswitch-datapath-module
35 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps
36 Description: Open vSwitch switch implementations
37  openvswitch-switch provides the userspace components and utilities for
38  the Open vSwitch kernel-based switch.  
39  .
40  Open vSwitch is a full-featured software-based Ethernet switch.
41
42 Package: openvswitch-switch-config
43 Architecture: any
44 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-switch (= ${binary:Version}), 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 full-featured software-based Ethernet switch.
50
51 Package: openvswitch-pki
52 Architecture: all
53 Depends:
54  ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (>= ${source:Version}),
55  openvswitch-common (<< ${source:Version}.1~)
56 Description: A dependency package for the Open vSwitch public key infrastructure
57  openvswitch-pki provides PKI (public key infrastructure) support for
58  Open vSwitch switches and controllers, reducing the risk of
59  man-in-the-middle attacks on the Open vSwitch network infrastructure.
60  .
61  Open vSwitch is a full-featured software-based Ethernet switch.
62
63 Package: openvswitch-pki-server
64 Architecture: all
65 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}), apache2
66 Description: Open vSwitch public key infrastructure (HTTP server support)
67  openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public
68  key infrastructure) maintained on the local machine by the
69  openvswitch-pki package.  This HTTP access is needed for secure and
70  convenient OpenFlow switch setup using the ovs-switch-setup program
71  in the openvswitch-switch package.
72  .
73  Open vSwitch is a full-featured software-based Ethernet switch.
74
75 Package: openvswitch-controller
76 Architecture: any
77 Depends:
78  ${shlibs:Depends}, openvswitch-common (= ${binary:Version}),
79  openvswitch-pki (= ${source:Version}), ${misc:Depends}
80 Description: Open vSwitch controller implementation
81  The Open vSwitch controller enables OpenFlow switches that connect to it
82  to act as MAC-learning Ethernet switches.
83  .
84  Open vSwitch is a full-featured software-based Ethernet switch.
85
86 Package: corekeeper
87 Architecture: all
88 Depends: tmpreaper, ${misc:Depends}
89 Description: Core file centralizer and reaper
90  The corekeeper package configures the system to dump all core files to
91  /var/log/core.  It also deletes core files older than 7 days.
92
93 Package: openvswitch-dbg
94 Section: debug
95 Architecture: any
96 Depends: ${shlibs:Depends}, ${misc:Depends}
97 Description: Debug symbols for Open vSwitch packages
98  This package contains the debug symbols for all the other openvswitch-*
99  packages.  Install it to debug one of them or to examine a core dump
100  produced by one of them.
101
102 Package: openvswitch-monitor
103 Architecture: any
104 Recommends: openvswitch-switch
105 Depends: ${shlibs:Depends}, ${misc:Depends}
106 Description: Monitor utility for Open vSwitch switches
107  The ovs-monitor utility included in this package monitors the
108  ovs-openflowd process and the kernel datapath.  If either become
109  unresponsive, it reboots the machine.
110
111 Package: openvswitch-wdt
112 Architecture: any
113 Recommends: openvswitch-switch
114 Depends: ${shlibs:Depends}, ${misc:Depends}
115 Description: Watchdog utility for Open vSwitch switches
116  The ovs-wdt program included in this package manages the hardware
117  watchdog timer in switches based on the Portwell NAR-5520 hardware.