cubicweb/skeleton/debian/control.tmpl
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 18 Nov 2016 09:14:25 +0100
branch3.24
changeset 11835 fafdb7f1e888
parent 11834 43821267d4b7
child 12663 853e73456d0f
child 12689 376168d1b14a
permissions -rw-r--r--
[skeleton] Rephrase long description of Debian package into something meaningful [ci skip]

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.