Debian: Use ${source:Version} for versioned dependencies as appropriate
[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:
69  ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (>= ${source:Version}),
70  openvswitch-common (<< ${source:Version}.1~)
71 Description: A dependency package for the Open vSwitch public key infrastructure
72  openvswitch-pki provides PKI (public key infrastructure) support for
73  Open vSwitch switches and controllers, reducing the risk of
74  man-in-the-middle attacks on the Open vSwitch network infrastructure.
75  .
76  Open vSwitch is a full-featured software-based Ethernet switch.
77
78 Package: openvswitch-pki-server
79 Architecture: all
80 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}), apache2
81 Description: Open vSwitch public key infrastructure (HTTP server support)
82  openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public
83  key infrastructure) maintained on the local machine by the
84  openvswitch-pki package.  This HTTP access is needed for secure and
85  convenient OpenFlow switch setup using the ovs-switch-setup program
86  in the openvswitch-switch package.
87  .
88  Open vSwitch is a full-featured software-based Ethernet switch.
89
90 Package: openvswitch-controller
91 Architecture: any
92 Depends:
93  ${shlibs:Depends}, openvswitch-common (= ${binary:Version}),
94  openvswitch-pki (= ${source:Version}), ${misc:Depends}
95 Description: Open vSwitch controller implementation
96  The Open vSwitch controller enables OpenFlow switches that connect to it
97  to act as MAC-learning Ethernet switches.
98  .
99  Open vSwitch is a full-featured software-based Ethernet switch.
100
101 Package: corekeeper
102 Architecture: all
103 Depends: tmpreaper, ${misc:Depends}
104 Description: Core file centralizer and reaper
105  The corekeeper package configures the system to dump all core files to
106  /var/log/core.  It also deletes core files older than 7 days.
107
108 Package: openvswitch-dbg
109 Section: debug
110 Architecture: any
111 Depends: ${shlibs:Depends}, ${misc:Depends}
112 Description: Debug symbols for Open vSwitch packages
113  This package contains the debug symbols for all the other openvswitch-*
114  packages.  Install it to debug one of them or to examine a core dump
115  produced by one of them.
116
117 Package: openvswitch-monitor
118 Architecture: any
119 Recommends: openvswitch-switch
120 Depends: ${shlibs:Depends}, ${misc:Depends}
121 Description: Monitor utility for Open vSwitch switches
122  The ovs-monitor utility included in this package monitors the
123  ovs-openflowd process and the kernel datapath.  If either become
124  unresponsive, it reboots the machine.
125
126 Package: openvswitch-wdt
127 Architecture: any
128 Recommends: openvswitch-switch
129 Depends: ${shlibs:Depends}, ${misc:Depends}
130 Description: Watchdog utility for Open vSwitch switches
131  The ovs-wdt program included in this package manages the hardware
132  watchdog timer in switches based on the Portwell NAR-5520 hardware.
133
134 Package: nicira-switch
135 Architecture: all
136 Depends: 
137  openvswitch-common (>= ${source:Version}),
138  openvswitch-common (<< ${source:Version}.1~),
139  openvswitch-switch (>= ${source:Version}),
140  openvswitch-switch (<< ${source:Version}.1~),
141  openvswitch-switchui (>= ${source:Version}),
142  openvswitch-switchui (<< ${source:Version}.1~),
143  openvswitch-datapath-module (>= ${source:Version}),
144  openvswitch-datapath-module (<< ${source:Version}.1~),
145  corekeeper, openvswitch-monitor, openvswitch-wdt, ${misc:Depends}
146 Description: A meta-package for installing a Nicira Open vSwitch switch
147  Installing this package will install everything needed for a Nicira
148  Portwell-based Open vSwitch switch, including monitoring and the switch UI.
149