13 XS-Python-Version: >= 2.4, << 2.6 |
13 XS-Python-Version: >= 2.4, << 2.6 |
14 |
14 |
15 Package: cubicweb |
15 Package: cubicweb |
16 Architecture: all |
16 Architecture: all |
17 XB-Python-Version: ${python:Versions} |
17 XB-Python-Version: ${python:Versions} |
18 Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-twisted (= ${source:Version}), cubicweb-client (= ${source:Version}) |
18 Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-twisted (= ${source:Version}) |
19 XB-Recommends: (postgresql, postgresql-plpython, postgresql-contrib) | mysql | sqlite3 |
19 XB-Recommends: (postgresql, postgresql-plpython, postgresql-contrib) | mysql | sqlite3 |
20 Recommends: postgresql | mysql | sqlite3 |
20 Recommends: postgresql | mysql | sqlite3 |
21 Description: the complete CubicWeb framework |
21 Description: the complete CubicWeb framework |
22 CubicWeb is a semantic web application framework. |
22 CubicWeb is a semantic web application framework. |
23 . |
23 . |
98 This package provides a control script to manage (create, upgrade, start, |
98 This package provides a control script to manage (create, upgrade, start, |
99 stop, etc) CubicWeb applications. It also include the init.d script |
99 stop, etc) CubicWeb applications. It also include the init.d script |
100 to automatically start and stop CubicWeb applications on boot or shutdown. |
100 to automatically start and stop CubicWeb applications on boot or shutdown. |
101 |
101 |
102 |
102 |
103 Package: cubicweb-client |
|
104 Architecture: all |
|
105 XB-Python-Version: ${python:Versions} |
|
106 Depends: ${python:Depends}, cubicweb-ctl (= ${source:Version}), pyro |
|
107 Description: RQL command line client for the CubicWeb framework |
|
108 CubicWeb is a semantic web application framework. |
|
109 . |
|
110 This package provides a RQL (Relation Query Language) command line client using |
|
111 pyro to connect to a repository server. |
|
112 |
|
113 |
|
114 Package: cubicweb-dev |
103 Package: cubicweb-dev |
115 Architecture: all |
104 Architecture: all |
116 XB-Python-Version: ${python:Versions} |
105 XB-Python-Version: ${python:Versions} |
117 Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-web (= ${source:Version}), python-pysqlite2 |
106 Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-web (= ${source:Version}), python-pysqlite2 |
118 Suggests: w3c-dtd-xhtml |
107 Suggests: w3c-dtd-xhtml |