debian/control
author Christophe de Vienne <christophe@unlish.com>
Thu, 23 Oct 2014 16:15:58 +0200
changeset 11517 3d60138100d6
parent 11515 b3267ba817b4
child 11558 1e2ab5972b18
permissions -rw-r--r--
Add a description to the debian package

Source: pyramid-cubicweb
Section: python
Priority: optional
Build-Depends:
 python,
 python-setuptools,
 python-pyramid,
 python-waitress,
 debhelper (>= 9),
Standards-Version: 3.9.6
Maintainer: Julien Cristau <julien.cristau@logilab.fr>
Homepage: https://www.cubicweb.org/project/pyramid_cubicweb
Vcs-Browser: http://hg.logilab.org/master/pyramid_cubicweb
Vcs-Hg: http://hg.logilab.org/master/pyramid_cubicweb

Package: pyramid-cubicweb
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
 python-pyramid (>= 1.5.0),
 python-waitress (>= 0.8.9),
 cubicweb-common (>= 3.19.3),
# XXX wsgicors?
Description: Integrate CubicWeb with a Pyramid application
 Provides pyramid extensions to load a CubicWeb instance and serve it through
 the pyramid stack.
 .
 It prefigures what CubicWeb 4.0 will be.