cubicweb/skeleton/debian/control.tmpl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 03 Nov 2017 12:27:51 +0100
changeset 12227 dc333e9104c9
parent 11835 fafdb7f1e888
child 12663 853e73456d0f
child 12689 376168d1b14a
permissions -rw-r--r--
[cleanup] Fix some flake8 errors

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

Package: %(distname)s
Architecture: all
Depends:
 python-cubicweb (>= %(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 an application
 using the %(distname)s cube.