debian/control
changeset 1808 aa09e20dd8c0
parent 1807 6d541c610165
child 1918 a9db0eb45117
equal deleted inserted replaced
1693:49075f57cf2c 1808:aa09e20dd8c0
     7            Aurélien Campéas <aurelien.campeas@logilab.fr>
     7            Aurélien Campéas <aurelien.campeas@logilab.fr>
     8 Build-Depends: debhelper (>= 7), python-dev (>=2.4), python-central (>= 0.5)
     8 Build-Depends: debhelper (>= 7), python-dev (>=2.4), python-central (>= 0.5)
     9 Standards-Version: 3.8.0
     9 Standards-Version: 3.8.0
    10 Homepage: http://www.cubicweb.org
    10 Homepage: http://www.cubicweb.org
    11 XS-Python-Version: >= 2.4, << 2.6
    11 XS-Python-Version: >= 2.4, << 2.6
    12 
       
    13 
    12 
    14 Package: cubicweb
    13 Package: cubicweb
    15 Architecture: all
    14 Architecture: all
    16 XB-Python-Version: ${python:Versions}
    15 XB-Python-Version: ${python:Versions}
    17 Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-twisted (= ${source:Version}), cubicweb-client (= ${source:Version})
    16 Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-twisted (= ${source:Version}), cubicweb-client (= ${source:Version})
    59 
    58 
    60 
    59 
    61 Package: cubicweb-web
    60 Package: cubicweb-web
    62 Architecture: all
    61 Architecture: all
    63 XB-Python-Version: ${python:Versions}
    62 XB-Python-Version: ${python:Versions}
    64 Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), python-docutils, python-vobject, python-elementtree
    63 Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), python-simplejson (>= 1.3), python-elementtree
    65 Recommends: fckeditor
    64 Recommends: python-docutils, python-vobject, fckeditor
    66 Description: web interface library for the CubicWeb framework
    65 Description: web interface library for the CubicWeb framework
    67  CubicWeb is a semantic web application framework.
    66  CubicWeb is a semantic web application framework.
    68  .
    67  .
    69  This package provides an adaptative web interface to the CubicWeb server.
    68  This package provides an adaptative web interface to the CubicWeb server.
    70  Install the cubicweb-twisted package to serve this interface via HTTP.
    69  Install the cubicweb-twisted package to serve this interface via HTTP.
    74 
    73 
    75 
    74 
    76 Package: cubicweb-common
    75 Package: cubicweb-common
    77 Architecture: all
    76 Architecture: all
    78 XB-Python-Version: ${python:Versions}
    77 XB-Python-Version: ${python:Versions}
    79 Depends: ${python:Depends}, python-logilab-mtconverter (>= 0.6.0), python-simpletal (>= 4.0), graphviz, gettext, python-lxml, python-logilab-common (>= 0.38.1), python-yams (>= 0.20.2), python-rql (>= 0.20.2), python-simplejson (>= 1.3)
    78 Depends: ${python:Depends}, graphviz, gettext, python-logilab-mtconverter (>= 0.6.0), python-logilab-common (>= 0.40.0), python-yams (>= 0.22.0), python-rql (>= 0.22.0)
    80 Recommends: python-psyco
    79 Recommends: python-simpletal (>= 4.0), python-lxml
    81 Conflicts: cubicweb-core
    80 Conflicts: cubicweb-core
    82 Replaces: cubicweb-core
    81 Replaces: cubicweb-core
    83 Description: common library for the CubicWeb framework
    82 Description: common library for the CubicWeb framework
    84  CubicWeb is a semantic web application framework.
    83  CubicWeb is a semantic web application framework.
    85  .
    84  .