1Source: ryu
2Section: net
3Priority: optional
4Maintainer: Ryu Project Team <ryu-devel@lists.sourceforge.net>
5Build-Depends: debhelper (>= 9.0.0), python-all (>= 2.6), python-sphinx
6Build-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
19Standards-Version: 3.9.5
20Homepage: http://osrg.github.io/ryu/
21Vcs-Git: git://github.com/osrg/ryu.git
22Vcs-Browser: http://github.com/osrg/ryu
23XS-Python-Version: >= 2.6
24
25Package: python-ryu
26Architecture: all
27Section: python
28Depends:
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}
40Suggests: python-ryu-doc
41Provides: ${python:Provides}
42XB-Python-Version: ${python:Versions}
43Description: 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
53Package: ryu-bin
54Architecture: all
55Depends:
56 python-ryu,
57 ${misc:Depends},
58 ${python:Depends},
59 ${shlibs:Depends}
60Description: 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
70Package: python-ryu-doc
71Architecture: all
72Section: doc
73Description: 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.
83