Commit 7f976e49 authored by Anael Beutot's avatar Anael Beutot
Browse files

Splits dependencies lines in debian/control

parent a416a803
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -2,13 +2,23 @@ Source: cc-node
Section: python
Priority: optional
Maintainer: Anael Beutot <anael.beutot@smartjog.com>
Build-Depends: debhelper (>= 7), python-central (>= 0.6), cdbs (>= 0.4.50), python-setuptools, python
Build-Depends: debhelper (>= 7),
               python-central (>= 0.6),
               cdbs (>= 0.4.50),
               python-setuptools,
               python
XS-Python-Version: >= 2.6
Standards-Version: 3.9.1

Package: cc-node
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-sjrpc ( >= 18~ ), python-psutil, python-daemon, cc-common, python-pyev ( >= 0.8.1 )
Depends: ${misc:Depends},
         ${python:Depends},
         python-sjrpc ( >= 18 ),
         python-psutil,
         python-daemon,
         cc-common,
         python-pyev ( >= 0.8.1 )
XB-Python-Version: ${python:Versions}
Description: CloudControl node
 This package provides node of CloudControl.