]> git.proxmox.com Git - mirror_ovs.git/blame - debian/control
ofp-util: Make make_flow_mod() take cls_rule instead of struct flow.
[mirror_ovs.git] / debian / control
CommitLineData
064af421
BP
1Source: openvswitch
2Section: net
3Priority: extra
37ea6436 4Maintainer: Open vSwitch developers <dev@openvswitch.org>
e631bc29 5Uploaders: Ben Pfaff <pfaffben@debian.org>, Simon Horman <horms@debian.org>
bb41d3d4 6Build-Depends:
f10a0334
JP
7 debhelper (>= 5), autoconf (>= 2.64), automake (>= 1.10) | automake1.10,
8 libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2, openssl, python,
7f44e809 9 python-support (>= 0.8.4), procps
3ab5bd21 10Standards-Version: 3.9.1
e2e744a8 11Homepage: http://openvswitch.org/
064af421
BP
12
13Package: openvswitch-datapath-source
14Architecture: all
0de90890 15Depends: module-assistant, bzip2, debhelper (>= 5.0.37), ${misc:Depends}
064af421
BP
16Suggests: openvswitch-switch
17Description: 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 .
f30f26be 23 Open vSwitch is a full-featured software-based Ethernet switch.
064af421
BP
24
25Package: openvswitch-common
26Architecture: any
c84d769c
EJ
27Depends: ${shlibs:Depends}, openssl, ${misc:Depends}, python
28Suggests: ethtool
064af421
BP
29Description: Open vSwitch common components
30 openvswitch-common provides components required by both openvswitch-switch
31 and openvswitch-controller.
32 .
f30f26be 33 Open vSwitch is a full-featured software-based Ethernet switch.
064af421
BP
34
35Package: openvswitch-switch
36Architecture: any
37Suggests: openvswitch-datapath-module
b3a43165 38Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps
064af421
BP
39Description: Open vSwitch switch implementations
40 openvswitch-switch provides the userspace components and utilities for
41 the Open vSwitch kernel-based switch.
42 .
f30f26be 43 Open vSwitch is a full-featured software-based Ethernet switch.
064af421 44
a3acf0b0
JP
45Package: openvswitch-ipsec
46Architecture: any
47Depends:
e97a1034
JP
48 ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
49 ipsec-tools (>=0.8~alpha20090903),
50 racoon (>=0.8~alpha20090903),
a3acf0b0
JP
51 openvswitch-common (= ${binary:Version}),
52 openvswitch-switch (= ${binary:Version}),
53 python-openvswitch (= ${binary:Version})
54Description: 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
064af421
BP
60Package: openvswitch-pki
61Architecture: all
27a59496
SH
62Depends:
63 ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (>= ${source:Version}),
64 openvswitch-common (<< ${source:Version}.1~)
d499c295 65Description: A dependency package for the Open vSwitch public key infrastructure
064af421
BP
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 .
f30f26be 70 Open vSwitch is a full-featured software-based Ethernet switch.
064af421
BP
71
72Package: openvswitch-pki-server
73Architecture: all
3ece3294 74Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}), apache2
064af421
BP
75Description: 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 .
f30f26be 82 Open vSwitch is a full-featured software-based Ethernet switch.
064af421
BP
83
84Package: openvswitch-controller
85Architecture: any
27a59496
SH
86Depends:
87 ${shlibs:Depends}, openvswitch-common (= ${binary:Version}),
88 openvswitch-pki (= ${source:Version}), ${misc:Depends}
064af421
BP
89Description: 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 .
f30f26be 93 Open vSwitch is a full-featured software-based Ethernet switch.
064af421 94
064af421 95Package: openvswitch-dbg
77ce847d 96Section: debug
064af421 97Architecture: any
c09c9fb2
SH
98Depends:
99 ${shlibs:Depends}, ${misc:Depends},
100 openvswitch-common (= ${binary:Version}),
101 openvswitch-controller (= ${binary:Version}),
a3acf0b0 102 openvswitch-ipsec (= ${binary:Version}),
c09c9fb2 103 openvswitch-switch (= ${binary:Version})
064af421
BP
104Description: Debug symbols for Open vSwitch packages
105 This package contains the debug symbols for all the other openvswitch-*
106 packages. Install it to debug one of them or to examine a core dump
107 produced by one of them.
c0c2489a 108
a3acf0b0 109Package: python-openvswitch
c0c2489a 110Architecture: all
1d273d6d 111Section: python
c0c2489a
SL
112Depends: ${python:Depends}, openvswitch-switch (= ${binary:Version})
113Provides: ${python:Provides}
114Description: Python bindings for Open vSwitch
115 This package contains the full Python bindings for Open vSwitch database.