debian: Change architectures from "any" to "linux-any".
[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), automake (>= 1.10) | automake1.10, 
8  libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2, openssl, python,
9  python-support (>= 0.8.4), procps
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: linux-any
27 Depends: ${shlibs:Depends}, openssl, ${misc:Depends}, python
28 Suggests: ethtool
29 Description: Open vSwitch common components
30  openvswitch-common provides components required by both openvswitch-switch
31  and openvswitch-controller.
32  .
33  Open vSwitch is a full-featured software-based Ethernet switch.
34
35 Package: openvswitch-switch
36 Architecture: linux-any
37 Suggests: openvswitch-datapath-module
38 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps
39 Description: Open vSwitch switch implementations
40  openvswitch-switch provides the userspace components and utilities for
41  the Open vSwitch kernel-based switch.  
42  .
43  Open vSwitch is a full-featured software-based Ethernet switch.
44
45 Package: openvswitch-ipsec
46 Architecture: linux-any
47 Depends:
48  ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, 
49  ipsec-tools (>=0.8~alpha20090903), 
50  racoon (>=0.8~alpha20090903),
51  openvswitch-common (= ${binary:Version}),
52  openvswitch-switch (= ${binary:Version}),
53  python-openvswitch (= ${binary:Version})
54 Description: Open vSwitch GRE-over-IPsec support
55  The ovs-monitor-ipsec script provides support for encrypting GRE
56  tunnels with IPsec.
57  .
58  Open vSwitch is a full-featured software-based Ethernet switch.
59
60 Package: openvswitch-pki
61 Architecture: all
62 Depends:
63  ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (>= ${source:Version}),
64  openvswitch-common (<< ${source:Version}.1~)
65 Description: A dependency package for the Open vSwitch public key infrastructure
66  openvswitch-pki provides PKI (public key infrastructure) support for
67  Open vSwitch switches and controllers, reducing the risk of
68  man-in-the-middle attacks on the Open vSwitch network infrastructure.
69  .
70  Open vSwitch is a full-featured software-based Ethernet switch.
71
72 Package: openvswitch-pki-server
73 Architecture: all
74 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}), apache2
75 Description: Open vSwitch public key infrastructure (HTTP server support)
76  openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public
77  key infrastructure) maintained on the local machine by the
78  openvswitch-pki package.  This HTTP access is needed for secure and
79  convenient OpenFlow switch setup using the ovs-switch-setup program
80  in the openvswitch-switch package.
81  .
82  Open vSwitch is a full-featured software-based Ethernet switch.
83
84 Package: openvswitch-controller
85 Architecture: linux-any
86 Depends:
87  ${shlibs:Depends}, openvswitch-common (= ${binary:Version}),
88  openvswitch-pki (= ${source:Version}), ${misc:Depends}
89 Description: Open vSwitch controller implementation
90  The Open vSwitch controller enables OpenFlow switches that connect to it
91  to act as MAC-learning Ethernet switches.
92  .
93  Open vSwitch is a full-featured software-based Ethernet switch.
94
95 Package: openvswitch-dbg
96 Section: debug
97 Architecture: linux-any
98 Depends:
99  ${shlibs:Depends}, ${misc:Depends},
100  openvswitch-common (= ${binary:Version}),
101  openvswitch-controller (= ${binary:Version}),
102  openvswitch-ipsec (= ${binary:Version}),
103  openvswitch-switch (= ${binary:Version})
104 Description: Debug symbols for Open vSwitch packages
105  This package contains the debug symbols for all the other openvswitch-*
106  packages.  Install it to debug one of them or to examine a core dump
107  produced by one of them.
108
109 Package: python-openvswitch
110 Architecture: all
111 Section: python
112 Depends: ${python:Depends}, openvswitch-switch (= ${binary:Version})
113 Provides: ${python:Provides}
114 Description: Python bindings for Open vSwitch
115  This package contains the full Python bindings for Open vSwitch database.