Introduce x2nrealloc() helper function.
[sliver-openvswitch.git] / debian / control.in
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, openssl, libncurses5-dev
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}, openssl
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, dhcp3-client, module-init-tools, dmidecode, procps, debianutils
33 Description: OpenFlow switch implementations
34  openflow-switch provides the userspace components and utilities for
35  the OpenFlow kernel-based switch.  
36  .
37  OpenFlow is a protocol for flow-based control over network switching.
38
39 Package: openflow-switch-config
40 Architecture: any
41 Depends: ${shlibs:Depends}, ${misc:Depends}, openflow-switch, libwww-perl, libdigest-sha1-perl
42 Description: OpenFlow switch implementations
43  openflow-switch-config provides a utility for interactively configuring
44  the OpenFlow switch provided in the openflow-switch package.
45  .
46  OpenFlow is a protocol for flow-based control over network switching.
47
48 Package: openflow-pki
49 Architecture: all
50 Depends: ${shlibs:Depends}, ${misc:Depends}, openflow-common
51 Description: OpenFlow public key infrastructure
52  openflow-pki provides PKI (public key infrastructure) support for
53  OpenFlow switches and controllers, reducing the risk of
54  man-in-the-middle attacks on the OpenFlow network infrastructure.
55  .
56  OpenFlow is a protocol for flow-based control over network switching.
57
58 Package: openflow-pki-server
59 Architecture: all
60 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openflow-pki, apache2
61 Description: OpenFlow public key infrastructure (HTTP server support)
62  openflow-pki-server provides HTTP access to the OpenFlow PKI (public
63  key infrastructure) maintained on the local machine by the
64  openflow-pki package.  This HTTP access is needed for secure and
65  convenient OpenFlow switch setup using the ofp-switch-setup program
66  in the openflow-switch package.
67  .
68  OpenFlow is a protocol for flow-based control over network switching.
69
70 Package: openflow-controller
71 Architecture: any
72 Depends: ${shlibs:Depends}, openflow-common, openflow-pki
73 Description: OpenFlow controller implementation
74  The OpenFlow controller enables OpenFlow switches that connect to it
75  to act as MAC-learning Ethernet switches.
76  .
77  OpenFlow is a protocol for flow-based control over network switching.
78
79 Package: corekeeper
80 Architecture: all
81 Depends: tmpreaper
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: openflow-dbg
87 Architecture: any
88 Depends: ${shlibs:Depends}
89 Description: Debug symbols for OpenFlow packages
90  This package contains the debug symbols for all the other openflow-*
91  packages.  Install it to debug one of them or to examine a core dump
92  produced by one of them.
93