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