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