debian/control
changeset 4984 6cb91be7707f
parent 4965 04543ed0bbdc
parent 4978 9c342fa4f1b7
child 5017 b2cc2a51706f
child 5168 1ab032df5ca3
equal deleted inserted replaced
4983:5594aadb740e 4984:6cb91be7707f
    31 Architecture: all
    31 Architecture: all
    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
       
    37 Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-logilab-database, cubicweb-postgresql-support | cubicweb-mysql-support | python-pysqlite2
    36 Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-logilab-database, cubicweb-postgresql-support | cubicweb-mysql-support | python-pysqlite2
    38 Recommends: pyro, cubicweb-documentation (= ${source:Version})
    37 Recommends: pyro, cubicweb-documentation (= ${source:Version})
    39 Description: server part of the CubicWeb framework
    38 Description: server part of the CubicWeb framework
    40  CubicWeb is a semantic web application framework.
    39  CubicWeb is a semantic web application framework.
    41  .
    40  .
    44  This package provides the repository server part of the library and
    43  This package provides the repository server part of the library and
    45  necessary shared data files such as the schema library.
    44  necessary shared data files such as the schema library.
    46 
    45 
    47 Package: cubicweb-postgresql-support
    46 Package: cubicweb-postgresql-support
    48 Architecture: all
    47 Architecture: all
    49 # postgresql/mysql -client packages for backup/restore of non local database
    48 # postgresql-client packages for backup/restore of non local database
    50 Depends: python-psycopg2, postgresql-client
    49 Depends: python-psycopg2, postgresql-client
    51 Description: postgres support for the CubicWeb framework
    50 Description: postgres support for the CubicWeb framework
    52  CubicWeb is a semantic web application framework.
    51  CubicWeb is a semantic web application framework.
    53  .
    52  .
    54  This virtual package provides dependancies to use postgres for the
    53  This virtual package provides dependancies to use postgres for the
    55  cubicweb repository.
    54  cubicweb repository.
    56 
    55 
    57 Package: cubicweb-mysql-support
    56 Package: cubicweb-mysql-support
    58 Architecture: all
    57 Architecture: all
    59 # postgresql/mysql -client packages for backup/restore of non local database
    58 # mysql-client packages for backup/restore of non local database
    60 Depends: python-mysqldb, mysql-client
    59 Depends: python-mysqldb, mysql-client
    61 Description: mysql support for the CubicWeb framework
    60 Description: mysql support for the CubicWeb framework
    62  CubicWeb is a semantic web application framework.
    61  CubicWeb is a semantic web application framework.
    63  .
    62  .
    64  This virtual package provides dependancies to use mysql for the
    63  This virtual package provides dependancies to use mysql for the