debian/control
changeset 8964 46638faa807a
parent 8944 b167f039b6cb
child 8965 f15657f70c01
equal deleted inserted replaced
8963:b739df717130 8964:46638faa807a
    23 XS-Python-Version: >= 2.6
    23 XS-Python-Version: >= 2.6
    24 
    24 
    25 Package: cubicweb
    25 Package: cubicweb
    26 Architecture: all
    26 Architecture: all
    27 XB-Python-Version: ${python:Versions}
    27 XB-Python-Version: ${python:Versions}
    28 Depends: ${misc:Depends}, ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-twisted (= ${source:Version})
    28 Depends:
    29 Recommends: postgresql | mysql | sqlite3
    29  ${misc:Depends},
       
    30  ${python:Depends},
       
    31  cubicweb-server (= ${source:Version}),
       
    32  cubicweb-twisted (= ${source:Version})
       
    33 Recommends:
       
    34  postgresql
       
    35  | mysql
       
    36  | sqlite3
    30 Description: the complete CubicWeb framework
    37 Description: the complete CubicWeb framework
    31  CubicWeb is a semantic web application framework.
    38  CubicWeb is a semantic web application framework.
    32  .
    39  .
    33  This package will install all the components you need to run cubicweb on
    40  This package will install all the components you need to run cubicweb on
    34  a single machine. You can also deploy cubicweb by running the different
    41  a single machine. You can also deploy cubicweb by running the different
    40 Architecture: all
    47 Architecture: all
    41 XB-Python-Version: ${python:Versions}
    48 XB-Python-Version: ${python:Versions}
    42 Conflicts: cubicweb-multisources
    49 Conflicts: cubicweb-multisources
    43 Replaces: cubicweb-multisources
    50 Replaces: cubicweb-multisources
    44 Provides: cubicweb-multisources
    51 Provides: cubicweb-multisources
    45 Depends: ${misc:Depends}, ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-logilab-database (>= 1.10.0), cubicweb-postgresql-support | cubicweb-mysql-support | python-pysqlite2, python-passlib
    52 Depends:
    46 Recommends: pyro (<< 4.0.0), cubicweb-documentation (= ${source:Version})
    53  ${misc:Depends},
    47 Suggests: python-zmq
    54  ${python:Depends},
       
    55  cubicweb-common (= ${source:Version}),
       
    56  cubicweb-ctl (= ${source:Version}),
       
    57  python-logilab-database (>= 1.10.0),
       
    58  cubicweb-postgresql-support
       
    59  | cubicweb-mysql-support
       
    60  | python-pysqlite2,
       
    61  python-passlib
       
    62 Recommends:
       
    63  pyro (<< 4.0.0),
       
    64  cubicweb-documentation (= ${source:Version})
       
    65 Suggests:
       
    66  python-zmq
    48 Description: server part of the CubicWeb framework
    67 Description: server part of the CubicWeb framework
    49  CubicWeb is a semantic web application framework.
    68  CubicWeb is a semantic web application framework.
    50  .
    69  .
    51  This package provides the repository server part of the system.
    70  This package provides the repository server part of the system.
    52  .
    71  .
    54  necessary shared data files such as the schema library.
    73  necessary shared data files such as the schema library.
    55 
    74 
    56 Package: cubicweb-postgresql-support
    75 Package: cubicweb-postgresql-support
    57 Architecture: all
    76 Architecture: all
    58 # postgresql-client packages for backup/restore of non local database
    77 # postgresql-client packages for backup/restore of non local database
    59 Depends: ${misc:Depends}, python-psycopg2, postgresql-client
    78 Depends:
       
    79  ${misc:Depends},
       
    80  python-psycopg2,
       
    81  postgresql-client
    60 Description: postgres support for the CubicWeb framework
    82 Description: postgres support for the CubicWeb framework
    61  CubicWeb is a semantic web application framework.
    83  CubicWeb is a semantic web application framework.
    62  .
    84  .
    63  This virtual package provides dependencies to use postgres for the
    85  This virtual package provides dependencies to use postgres for the
    64  cubicweb repository.
    86  cubicweb repository.
    65 
    87 
    66 Package: cubicweb-mysql-support
    88 Package: cubicweb-mysql-support
    67 Architecture: all
    89 Architecture: all
    68 # mysql-client packages for backup/restore of non local database
    90 # mysql-client packages for backup/restore of non local database
    69 Depends: ${misc:Depends}, python-mysqldb, mysql-client
    91 Depends:
       
    92  ${misc:Depends},
       
    93  python-mysqldb,
       
    94  mysql-client
    70 Description: mysql support for the CubicWeb framework
    95 Description: mysql support for the CubicWeb framework
    71  CubicWeb is a semantic web application framework.
    96  CubicWeb is a semantic web application framework.
    72  .
    97  .
    73  This virtual package provides dependencies to use mysql for the
    98  This virtual package provides dependencies to use mysql for the
    74  cubicweb repository.
    99  cubicweb repository.
    76 
   101 
    77 Package: cubicweb-twisted
   102 Package: cubicweb-twisted
    78 Architecture: all
   103 Architecture: all
    79 XB-Python-Version: ${python:Versions}
   104 XB-Python-Version: ${python:Versions}
    80 Provides: cubicweb-web-frontend
   105 Provides: cubicweb-web-frontend
    81 Depends: ${misc:Depends}, ${python:Depends}, cubicweb-web (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-twisted-web
   106 Depends:
    82 Recommends: pyro (<< 4.0.0), cubicweb-documentation (= ${source:Version})
   107  ${misc:Depends},
       
   108  ${python:Depends},
       
   109  cubicweb-web (= ${source:Version}),
       
   110  cubicweb-ctl (= ${source:Version}),
       
   111  python-twisted-web
       
   112 Recommends:
       
   113  pyro (<< 4.0.0),
       
   114  cubicweb-documentation (= ${source:Version})
    83 Description: twisted-based web interface for the CubicWeb framework
   115 Description: twisted-based web interface for the CubicWeb framework
    84  CubicWeb is a semantic web application framework.
   116  CubicWeb is a semantic web application framework.
    85  .
   117  .
    86  This package provides a twisted based HTTP server to serve
   118  This package provides a twisted based HTTP server to serve
    87  the adaptative web interface (see cubicweb-web package).
   119  the adaptative web interface (see cubicweb-web package).
    90 
   122 
    91 
   123 
    92 Package: cubicweb-web
   124 Package: cubicweb-web
    93 Architecture: all
   125 Architecture: all
    94 XB-Python-Version: ${python:Versions}
   126 XB-Python-Version: ${python:Versions}
    95 Depends: ${misc:Depends}, ${python:Depends}, cubicweb-common (= ${source:Version}), python-simplejson (>= 2.0.9)
   127 Depends:
    96 Recommends: python-docutils (>= 0.6), python-vobject, fckeditor, python-fyzz, python-imaging, python-rdflib
   128  ${misc:Depends},
       
   129  ${python:Depends},
       
   130  cubicweb-common (= ${source:Version}),
       
   131  python-simplejson (>= 2.0.9)
       
   132 Recommends:
       
   133  python-docutils (>= 0.6),
       
   134  python-vobject,
       
   135  fckeditor,
       
   136  python-fyzz,
       
   137  python-imaging,
       
   138  python-rdflib
    97 Description: web interface library for the CubicWeb framework
   139 Description: web interface library for the CubicWeb framework
    98  CubicWeb is a semantic web application framework.
   140  CubicWeb is a semantic web application framework.
    99  .
   141  .
   100  This package provides an adaptative web interface to the CubicWeb server.
   142  This package provides an adaptative web interface to the CubicWeb server.
   101  Install the cubicweb-twisted package to serve this interface via HTTP.
   143  Install the cubicweb-twisted package to serve this interface via HTTP.
   105 
   147 
   106 
   148 
   107 Package: cubicweb-common
   149 Package: cubicweb-common
   108 Architecture: all
   150 Architecture: all
   109 XB-Python-Version: ${python:Versions}
   151 XB-Python-Version: ${python:Versions}
   110 Depends: ${misc:Depends}, ${python:Depends}, graphviz, gettext, python-logilab-mtconverter (>= 0.8.0), python-logilab-common (>= 0.59.0), python-yams (>= 0.36.0), python-rql (>= 0.31.2), python-lxml
   152 Depends:
   111 Recommends: python-simpletal (>= 4.0), python-crypto
   153  ${misc:Depends},
       
   154  ${python:Depends},
       
   155  graphviz,
       
   156  gettext,
       
   157  python-logilab-mtconverter (>= 0.8.0),
       
   158  python-logilab-common (>= 0.59.0),
       
   159  python-yams (>= 0.36.0),
       
   160  python-rql (>= 0.31.2),
       
   161  python-lxml
       
   162 Recommends:
       
   163  python-simpletal (>= 4.0),
       
   164  python-crypto
   112 Conflicts: cubicweb-core
   165 Conflicts: cubicweb-core
   113 Replaces: cubicweb-core
   166 Replaces: cubicweb-core
   114 Description: common library for the CubicWeb framework
   167 Description: common library for the CubicWeb framework
   115  CubicWeb is a semantic web application framework.
   168  CubicWeb is a semantic web application framework.
   116  .
   169  .
   119 
   172 
   120 
   173 
   121 Package: cubicweb-ctl
   174 Package: cubicweb-ctl
   122 Architecture: all
   175 Architecture: all
   123 XB-Python-Version: ${python:Versions}
   176 XB-Python-Version: ${python:Versions}
   124 Depends: ${misc:Depends}, ${python:Depends}, cubicweb-common (= ${source:Version})
   177 Depends:
       
   178  ${misc:Depends},
       
   179  ${python:Depends},
       
   180  cubicweb-common (= ${source:Version})
   125 Description: tool to manage the CubicWeb framework
   181 Description: tool to manage the CubicWeb framework
   126  CubicWeb is a semantic web application framework.
   182  CubicWeb is a semantic web application framework.
   127  .
   183  .
   128  This package provides a control script to manage (create, upgrade, start,
   184  This package provides a control script to manage (create, upgrade, start,
   129  stop, etc) CubicWeb applications. It also include the init.d script
   185  stop, etc) CubicWeb applications. It also include the init.d script
   131 
   187 
   132 
   188 
   133 Package: cubicweb-dev
   189 Package: cubicweb-dev
   134 Architecture: all
   190 Architecture: all
   135 XB-Python-Version: ${python:Versions}
   191 XB-Python-Version: ${python:Versions}
   136 Depends: ${misc:Depends}, ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-web (= ${source:Version}), python-pysqlite2
   192 Depends:
   137 Suggests: w3c-dtd-xhtml, xvfb
   193  ${misc:Depends},
       
   194  ${python:Depends},
       
   195  cubicweb-server (= ${source:Version}),
       
   196  cubicweb-web (= ${source:Version}),
       
   197  python-pysqlite2
       
   198 Suggests:
       
   199  w3c-dtd-xhtml,
       
   200  xvfb
   138 Description: tests suite and development tools for the CubicWeb framework
   201 Description: tests suite and development tools for the CubicWeb framework
   139  CubicWeb is a semantic web application framework.
   202  CubicWeb is a semantic web application framework.
   140  .
   203  .
   141  This package provides the CubicWeb tests suite and some development tools
   204  This package provides the CubicWeb tests suite and some development tools
   142  helping in the creation of application.
   205  helping in the creation of application.
   143 
   206 
   144 
   207 
   145 Package: cubicweb-documentation
   208 Package: cubicweb-documentation
   146 Architecture: all
   209 Architecture: all
   147 Recommends: doc-base
   210 Recommends:
       
   211  doc-base
   148 Description: documentation for the CubicWeb framework
   212 Description: documentation for the CubicWeb framework
   149  CubicWeb is a semantic web application framework.
   213  CubicWeb is a semantic web application framework.
   150  .
   214  .
   151  This package provides the system's documentation.
   215  This package provides the system's documentation.