debian: Created a debian equivalent to xen-bugtool
[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 Standards-Version: 3.9.1
10 Homepage: http://openvswitch.org/
11
12 Package: openvswitch-datapath-source
13 Architecture: all
14 Depends: module-assistant, bzip2, debhelper (>= 5.0.37), ${misc:Depends}
15 Suggests: openvswitch-switch
16 Description: Source code for Open vSwitch datapath Linux module
17  This package provides the Open vSwitch datapath module source code
18  that is needed by openvswitch-switch.  The kernel module can be built
19  from it using module-assistant or make-kpkg.  README.Debian in this
20  package provides further instructions.
21  .
22  Open vSwitch is a full-featured software-based Ethernet switch.
23
24 Package: openvswitch-common
25 Architecture: any
26 Depends: ${shlibs:Depends}, openssl, ${misc:Depends}, python, ethtool
27 Description: Open vSwitch common components
28  openvswitch-common provides components required by both openvswitch-switch
29  and openvswitch-controller.
30  .
31  Open vSwitch is a full-featured software-based Ethernet switch.
32
33 Package: openvswitch-switch
34 Architecture: any
35 Suggests: openvswitch-datapath-module
36 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps
37 Description: Open vSwitch switch implementations
38  openvswitch-switch provides the userspace components and utilities for
39  the Open vSwitch kernel-based switch.  
40  .
41  Open vSwitch is a full-featured software-based Ethernet switch.
42
43 Package: openvswitch-pki
44 Architecture: all
45 Depends:
46  ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (>= ${source:Version}),
47  openvswitch-common (<< ${source:Version}.1~)
48 Description: A dependency package for the Open vSwitch public key infrastructure
49  openvswitch-pki provides PKI (public key infrastructure) support for
50  Open vSwitch switches and controllers, reducing the risk of
51  man-in-the-middle attacks on the Open vSwitch network infrastructure.
52  .
53  Open vSwitch is a full-featured software-based Ethernet switch.
54
55 Package: openvswitch-pki-server
56 Architecture: all
57 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}), apache2
58 Description: Open vSwitch public key infrastructure (HTTP server support)
59  openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public
60  key infrastructure) maintained on the local machine by the
61  openvswitch-pki package.  This HTTP access is needed for secure and
62  convenient OpenFlow switch setup using the ovs-switch-setup program
63  in the openvswitch-switch package.
64  .
65  Open vSwitch is a full-featured software-based Ethernet switch.
66
67 Package: openvswitch-controller
68 Architecture: any
69 Depends:
70  ${shlibs:Depends}, openvswitch-common (= ${binary:Version}),
71  openvswitch-pki (= ${source:Version}), ${misc:Depends}
72 Description: Open vSwitch controller implementation
73  The Open vSwitch controller enables OpenFlow switches that connect to it
74  to act as MAC-learning Ethernet switches.
75  .
76  Open vSwitch is a full-featured software-based Ethernet switch.
77
78 Package: corekeeper
79 Architecture: all
80 Depends: tmpreaper, ${misc:Depends}
81 Description: Core file centralizer and reaper
82  The corekeeper package configures the system to dump all core files to
83  /var/log/core.  It also deletes core files older than 7 days.
84
85 Package: openvswitch-dbg
86 Section: debug
87 Architecture: any
88 Depends:
89  ${shlibs:Depends}, ${misc:Depends},
90  openvswitch-common (= ${binary:Version}),
91  openvswitch-controller (= ${binary:Version}),
92  openvswitch-switch (= ${binary:Version})
93 Description: Debug symbols for Open vSwitch packages
94  This package contains the debug symbols for all the other openvswitch-*
95  packages.  Install it to debug one of them or to examine a core dump
96  produced by one of them.