Update Debconf templates PO file.
[sliver-openvswitch.git] / debian / control
1 Source: openflow
2 Section: net
3 Priority: extra
4 Maintainer: OpenFlow Team <openflow-dev@lists.stanford.edu>
5 Build-Depends: debhelper (>= 5), autoconf (>= 2.60), automake1.10, libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2
6 Standards-Version: 3.7.3
7
8 Package: openflow-datapath-source
9 Architecture: all
10 Depends: module-assistant, bzip2, debhelper (>= 5.0.37)
11 Suggests: openflow-switch
12 Description: Source code for OpenFlow datapath Linux module
13  This package provides the OpenFlow datapath module source code that
14  is needed by the kernel-based OpenFlow switch.  The kernel module can
15  be built from it using module-assistant or make-kpkg.  README.Debian
16  in this package provides further instructions.
17  .
18  OpenFlow is a protocol for flow-based control over network switching.
19
20 Package: openflow-common
21 Architecture: any
22 Depends: ${shlibs:Depends}
23 Description: OpenFlow common components
24  openflow-common provides components required by both openflow-switch
25  and openflow-controller.
26  .
27  OpenFlow is a protocol for flow-based control over network switching.
28
29 Package: openflow-switch
30 Architecture: any
31 Suggests: openflow-datapath-module
32 Depends: ${shlibs:Depends}, ${misc:Depends}, openflow-common, libwww-perl, libdigest-sha1-perl, dhcp3-client
33 Description: OpenFlow switch implementations
34  openflow-switch provides the userspace components and utilities for
35  the OpenFlow kernel-based switch.  It also includes a userspace-only
36  implementation of an OpenFlow switch.
37  .
38  OpenFlow is a protocol for flow-based control over network switching.
39
40 Package: openflow-pki
41 Architecture: all
42 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, apache2
43 Description: OpenFlow public key infrastructure
44  openflow-pki provides PKI (public key infrastructure) support for
45  OpenFlow switches and controllers, reducing the risk of
46  man-in-the-middle attacks on the OpenFlow network infrastructure.
47  .
48  OpenFlow is a protocol for flow-based control over network switching.
49
50 Package: openflow-controller
51 Architecture: any
52 Depends: ${shlibs:Depends}, openflow-common, openflow-pki
53 Description: OpenFlow controller implementation
54  The OpenFlow controller enables OpenFlow switches that connect to it
55  to act as MAC-learning Ethernet switches.
56  .
57  OpenFlow is a protocol for flow-based control over network switching.