debian/control
branchstable
changeset 4978 9c342fa4f1b7
parent 4885 7929865dedf1
child 4984 6cb91be7707f
equal deleted inserted replaced
4977:07be78d71d8e 4978:9c342fa4f1b7
    32 XB-Python-Version: ${python:Versions}
    32 XB-Python-Version: ${python:Versions}
    33 Conflicts: cubicweb-multisources
    33 Conflicts: cubicweb-multisources
    34 Replaces: cubicweb-multisources
    34 Replaces: cubicweb-multisources
    35 Provides: cubicweb-multisources
    35 Provides: cubicweb-multisources
    36 # postgresql/mysql -client packages for backup/restore of non local database
    36 # postgresql/mysql -client packages for backup/restore of non local database
    37 Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-indexer (>= 0.6.1), (python-psycopg2, postgresql-client) | (python-mysqldb, mysql-client) | python-pysqlite2
    37 Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-indexer (>= 0.6.1), cubicweb-postgresql-support | cubicweb-mysql-support | python-pysqlite2
    38 Recommends: pyro, cubicweb-documentation (= ${source:Version})
    38 Recommends: pyro, cubicweb-documentation (= ${source:Version})
    39 Description: server part of the CubicWeb framework
    39 Description: server part of the CubicWeb framework
    40  CubicWeb is a semantic web application framework.
    40  CubicWeb is a semantic web application framework.
    41  .
    41  .
    42  This package provides the repository server part of the system.
    42  This package provides the repository server part of the system.
    43  .
    43  .
    44  This package provides the repository server part of the library and
    44  This package provides the repository server part of the library and
    45  necessary shared data files such as the schema library.
    45  necessary shared data files such as the schema library.
       
    46 
       
    47 Package: cubicweb-postgresql-support
       
    48 Architecture: all
       
    49 # postgresql-client packages for backup/restore of non local database
       
    50 Depends: python-psycopg2, postgresql-client
       
    51 Description: postgres support for the CubicWeb framework
       
    52  CubicWeb is a semantic web application framework.
       
    53  .
       
    54  This virtual package provides dependancies to use postgres for the
       
    55  cubicweb repository.
       
    56 
       
    57 Package: cubicweb-mysql-support
       
    58 Architecture: all
       
    59 # mysql-client packages for backup/restore of non local database
       
    60 Depends: python-mysqldb, mysql-client
       
    61 Description: mysql support for the CubicWeb framework
       
    62  CubicWeb is a semantic web application framework.
       
    63  .
       
    64  This virtual package provides dependancies to use mysql for the
       
    65  cubicweb repository.
    46 
    66 
    47 
    67 
    48 Package: cubicweb-twisted
    68 Package: cubicweb-twisted
    49 Architecture: all
    69 Architecture: all
    50 XB-Python-Version: ${python:Versions}
    70 XB-Python-Version: ${python:Versions}