debian/control
changeset 11631 faf279e33298
parent 11383 93b0f836cb07
parent 11581 5b30fd6f18c4
child 11682 299640088c23
equal deleted inserted replaced
11478:1817f8946c22 11631:faf279e33298
    16  python-markdown,
    16  python-markdown,
    17  python-tz,
    17  python-tz,
    18  python-rql (>= 0.34.0),
    18  python-rql (>= 0.34.0),
    19  python-yams (>= 0.44.0),
    19  python-yams (>= 0.44.0),
    20  python-lxml,
    20  python-lxml,
       
    21  python-setuptools,
       
    22  python-pyramid,
       
    23  python-waitress,
    21 Standards-Version: 3.9.1
    24 Standards-Version: 3.9.1
    22 Homepage: https://www.cubicweb.org
    25 Homepage: https://www.cubicweb.org
    23 X-Python-Version: >= 2.6
    26 X-Python-Version: >= 2.6
    24 
    27 
    25 Package: cubicweb
    28 Package: cubicweb
   116  .
   119  .
   117  This package provides a twisted based HTTP server to serve
   120  This package provides a twisted based HTTP server to serve
   118  the adaptative web interface (see cubicweb-web package).
   121  the adaptative web interface (see cubicweb-web package).
   119  .
   122  .
   120  This package provides only the twisted server part of the library.
   123  This package provides only the twisted server part of the library.
       
   124 
       
   125 
       
   126 Package: cubicweb-pyramid
       
   127 Architecture: all
       
   128 Depends:
       
   129  ${misc:Depends},
       
   130  ${python:Depends},
       
   131  cubicweb-web (= ${source:Version}),
       
   132  cubicweb-ctl (= ${source:Version}),
       
   133  python-pyramid (>= 1.5.0),
       
   134  python-pyramid-multiauth,
       
   135  python-waitress (>= 0.8.9),
       
   136  python-wsgicors,
       
   137 Recommends:
       
   138  python-pyramid-debugtoolbar
       
   139 Description: Integrate CubicWeb with a Pyramid application
       
   140  Provides pyramid extensions to load a CubicWeb instance and serve it through
       
   141  the pyramid stack.
       
   142  .
       
   143  It prefigures what CubicWeb 4.0 will be.
   121 
   144 
   122 
   145 
   123 Package: cubicweb-web
   146 Package: cubicweb-web
   124 Architecture: all
   147 Architecture: all
   125 Depends:
   148 Depends: