debian: Remove ${shlibs:Depends} dependency pki packages
[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~alpha20101208), 
50  racoon (>=0.8~alpha20101208),
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  ${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:
75  ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}),
76  apache2
77 Description: Open vSwitch public key infrastructure (HTTP server support)
78  openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public
79  key infrastructure) maintained on the local machine by the
80  openvswitch-pki package.  This HTTP access is needed for secure and
81  convenient OpenFlow switch setup using the ovs-switch-setup program
82  in the openvswitch-switch package.
83  .
84  Open vSwitch is a full-featured software-based Ethernet switch.
85
86 Package: openvswitch-controller
87 Architecture: linux-any
88 Depends:
89  ${shlibs:Depends}, openvswitch-common (= ${binary:Version}),
90  openvswitch-pki (= ${source:Version}), ${misc:Depends}
91 Description: Open vSwitch controller implementation
92  The Open vSwitch controller enables OpenFlow switches that connect to it
93  to act as MAC-learning Ethernet switches.
94  .
95  Open vSwitch is a full-featured software-based Ethernet switch.
96
97 Package: openvswitch-dbg
98 Section: debug
99 Architecture: linux-any
100 Depends:
101  ${shlibs:Depends}, ${misc:Depends},
102  openvswitch-common (= ${binary:Version}),
103  openvswitch-controller (= ${binary:Version}),
104  openvswitch-ipsec (= ${binary:Version}),
105  openvswitch-switch (= ${binary:Version})
106 Description: Debug symbols for Open vSwitch packages
107  This package contains the debug symbols for all the other openvswitch-*
108  packages.  Install it to debug one of them or to examine a core dump
109  produced by one of them.
110
111 Package: python-openvswitch
112 Architecture: all
113 Section: python
114 Depends: ${python:Depends}, openvswitch-switch (= ${binary:Version})
115 Provides: ${python:Provides}
116 Description: Python bindings for Open vSwitch
117  This package contains the full Python bindings for Open vSwitch database.