[debian] spread dependency declaration on multiple line.
This is much more readable
--- a/debian/control Tue Mar 13 11:51:03 2012 +0100
+++ b/debian/control Fri Mar 16 15:23:41 2012 +0100
@@ -3,7 +3,12 @@
Priority: optional
Maintainer: Logilab Packaging Team <contact@logilab.fr>
Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr>, Nicolas Chauvat <nicolas.chauvat@logilab.fr>
-Build-Depends: debhelper (>= 5.0.37.1), python-support, python-all-dev (>=2.5), python-all (>=2.5), libgecode-dev, python-sphinx, g++ (>= 4)
+Build-Depends: debhelper (>= 5.0.37.1),
+ python-support,
+ python-all-dev (>=2.5),
+ python-all (>=2.5),
+ libgecode-dev,
+ python-sphinx, g++ (>= 4)
XS-Python-Version: >= 2.5
Standards-Version: 3.9.1
Homepage: http://www.logilab.org/project/rql
@@ -11,7 +16,10 @@
Package: python-rql
Architecture: any
XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-logilab-common (>= 0.35.3-1), yapps2-runtime, python-logilab-database (>= 1.6.0)
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends},
+ python-logilab-common (>= 0.35.3-1),
+ yapps2-runtime,
+ python-logilab-database (>= 1.6.0)
Conflicts: cubicweb-common (<= 3.13.9)
Provides: ${python:Provides}
Description: relationship query language (RQL) utilities