author | Sylvain Thenault <sylvain.thenault@logilab.fr> |
Fri, 19 Dec 2008 14:54:13 +0100 | |
changeset 234 | 3a15b00df8a2 |
parent 210 | 76c1707200cf |
child 275 | 7c47bc8550d4 |
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} |
|
13 |
Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-twisted (= ${source:Version}), cubicweb-client (= ${source:Version}), postgresql-8.3, postgresql-plpython-8.3, postgresql-contrib-8.3 |
|
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
14 |
Description: the complete CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
15 |
CubicWeb is a semantic web application framework. |
0 | 16 |
. |
17 |
This package will install all the components you need to run cubicweb on |
|
18 |
a single machine. You can also deploy cubicweb by running the different |
|
19 |
process on different computers, in which case you need to install the |
|
20 |
corresponding packages on the different hosts. |
|
21 |
||
22 |
||
23 |
Package: cubicweb-server |
|
24 |
Architecture: all |
|
25 |
XB-Python-Version: ${python:Versions} |
|
26 |
Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-indexer (>= 0.6.1), python-psycopg2 |
|
27 |
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
|
28 |
Description: server part of the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
29 |
CubicWeb is a semantic web application framework. |
0 | 30 |
. |
31 |
This package provides the repository server part of the system. |
|
32 |
. |
|
33 |
This package provides the repository server part of the library and |
|
34 |
necessary shared data files such as the schema library. |
|
35 |
||
36 |
||
37 |
Package: cubicweb-twisted |
|
38 |
Architecture: all |
|
39 |
XB-Python-Version: ${python:Versions} |
|
40 |
Provides: cubicweb-web-frontend |
|
41 |
Depends: ${python:Depends}, cubicweb-web (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-twisted-web2 |
|
42 |
Recommends: pyro, cubicweb-documentation (= ${source:Version}) |
|
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
43 |
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
|
44 |
CubicWeb is a semantic web application framework. |
0 | 45 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
46 |
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
|
47 |
the adaptative web interface (see cubicweb-web package). |
0 | 48 |
. |
49 |
This package provides only the twisted server part of the library. |
|
50 |
||
51 |
||
52 |
Package: cubicweb-web |
|
53 |
Architecture: all |
|
54 |
XB-Python-Version: ${python:Versions} |
|
55 |
Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), python-simplejson (>= 1.3), python-docutils, python-vobject, python-elementtree |
|
56 |
Recommends: fckeditor |
|
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
57 |
Description: web interface library for the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
58 |
CubicWeb is a semantic web application framework. |
0 | 59 |
. |
60 |
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
|
61 |
Install the cubicweb-twisted package to serve this interface via HTTP. |
0 | 62 |
. |
63 |
This package provides the web interface part of the library and |
|
64 |
necessary shared data files such as defaut views, images... |
|
65 |
||
66 |
||
67 |
Package: cubicweb-common |
|
68 |
Architecture: all |
|
69 |
XB-Python-Version: ${python:Versions} |
|
70 |
Depends: ${python:Depends}, cubicweb-core (= ${source:Version}), python-logilab-mtconverter (>= 0.4.0), python-simpletal (>= 4.0), graphviz, gettext, python-lxml |
|
71 |
Recommends: python-psyco |
|
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
72 |
Description: common library for the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
73 |
CubicWeb is a semantic web application framework. |
0 | 74 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
75 |
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
|
76 |
code and web application code. |
0 | 77 |
|
78 |
||
79 |
Package: cubicweb-ctl |
|
80 |
Architecture: all |
|
81 |
XB-Python-Version: ${python:Versions} |
|
82 |
Depends: ${python:Depends}, cubicweb-core (= ${source:Version}) |
|
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
83 |
Description: tool to manage the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
84 |
CubicWeb is a semantic web application framework. |
0 | 85 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
86 |
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
|
87 |
stop, etc) CubicWeb applications. It also include the init.d script |
0 | 88 |
to automatically start and stop CubicWeb applications on boot or shutdown. |
89 |
||
90 |
||
91 |
Package: cubicweb-client |
|
92 |
Architecture: all |
|
93 |
XB-Python-Version: ${python:Versions} |
|
94 |
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
|
95 |
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
|
96 |
CubicWeb is a semantic web application framework. |
0 | 97 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
98 |
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
|
99 |
pyro to connect to a repository server. |
0 | 100 |
|
101 |
||
102 |
Package: cubicweb-core |
|
103 |
Architecture: all |
|
104 |
XB-Python-Version: ${python:Versions} |
|
210
76c1707200cf
version 2.99.4
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
202
diff
changeset
|
105 |
Depends: ${python:Depends}, python-logilab-common (>= 0.37.1), 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
|
106 |
Description: core library for the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
107 |
CubicWeb is a semantic web application framework. |
0 | 108 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
109 |
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
|
110 |
to do some cubicweb programming in Python. |
0 | 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 |
|
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
118 |
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
|
119 |
CubicWeb is a semantic web application framework. |
0 | 120 |
. |
121 |
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
|
122 |
helping in the creation of application. |
0 | 123 |
|
124 |
||
125 |
Package: cubicweb-documentation |
|
126 |
Architecture: all |
|
127 |
Recommends: doc-base |
|
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
128 |
Description: documentation for the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
129 |
CubicWeb is a semantic web application framework. |
0 | 130 |
. |
131 |
This package provides the system's documentation. |