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