debian/control
changeset 275 7c47bc8550d4
parent 234 3a15b00df8a2
child 376 e25f100e31eb
equal deleted inserted replaced
266:b36670d730b2 275:7c47bc8550d4
     8 XS-Python-Version: >= 2.4, << 2.6
     8 XS-Python-Version: >= 2.4, << 2.6
     9 
     9 
    10 Package: cubicweb
    10 Package: cubicweb
    11 Architecture: all
    11 Architecture: all
    12 XB-Python-Version: ${python:Versions}
    12 XB-Python-Version: ${python:Versions}
    13 Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-twisted (= ${source:Version}), cubicweb-client (= ${source:Version}), postgresql-8.3, postgresql-plpython-8.3, postgresql-contrib-8.3
    13 Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-twisted (= ${source:Version}), cubicweb-client (= ${source:Version})
       
    14 Recommends: (postgresql, postgresql-plpython, postgresql-contrib) | mysql | sqlite3
    14 Description: the complete CubicWeb framework
    15 Description: the complete CubicWeb framework
    15  CubicWeb is a semantic web application framework.
    16  CubicWeb is a semantic web application framework.
    16  .
    17  .
    17  This package will install all the components you need to run cubicweb on
    18  This package will install all the components you need to run cubicweb on
    18  a single machine. You can also deploy cubicweb by running the different
    19  a single machine. You can also deploy cubicweb by running the different
    21 
    22 
    22 
    23 
    23 Package: cubicweb-server
    24 Package: cubicweb-server
    24 Architecture: all
    25 Architecture: all
    25 XB-Python-Version: ${python:Versions}
    26 XB-Python-Version: ${python:Versions}
    26 Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-indexer (>= 0.6.1), python-psycopg2
    27 Conflicts: cubicweb-multisources
       
    28 Replaces: cubicweb-multisources
       
    29 Provides: cubicweb-multisources
       
    30 Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-indexer (>= 0.6.1), (python-psycopg2 | python-mysqldb | python-pysqlite2)
    27 Recommends: pyro, postgresql-8.3, postgresql-plpython-8.3, postgresql-contrib-8.3, cubicweb-documentation (= ${source:Version})
    31 Recommends: pyro, postgresql-8.3, postgresql-plpython-8.3, postgresql-contrib-8.3, cubicweb-documentation (= ${source:Version})
    28 Description: server part of the CubicWeb framework
    32 Description: server part of the CubicWeb framework
    29  CubicWeb is a semantic web application framework.
    33  CubicWeb is a semantic web application framework.
    30  .
    34  .
    31  This package provides the repository server part of the system.
    35  This package provides the repository server part of the system.