debian: Add support for GRE-over-IPsec
[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, ethtool
28 Description: Open vSwitch common components
29  openvswitch-common provides components required by both openvswitch-switch
30  and openvswitch-controller.
31  .
32  Open vSwitch is a full-featured software-based Ethernet switch.
33
34 Package: openvswitch-switch
35 Architecture: any
36 Suggests: openvswitch-datapath-module
37 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps
38 Description: Open vSwitch switch implementations
39  openvswitch-switch provides the userspace components and utilities for
40  the Open vSwitch kernel-based switch.  
41  .
42  Open vSwitch is a full-featured software-based Ethernet switch.
43
44 Package: openvswitch-ipsec
45 Architecture: any
46 Depends:
47  ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ipsec-tools, racoon,
48  openvswitch-common (= ${binary:Version}),
49  openvswitch-switch (= ${binary:Version}),
50  python-openvswitch (= ${binary:Version})
51 Description: Open vSwitch GRE-over-IPsec support
52  The ovs-monitor-ipsec script provides support for encrypting GRE
53  tunnels with IPsec.
54  .
55  Open vSwitch is a full-featured software-based Ethernet switch.
56
57 Package: openvswitch-pki
58 Architecture: all
59 Depends:
60  ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (>= ${source:Version}),
61  openvswitch-common (<< ${source:Version}.1~)
62 Description: A dependency package for the Open vSwitch public key infrastructure
63  openvswitch-pki provides PKI (public key infrastructure) support for
64  Open vSwitch switches and controllers, reducing the risk of
65  man-in-the-middle attacks on the Open vSwitch network infrastructure.
66  .
67  Open vSwitch is a full-featured software-based Ethernet switch.
68
69 Package: openvswitch-pki-server
70 Architecture: all
71 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}), apache2
72 Description: Open vSwitch public key infrastructure (HTTP server support)
73  openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public
74  key infrastructure) maintained on the local machine by the
75  openvswitch-pki package.  This HTTP access is needed for secure and
76  convenient OpenFlow switch setup using the ovs-switch-setup program
77  in the openvswitch-switch package.
78  .
79  Open vSwitch is a full-featured software-based Ethernet switch.
80
81 Package: openvswitch-controller
82 Architecture: any
83 Depends:
84  ${shlibs:Depends}, openvswitch-common (= ${binary:Version}),
85  openvswitch-pki (= ${source:Version}), ${misc:Depends}
86 Description: Open vSwitch controller implementation
87  The Open vSwitch controller enables OpenFlow switches that connect to it
88  to act as MAC-learning Ethernet switches.
89  .
90  Open vSwitch is a full-featured software-based Ethernet switch.
91
92 Package: corekeeper
93 Architecture: all
94 Depends: tmpreaper, ${misc:Depends}
95 Description: Core file centralizer and reaper
96  The corekeeper package configures the system to dump all core files to
97  /var/log/core.  It also deletes core files older than 7 days.
98
99 Package: openvswitch-dbg
100 Section: debug
101 Architecture: any
102 Depends:
103  ${shlibs:Depends}, ${misc:Depends},
104  openvswitch-common (= ${binary:Version}),
105  openvswitch-controller (= ${binary:Version}),
106  openvswitch-ipsec (= ${binary:Version}),
107  openvswitch-switch (= ${binary:Version})
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: python-openvswitch
114 Architecture: all
115 Section: python
116 Depends: ${python:Depends}, openvswitch-switch (= ${binary:Version})
117 Provides: ${python:Provides}
118 Description: Python bindings for Open vSwitch
119  This package contains the full Python bindings for Open vSwitch database.