debian/control
changeset 11515 b3267ba817b4
child 11517 3d60138100d6
equal deleted inserted replaced
11514:82e86cd8e217 11515:b3267ba817b4
       
     1 Source: pyramid-cubicweb
       
     2 Section: python
       
     3 Priority: optional
       
     4 Build-Depends:
       
     5  python,
       
     6  python-setuptools,
       
     7  python-pyramid,
       
     8  python-waitress,
       
     9  debhelper (>= 9),
       
    10 Standards-Version: 3.9.6
       
    11 Maintainer: Julien Cristau <julien.cristau@logilab.fr>
       
    12 Homepage: https://www.cubicweb.org/project/pyramid_cubicweb
       
    13 Vcs-Browser: http://hg.logilab.org/master/pyramid_cubicweb
       
    14 Vcs-Hg: http://hg.logilab.org/master/pyramid_cubicweb
       
    15 
       
    16 Package: pyramid-cubicweb
       
    17 Architecture: all
       
    18 Depends:
       
    19  ${misc:Depends},
       
    20  ${python:Depends},
       
    21  python-pyramid (>= 1.5.0),
       
    22  python-waitress (>= 0.8.9),
       
    23  cubicweb-common (>= 3.19.3),
       
    24 # XXX wsgicors?
       
    25 Description: Integrate CubicWeb with a Pyramid application