ovs-monitor-ipsec: Add ability to traverse NATs
[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}, 
49  ipsec-tools (>=0.8~alpha20090903), 
50  racoon (>=0.8~alpha20090903),
51  openvswitch-common (= ${binary:Version}),
52  openvswitch-switch (= ${binary:Version}),
53  python-openvswitch (= ${binary:Version})
54 Description: Open vSwitch GRE-over-IPsec support
55  The ovs-monitor-ipsec script provides support for encrypting GRE
56  tunnels with IPsec.
57  .
58  Open vSwitch is a full-featured software-based Ethernet switch.
59
60 Package: openvswitch-pki
61 Architecture: all
62 Depends:
63  ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (>= ${source:Version}),
64  openvswitch-common (<< ${source:Version}.1~)
65 Description: A dependency package for the Open vSwitch public key infrastructure
66  openvswitch-pki provides PKI (public key infrastructure) support for
67  Open vSwitch switches and controllers, reducing the risk of
68  man-in-the-middle attacks on the Open vSwitch network infrastructure.
69  .
70  Open vSwitch is a full-featured software-based Ethernet switch.
71
72 Package: openvswitch-pki-server
73 Architecture: all
74 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}), apache2
75 Description: Open vSwitch public key infrastructure (HTTP server support)
76  openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public
77  key infrastructure) maintained on the local machine by the
78  openvswitch-pki package.  This HTTP access is needed for secure and
79  convenient OpenFlow switch setup using the ovs-switch-setup program
80  in the openvswitch-switch package.
81  .
82  Open vSwitch is a full-featured software-based Ethernet switch.
83
84 Package: openvswitch-controller
85 Architecture: any
86 Depends:
87  ${shlibs:Depends}, openvswitch-common (= ${binary:Version}),
88  openvswitch-pki (= ${source:Version}), ${misc:Depends}
89 Description: Open vSwitch controller implementation
90  The Open vSwitch controller enables OpenFlow switches that connect to it
91  to act as MAC-learning Ethernet switches.
92  .
93  Open vSwitch is a full-featured software-based Ethernet switch.
94
95 Package: corekeeper
96 Architecture: all
97 Depends: tmpreaper, ${misc:Depends}
98 Description: Core file centralizer and reaper
99  The corekeeper package configures the system to dump all core files to
100  /var/log/core.  It also deletes core files older than 7 days.
101
102 Package: openvswitch-dbg
103 Section: debug
104 Architecture: any
105 Depends:
106  ${shlibs:Depends}, ${misc:Depends},
107  openvswitch-common (= ${binary:Version}),
108  openvswitch-controller (= ${binary:Version}),
109  openvswitch-ipsec (= ${binary:Version}),
110  openvswitch-switch (= ${binary:Version})
111 Description: Debug symbols for Open vSwitch packages
112  This package contains the debug symbols for all the other openvswitch-*
113  packages.  Install it to debug one of them or to examine a core dump
114  produced by one of them.
115
116 Package: python-openvswitch
117 Architecture: all
118 Section: python
119 Depends: ${python:Depends}, openvswitch-switch (= ${binary:Version})
120 Provides: ${python:Provides}
121 Description: Python bindings for Open vSwitch
122  This package contains the full Python bindings for Open vSwitch database.