Update and rename MantenerFIFO to MantenerFIFO.md
[vsorcdistro/.git] / ryu / debian / control
1 Source: ryu
2 Section: net
3 Priority: optional
4 Maintainer: Ryu Project Team <ryu-devel@lists.sourceforge.net>
5 Build-Depends: debhelper (>= 9.0.0), python-all (>= 2.6), python-sphinx
6 Build-Depends-Indep:
7  python-eventlet,
8  python-lxml,
9  python-msgpack (>= 0.3.0),
10  python-netaddr,
11  python-oslo.config (>= 1:1.2.0),
12  python-paramiko,
13  python-routes,
14  python-six (>= 1.4.0),
15  python-webob (>=1.2),
16  python-setuptools,
17  python-pip,
18  python-pbr
19 Standards-Version: 3.9.5
20 Homepage: http://osrg.github.io/ryu/
21 Vcs-Git: git://github.com/osrg/ryu.git
22 Vcs-Browser: http://github.com/osrg/ryu
23 XS-Python-Version: >= 2.6
24
25 Package: python-ryu
26 Architecture: all
27 Section: python
28 Depends:
29  python-eventlet,
30  python-lxml,
31  python-msgpack (>= 0.3.0),
32  python-netaddr,
33  python-oslo.config (>= 1:1.2.0),
34  python-paramiko,
35  python-routes,
36  python-six (>= 1.4.0),
37  python-webob (>=1.2),
38  ${misc:Depends},
39  ${python:Depends}
40 Suggests: python-ryu-doc
41 Provides: ${python:Provides}
42 XB-Python-Version: ${python:Versions}
43 Description: Ryu is a software defined networking framework
44  Ryu is a component-based software defined networking framework.
45  Ryu provides software components with well defined API that make
46  it easy for developers to create new network management and control
47  applications. Ryu supports various protocols for managing network
48  devices, such as OpenFlow, Netconf, OF-config, etc. About OpenFlow,
49  Ryu supports fully 1.0, 1.2, 1.3, 1.4 and Nicira Extensions.
50  .
51  This package provides the Python library.
52
53 Package: ryu-bin
54 Architecture: all
55 Depends:
56  python-ryu,
57  ${misc:Depends},
58  ${python:Depends},
59  ${shlibs:Depends}
60 Description: Ryu is a software defined networking framework
61  Ryu is a component-based software defined networking framework.
62  Ryu provides software components with well defined API that make
63  it easy for developers to create new network management and control
64  applications. Ryu supports various protocols for managing network
65  devices, such as OpenFlow, Netconf, OF-config, etc. About OpenFlow,
66  Ryu supports fully 1.0, 1.2, 1.3, 1.4 and Nicira Extensions.
67  .
68  This package provides the Ryu manager.
69
70 Package: python-ryu-doc
71 Architecture: all
72 Section: doc
73 Description: Ryu is a software defined networking framework
74  Ryu is a component-based software defined networking framework.
75  Ryu provides software components with well defined API that make
76  it easy for developers to create new network management and control
77  applications. Ryu supports various protocols for managing network
78  devices, such as OpenFlow, Netconf, OF-config, etc. About OpenFlow,
79  Ryu supports fully 1.0, 1.2, 1.3, 1.4 and Nicira Extensions.
80  .
81  This package provides the HTML documentation including the Ryu API
82  manual.