diff options
author | Yoshihiro Kaneko <ykaneko0929@gmail.com> | 2014-06-16 18:40:42 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-06-17 06:50:42 +0900 |
commit | 712d599f541f3e7bbc14833e2b6f55de964eebdb (patch) | |
tree | aae29235f2674ca0b839b37f1dee00dc98de4969 /debian/control | |
parent | 4f19fc54cd671d594a685abf7ab44e8c09d4956d (diff) |
add debian files to make packages for Ubuntu
Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..11b312ad --- /dev/null +++ b/debian/control @@ -0,0 +1,67 @@ +Source: ryu +Section: net +Priority: optional +Maintainer: Ryu Project Team <ryu-devel@lists.sourceforge.net> +Build-Depends: debhelper (>= 9.0.0), python-all (>= 2.6), txt2man +Build-Depends-Indep: + python-eventlet, + python-lxml, + python-msgpack (>= 0.3.0), + python-netaddr, + python-oslo.config (>= 1:1.2.0), + python-paramiko, + python-routes, + python-six (>= 1.4.0), + python-webob (>=1.0.8), + python-setuptools, + python-pip, + python-pbr +Standards-Version: 3.9.5 +Homepage: http://osrg.github.io/ryu/ +Vcs-Git: git://github.com/osrg/ryu.git +Vcs-Browser: http://github.com/osrg/ryu +XS-Python-Version: >= 2.6 + +Package: python-ryu +Architecture: all +Section: python +Depends: + python-eventlet, + python-lxml, + python-msgpack (>= 0.3.0), + python-netaddr, + python-oslo.config (>= 1:1.2.0), + python-paramiko, + python-routes, + python-six (>= 1.4.0), + python-webob (>=1.0.8), + ${misc:Depends}, + ${python:Depends} +Provides: ${python:Provides} +XB-Python-Version: ${python:Versions} +Description: Ryu is a software defined networking framework + Ryu is a component-based software defined networking framework. + Ryu provides software components with well defined API that make + it easy for developers to create new network management and control + applications. Ryu supports various protocols for managing network + devices, such as OpenFlow, Netconf, OF-config, etc. About OpenFlow, + Ryu supports fully 1.0, 1.2, 1.3, 1.4 and Nicira Extensions. + . + This package provides the Python library. + +Package: ryu-bin +Architecture: all +Depends: + python-ryu, + ${misc:Depends}, + ${python:Depends}, + ${shlibs:Depends} +Description: Ryu is a software defined networking framework + Ryu is a component-based software defined networking framework. + Ryu provides software components with well defined API that make + it easy for developers to create new network management and control + applications. Ryu supports various protocols for managing network + devices, such as OpenFlow, Netconf, OF-config, etc. About OpenFlow, + Ryu supports fully 1.0, 1.2, 1.3, 1.4 and Nicira Extensions. + . + This package provides the Ryu manager. |