]> git.proxmox.com Git - mirror_ovs.git/blame - debian/control
debian: Restart ovs-monitor-ipsec when --monitor specified
[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,
c0c2489a 9 python-support (>= 0.8.4)
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
b828c2f5 27Depends: ${shlibs:Depends}, openssl, ${misc:Depends}, python, ethtool
064af421
BP
28Description: Open vSwitch common components
29 openvswitch-common provides components required by both openvswitch-switch
30 and openvswitch-controller.
31 .
f30f26be 32 Open vSwitch is a full-featured software-based Ethernet switch.
064af421
BP
33
34Package: openvswitch-switch
35Architecture: any
36Suggests: openvswitch-datapath-module
b3a43165 37Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps
064af421
BP
38Description: Open vSwitch switch implementations
39 openvswitch-switch provides the userspace components and utilities for
40 the Open vSwitch kernel-based switch.
41 .
f30f26be 42 Open vSwitch is a full-featured software-based Ethernet switch.
064af421 43
a3acf0b0
JP
44Package: openvswitch-ipsec
45Architecture: any
46Depends:
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})
51Description: 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
064af421
BP
57Package: openvswitch-pki
58Architecture: all
27a59496
SH
59Depends:
60 ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (>= ${source:Version}),
61 openvswitch-common (<< ${source:Version}.1~)
d499c295 62Description: A dependency package for the Open vSwitch public key infrastructure
064af421
BP
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 .
f30f26be 67 Open vSwitch is a full-featured software-based Ethernet switch.
064af421
BP
68
69Package: openvswitch-pki-server
70Architecture: all
3ece3294 71Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}), apache2
064af421
BP
72Description: 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 .
f30f26be 79 Open vSwitch is a full-featured software-based Ethernet switch.
064af421
BP
80
81Package: openvswitch-controller
82Architecture: any
27a59496
SH
83Depends:
84 ${shlibs:Depends}, openvswitch-common (= ${binary:Version}),
85 openvswitch-pki (= ${source:Version}), ${misc:Depends}
064af421
BP
86Description: 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 .
f30f26be 90 Open vSwitch is a full-featured software-based Ethernet switch.
064af421
BP
91
92Package: corekeeper
93Architecture: all
0de90890 94Depends: tmpreaper, ${misc:Depends}
064af421
BP
95Description: 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
99Package: openvswitch-dbg
77ce847d 100Section: debug
064af421 101Architecture: any
c09c9fb2
SH
102Depends:
103 ${shlibs:Depends}, ${misc:Depends},
104 openvswitch-common (= ${binary:Version}),
105 openvswitch-controller (= ${binary:Version}),
a3acf0b0 106 openvswitch-ipsec (= ${binary:Version}),
c09c9fb2 107 openvswitch-switch (= ${binary:Version})
064af421
BP
108Description: 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.
c0c2489a 112
a3acf0b0 113Package: python-openvswitch
c0c2489a 114Architecture: all
1d273d6d 115Section: python
c0c2489a
SL
116Depends: ${python:Depends}, openvswitch-switch (= ${binary:Version})
117Provides: ${python:Provides}
118Description: Python bindings for Open vSwitch
119 This package contains the full Python bindings for Open vSwitch database.