author | Adrien Di Mascio <Adrien.DiMascio@logilab.fr> |
Fri, 12 Dec 2008 10:10:14 +0100 | |
changeset 210 | 76c1707200cf |
parent 202 | 74f319aff847 |
child 234 | 3a15b00df8a2 |
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 |
Conflicts: cubicweb-server-common, python2.3-cubicweb-server |
|
26 |
Replaces: cubicweb-server-common, python2.3-cubicweb-server |
|
27 |
XB-Python-Version: ${python:Versions} |
|
28 |
Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-indexer (>= 0.6.1), python-psycopg2 |
|
29 |
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
|
30 |
Description: server part of the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
31 |
CubicWeb is a semantic web application framework. |
0 | 32 |
. |
33 |
This package provides the repository server part of the system. |
|
34 |
. |
|
35 |
This package provides the repository server part of the library and |
|
36 |
necessary shared data files such as the schema library. |
|
37 |
||
38 |
||
39 |
Package: cubicweb-twisted |
|
40 |
Architecture: all |
|
41 |
XB-Python-Version: ${python:Versions} |
|
42 |
Provides: cubicweb-web-frontend |
|
43 |
Depends: ${python:Depends}, cubicweb-web (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-twisted-web2 |
|
44 |
Recommends: pyro, cubicweb-documentation (= ${source:Version}) |
|
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
45 |
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
|
46 |
CubicWeb is a semantic web application framework. |
0 | 47 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
48 |
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
|
49 |
the adaptative web interface (see cubicweb-web package). |
0 | 50 |
. |
51 |
This package provides only the twisted server part of the library. |
|
52 |
||
53 |
||
54 |
Package: cubicweb-web |
|
55 |
Architecture: all |
|
56 |
XB-Python-Version: ${python:Versions} |
|
57 |
Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), python-simplejson (>= 1.3), python-docutils, python-vobject, python-elementtree |
|
58 |
Recommends: fckeditor |
|
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
59 |
Description: web interface library for the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
60 |
CubicWeb is a semantic web application framework. |
0 | 61 |
. |
62 |
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
|
63 |
Install the cubicweb-twisted package to serve this interface via HTTP. |
0 | 64 |
. |
65 |
This package provides the web interface part of the library and |
|
66 |
necessary shared data files such as defaut views, images... |
|
67 |
||
68 |
||
69 |
Package: cubicweb-common |
|
70 |
Architecture: all |
|
71 |
XB-Python-Version: ${python:Versions} |
|
72 |
Depends: ${python:Depends}, cubicweb-core (= ${source:Version}), python-logilab-mtconverter (>= 0.4.0), python-simpletal (>= 4.0), graphviz, gettext, python-lxml |
|
73 |
Recommends: python-psyco |
|
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
74 |
Description: common library for the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
75 |
CubicWeb is a semantic web application framework. |
0 | 76 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
77 |
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
|
78 |
code and web application code. |
0 | 79 |
|
80 |
||
81 |
Package: cubicweb-ctl |
|
82 |
Architecture: all |
|
83 |
XB-Python-Version: ${python:Versions} |
|
84 |
Depends: ${python:Depends}, cubicweb-core (= ${source:Version}) |
|
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
85 |
Description: tool to manage the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
86 |
CubicWeb is a semantic web application framework. |
0 | 87 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
88 |
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
|
89 |
stop, etc) CubicWeb applications. It also include the init.d script |
0 | 90 |
to automatically start and stop CubicWeb applications on boot or shutdown. |
91 |
||
92 |
||
93 |
Package: cubicweb-client |
|
94 |
Architecture: all |
|
95 |
XB-Python-Version: ${python:Versions} |
|
96 |
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
|
97 |
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
|
98 |
CubicWeb is a semantic web application framework. |
0 | 99 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
100 |
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
|
101 |
pyro to connect to a repository server. |
0 | 102 |
|
103 |
||
104 |
Package: cubicweb-core |
|
105 |
Architecture: all |
|
106 |
XB-Python-Version: ${python:Versions} |
|
210
76c1707200cf
version 2.99.4
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
202
diff
changeset
|
107 |
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
|
108 |
Description: core library for the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
109 |
CubicWeb is a semantic web application framework. |
0 | 110 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
111 |
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
|
112 |
to do some cubicweb programming in Python. |
0 | 113 |
|
114 |
||
115 |
Package: cubicweb-dev |
|
116 |
Architecture: all |
|
117 |
XB-Python-Version: ${python:Versions} |
|
118 |
Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-web (= ${source:Version}), python-pysqlite2 |
|
119 |
Suggests: w3c-dtd-xhtml |
|
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
120 |
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
|
121 |
CubicWeb is a semantic web application framework. |
0 | 122 |
. |
123 |
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
|
124 |
helping in the creation of application. |
0 | 125 |
|
126 |
||
127 |
Package: cubicweb-documentation |
|
128 |
Architecture: all |
|
129 |
Recommends: doc-base |
|
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
130 |
Description: documentation for the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
131 |
CubicWeb is a semantic web application framework. |
0 | 132 |
. |
133 |
This package provides the system's documentation. |