cubicweb/skeleton/debian/control.tmpl
author Laurent Peuch <cortex@worlddomination.be>
Wed, 18 Dec 2019 05:45:37 +0100
changeset 12812 00749d83a672
parent 12709 280c9db41038
permissions -rw-r--r--
[doc] set_/free_cnxset method doesn't exist anymore

Source: %(distname)s
Section: web
Priority: optional
Maintainer: %(author)s <%(author-email)s>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-pytest,
Standards-Version: 4.3.0
X-Python3-Version: >= 3.4

Package: python3-%(distname)s
Architecture: all
Depends:
 ${python3: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.