1 Source: cubicweb |
|
2 Section: web |
|
3 Priority: optional |
|
4 Maintainer: Logilab S.A. <contact@logilab.fr> |
|
5 Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr>, |
|
6 Julien Jehannet <julien.jehannet@logilab.fr>, |
|
7 Aurélien Campéas <aurelien.campeas@logilab.fr> |
|
8 Build-Depends: debhelper (>= 5), python-dev (>=2.4), python-central (>= 0.5) |
|
9 Standards-Version: 3.8.0 |
|
10 Homepage: http://www.cubicweb.org |
|
11 XS-Python-Version: >= 2.4, << 2.6 |
|
12 |
|
13 |
|
14 Package: cubicweb |
|
15 Architecture: all |
|
16 XB-Python-Version: ${python:Versions} |
|
17 Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-twisted (= ${source:Version}), cubicweb-client (= ${source:Version}) |
|
18 XB-Recommends: (postgresql, postgresql-plpython, postgresql-contrib) | mysql | sqlite3 |
|
19 Recommends: postgresql | mysql | sqlite3 |
|
20 Description: the complete CubicWeb framework |
|
21 CubicWeb is a semantic web application framework. |
|
22 . |
|
23 This package will install all the components you need to run cubicweb on |
|
24 a single machine. You can also deploy cubicweb by running the different |
|
25 process on different computers, in which case you need to install the |
|
26 corresponding packages on the different hosts. |
|
27 |
|
28 |
|
29 Package: cubicweb-server |
|
30 Architecture: all |
|
31 XB-Python-Version: ${python:Versions} |
|
32 Conflicts: cubicweb-multisources |
|
33 Replaces: cubicweb-multisources |
|
34 Provides: cubicweb-multisources |
|
35 Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-indexer (>= 0.6.1), python-psycopg2 | python-mysqldb | python-pysqlite2 |
|
36 Recommends: pyro, cubicweb-documentation (= ${source:Version}) |
|
37 Description: server part of the CubicWeb framework |
|
38 CubicWeb is a semantic web application framework. |
|
39 . |
|
40 This package provides the repository server part of the system. |
|
41 . |
|
42 This package provides the repository server part of the library and |
|
43 necessary shared data files such as the schema library. |
|
44 |
|
45 |
|
46 Package: cubicweb-twisted |
|
47 Architecture: all |
|
48 XB-Python-Version: ${python:Versions} |
|
49 Provides: cubicweb-web-frontend |
|
50 Depends: ${python:Depends}, cubicweb-web (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-twisted-web2 |
|
51 Recommends: pyro, cubicweb-documentation (= ${source:Version}) |
|
52 Description: twisted-based web interface for the CubicWeb framework |
|
53 CubicWeb is a semantic web application framework. |
|
54 . |
|
55 This package provides a twisted based HTTP server to serve |
|
56 the adaptative web interface (see cubicweb-web package). |
|
57 . |
|
58 This package provides only the twisted server part of the library. |
|
59 |
|
60 |
|
61 Package: cubicweb-web |
|
62 Architecture: all |
|
63 XB-Python-Version: ${python:Versions} |
|
64 Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), python-docutils, python-vobject, python-elementtree |
|
65 Recommends: fckeditor |
|
66 Description: web interface library for the CubicWeb framework |
|
67 CubicWeb is a semantic web application framework. |
|
68 . |
|
69 This package provides an adaptative web interface to the CubicWeb server. |
|
70 Install the cubicweb-twisted package to serve this interface via HTTP. |
|
71 . |
|
72 This package provides the web interface part of the library and |
|
73 necessary shared data files such as defaut views, images... |
|
74 |
|
75 |
|
76 Package: cubicweb-common |
|
77 Architecture: all |
|
78 XB-Python-Version: ${python:Versions} |
|
79 Depends: ${python:Depends}, python-logilab-mtconverter (>= 0.6.0), python-simpletal (>= 4.0), graphviz, gettext, python-lxml, python-logilab-common (>= 0.38.1), python-yams (>= 0.20.2), python-rql (>= 0.20.2), python-simplejson (>= 1.3) |
|
80 Recommends: python-psyco |
|
81 Conflicts: cubicweb-core |
|
82 Replaces: cubicweb-core |
|
83 Description: common library for the CubicWeb framework |
|
84 CubicWeb is a semantic web application framework. |
|
85 . |
|
86 This package provides the common parts of the library used by both server |
|
87 code and web application code. |
|
88 |
|
89 |
|
90 Package: cubicweb-ctl |
|
91 Architecture: all |
|
92 XB-Python-Version: ${python:Versions} |
|
93 Depends: ${python:Depends}, cubicweb-common (= ${source:Version}) |
|
94 Description: tool to manage the CubicWeb framework |
|
95 CubicWeb is a semantic web application framework. |
|
96 . |
|
97 This package provides a control script to manage (create, upgrade, start, |
|
98 stop, etc) CubicWeb applications. It also include the init.d script |
|
99 to automatically start and stop CubicWeb applications on boot or shutdown. |
|
100 |
|
101 |
|
102 Package: cubicweb-client |
|
103 Architecture: all |
|
104 XB-Python-Version: ${python:Versions} |
|
105 Depends: ${python:Depends}, cubicweb-ctl (= ${source:Version}), pyro |
|
106 Description: RQL command line client for the CubicWeb framework |
|
107 CubicWeb is a semantic web application framework. |
|
108 . |
|
109 This package provides a RQL (Relation Query Language) command line client using |
|
110 pyro to connect to a repository server. |
|
111 |
|
112 |
|
113 Package: cubicweb-dev |
|
114 Architecture: all |
|
115 XB-Python-Version: ${python:Versions} |
|
116 Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-web (= ${source:Version}), python-pysqlite2 |
|
117 Suggests: w3c-dtd-xhtml |
|
118 Description: tests suite and development tools for the CubicWeb framework |
|
119 CubicWeb is a semantic web application framework. |
|
120 . |
|
121 This package provides the CubicWeb tests suite and some development tools |
|
122 helping in the creation of application. |
|
123 |
|
124 |
|
125 Package: cubicweb-documentation |
|
126 Architecture: all |
|
127 Recommends: doc-base |
|
128 Description: documentation for the CubicWeb framework |
|
129 CubicWeb is a semantic web application framework. |
|
130 . |
|
131 This package provides the system's documentation. |
|