debian/control
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 23 Jul 2015 17:56:59 +0200
changeset 11584 965caa6e848d
parent 11581 5b30fd6f18c4
child 11631 faf279e33298
permissions -rw-r--r--
Added tag 0.4.0, debian/0.4.0-1 for changeset 897a149e8208

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-pyramid-multiauth,
 python-waitress (>= 0.8.9),
 cubicweb-common (>= 3.19.3),
 python-wsgicors,
Recommends:
 python-pyramid-debugtoolbar
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.