cubicweb/skeleton/debian/control.tmpl
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 05 Oct 2016 09:26:59 +0200
changeset 11694 cdd8b12dd184
parent 11057 0b59724cb3f2
child 11695 a72866872b7b
permissions -rw-r--r--
[skeleton] Add dh-python to Debian Build-Depends Related to #13001466.

Source: %(distname)s
Section: web
Priority: optional
Maintainer: %(author)s <%(author-email)s>
Build-Depends:
 debhelper (>= 7),
 dh-python,
 python (>= 2.6.5),
Standards-Version: 3.9.3
X-Python-Version: >= 2.6

Package: %(distname)s
Architecture: all
Depends:
 cubicweb-common (>= %(version)s),
 python-six (>= 1.4.0),
 ${python:Depends},
 ${misc:Depends},
Description: %(shortdesc)s
 CubicWeb is a semantic web application framework.
 .
 %(longdesc)s
 .
 This package will install all the components you need to run the
 %(distname)s application (cube :)..