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