cubicweb/skeleton/debian/control.tmpl
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 27 Mar 2019 09:25:44 +0100
changeset 12522 fd64e424fba5
parent 11835 fafdb7f1e888
child 12663 853e73456d0f
child 12689 376168d1b14a
permissions -rw-r--r--
[doc] Update cubicweb-ctl page about how to run an instance * remove mention of start/stop/restart/status commands that do not exist anymore * briefly mention the "pyramid" and point to respective documentation page * mention that a WSGI server should be used in production

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.