debian: openvswitch-common ethtool should not be required
[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), automake (>= 1.10) | automake1.10, 
8  libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2, openssl, python,
9  python-support (>= 0.8.4)
10 Standards-Version: 3.9.1
11 Homepage: http://openvswitch.org/
12
13 Package: openvswitch-datapath-source
14 Architecture: all
15 Depends: module-assistant, bzip2, debhelper (>= 5.0.37), ${misc:Depends}
16 Suggests: openvswitch-switch
17 Description: Source code for Open vSwitch datapath Linux module
18  This package provides the Open vSwitch datapath module source code
19  that is needed by openvswitch-switch.  The kernel module can be built
20  from it using module-assistant or make-kpkg.  README.Debian in this
21  package provides further instructions.
22  .
23  Open vSwitch is a full-featured software-based Ethernet switch.
24
25 Package: openvswitch-common
26 Architecture: any
27 Depends: ${shlibs:Depends}, openssl, ${misc:Depends}, python
28 Suggests: ethtool
29 Description: Open vSwitch common components
30  openvswitch-common provides components required by both openvswitch-switch
31  and openvswitch-controller.
32  .
33  Open vSwitch is a full-featured software-based Ethernet switch.
34
35 Package: openvswitch-switch
36 Architecture: any
37 Suggests: openvswitch-datapath-module
38 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps
39 Description: Open vSwitch switch implementations
40  openvswitch-switch provides the userspace components and utilities for
41  the Open vSwitch kernel-based switch.  
42  .
43  Open vSwitch is a full-featured software-based Ethernet switch.
44
45 Package: openvswitch-ipsec
46 Architecture: any
47 Depends:
48  ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ipsec-tools, racoon,
49  openvswitch-common (= ${binary:Version}),
50  openvswitch-switch (= ${binary:Version}),
51  python-openvswitch (= ${binary:Version})
52 Description: Open vSwitch GRE-over-IPsec support
53  The ovs-monitor-ipsec script provides support for encrypting GRE
54  tunnels with IPsec.
55  .
56  Open vSwitch is a full-featured software-based Ethernet switch.
57
58 Package: openvswitch-pki
59 Architecture: all
60 Depends:
61  ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (>= ${source:Version}),
62  openvswitch-common (<< ${source:Version}.1~)
63 Description: A dependency package for the Open vSwitch public key infrastructure
64  openvswitch-pki provides PKI (public key infrastructure) support for
65  Open vSwitch switches and controllers, reducing the risk of
66  man-in-the-middle attacks on the Open vSwitch network infrastructure.
67  .
68  Open vSwitch is a full-featured software-based Ethernet switch.
69
70 Package: openvswitch-pki-server
71 Architecture: all
72 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}), apache2
73 Description: Open vSwitch public key infrastructure (HTTP server support)
74  openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public
75  key infrastructure) maintained on the local machine by the
76  openvswitch-pki package.  This HTTP access is needed for secure and
77  convenient OpenFlow switch setup using the ovs-switch-setup program
78  in the openvswitch-switch package.
79  .
80  Open vSwitch is a full-featured software-based Ethernet switch.
81
82 Package: openvswitch-controller
83 Architecture: any
84 Depends:
85  ${shlibs:Depends}, openvswitch-common (= ${binary:Version}),
86  openvswitch-pki (= ${source:Version}), ${misc:Depends}
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, ${misc:Depends}
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 Section: debug
102 Architecture: any
103 Depends:
104  ${shlibs:Depends}, ${misc:Depends},
105  openvswitch-common (= ${binary:Version}),
106  openvswitch-controller (= ${binary:Version}),
107  openvswitch-ipsec (= ${binary:Version}),
108  openvswitch-switch (= ${binary:Version})
109 Description: Debug symbols for Open vSwitch packages
110  This package contains the debug symbols for all the other openvswitch-*
111  packages.  Install it to debug one of them or to examine a core dump
112  produced by one of them.
113
114 Package: python-openvswitch
115 Architecture: all
116 Section: python
117 Depends: ${python:Depends}, openvswitch-switch (= ${binary:Version})
118 Provides: ${python:Provides}
119 Description: Python bindings for Open vSwitch
120  This package contains the full Python bindings for Open vSwitch database.