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