author | Alexandre Fayolle <alexandre.fayolle@logilab.fr> |
Thu, 05 Nov 2009 12:41:58 +0100 | |
branch | stable |
changeset 3796 | f4e924106fdc |
parent 3769 | 021d32e3a289 |
child 3906 | b79f361839a7 |
permissions | -rw-r--r-- |
0 | 1 |
Source: cubicweb |
2 |
Section: web |
|
3 |
Priority: optional |
|
1021
ce8094084165
fix maintainer (acording to lgp)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
1020
diff
changeset
|
4 |
Maintainer: Logilab S.A. <contact@logilab.fr> |
1926
6eab1787e904
Backed out changeset a9db0eb45117
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
1918
diff
changeset
|
5 |
Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr>, |
1020
bc33e1b71107
uploaders update, cleanup
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
968
diff
changeset
|
6 |
Julien Jehannet <julien.jehannet@logilab.fr>, |
2037
2d7d3062ca03
prepare 3.3.0
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
2019
diff
changeset
|
7 |
Aurélien Campéas <aurelien.campeas@logilab.fr>, |
2d7d3062ca03
prepare 3.3.0
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
2019
diff
changeset
|
8 |
Nicolas Chauvat <nicolas.chauvat@logilab.fr> |
2925
53bf6a2bfdfc
[debian] fix (hopefully) packaging problems with hardy
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2717
diff
changeset
|
9 |
Build-Depends: debhelper (>= 5), 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
|
10 |
Standards-Version: 3.8.0 |
463
1630b591cbfd
add Homepage field in debian/control
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
377
diff
changeset
|
11 |
Homepage: http://www.cubicweb.org |
0 | 12 |
XS-Python-Version: >= 2.4, << 2.6 |
13 |
||
14 |
Package: cubicweb |
|
15 |
Architecture: all |
|
16 |
XB-Python-Version: ${python:Versions} |
|
275
7c47bc8550d4
packaging fixes
Sylvain Thenault <sylvain.thenault@logilab.fr>
parents:
234
diff
changeset
|
17 |
Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-twisted (= ${source:Version}), cubicweb-client (= ${source:Version}) |
858
e6ae125d5903
reorganize debian packages (Closes: #1168)
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
463
diff
changeset
|
18 |
XB-Recommends: (postgresql, postgresql-plpython, postgresql-contrib) | mysql | sqlite3 |
377
a3a12869d770
fix dependencies
Sylvain Thenault <sylvain.thenault@logilab.fr>
parents:
376
diff
changeset
|
19 |
Recommends: postgresql | mysql | sqlite3 |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
20 |
Description: the complete CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
21 |
CubicWeb is a semantic web application framework. |
0 | 22 |
. |
23 |
This package will install all the components you need to run cubicweb on |
|
24 |
a single machine. You can also deploy cubicweb by running the different |
|
25 |
process on different computers, in which case you need to install the |
|
26 |
corresponding packages on the different hosts. |
|
27 |
||
28 |
||
29 |
Package: cubicweb-server |
|
30 |
Architecture: all |
|
31 |
XB-Python-Version: ${python:Versions} |
|
275
7c47bc8550d4
packaging fixes
Sylvain Thenault <sylvain.thenault@logilab.fr>
parents:
234
diff
changeset
|
32 |
Conflicts: cubicweb-multisources |
7c47bc8550d4
packaging fixes
Sylvain Thenault <sylvain.thenault@logilab.fr>
parents:
234
diff
changeset
|
33 |
Replaces: cubicweb-multisources |
7c47bc8550d4
packaging fixes
Sylvain Thenault <sylvain.thenault@logilab.fr>
parents:
234
diff
changeset
|
34 |
Provides: cubicweb-multisources |
377
a3a12869d770
fix dependencies
Sylvain Thenault <sylvain.thenault@logilab.fr>
parents:
376
diff
changeset
|
35 |
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
|
36 |
Recommends: pyro, cubicweb-documentation (= ${source:Version}) |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
37 |
Description: server part of the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
38 |
CubicWeb is a semantic web application framework. |
0 | 39 |
. |
40 |
This package provides the repository server part of the system. |
|
41 |
. |
|
42 |
This package provides the repository server part of the library and |
|
43 |
necessary shared data files such as the schema library. |
|
44 |
||
45 |
||
46 |
Package: cubicweb-twisted |
|
47 |
Architecture: all |
|
48 |
XB-Python-Version: ${python:Versions} |
|
49 |
Provides: cubicweb-web-frontend |
|
50 |
Depends: ${python:Depends}, cubicweb-web (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-twisted-web2 |
|
51 |
Recommends: pyro, cubicweb-documentation (= ${source:Version}) |
|
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
52 |
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
|
53 |
CubicWeb is a semantic web application framework. |
0 | 54 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
55 |
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
|
56 |
the adaptative web interface (see cubicweb-web package). |
0 | 57 |
. |
1020
bc33e1b71107
uploaders update, cleanup
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
968
diff
changeset
|
58 |
This package provides only the twisted server part of the library. |
0 | 59 |
|
60 |
||
61 |
Package: cubicweb-web |
|
62 |
Architecture: all |
|
63 |
XB-Python-Version: ${python:Versions} |
|
1655 | 64 |
Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), python-simplejson (>= 1.3), python-elementtree |
2936
f35b64718d02
follow name change, fix pdf template registration, add debian package tracking
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2717
diff
changeset
|
65 |
Recommends: python-docutils, python-vobject, fckeditor, python-fyzz, python-pysixt, fop |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
66 |
Description: web interface library for the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
67 |
CubicWeb is a semantic web application framework. |
0 | 68 |
. |
69 |
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
|
70 |
Install the cubicweb-twisted package to serve this interface via HTTP. |
0 | 71 |
. |
72 |
This package provides the web interface part of the library and |
|
73 |
necessary shared data files such as defaut views, images... |
|
74 |
||
75 |
||
76 |
Package: cubicweb-common |
|
77 |
Architecture: all |
|
78 |
XB-Python-Version: ${python:Versions} |
|
3769 | 79 |
Depends: ${python:Depends}, graphviz, gettext, python-logilab-mtconverter (>= 0.6.0), python-logilab-common (>= 0.44.0), python-yams (>= 0.25.0), python-rql (>= 0.22.3), python-lxml |
2429
d3f4bffb57d0
python-lxml is now a real dependency
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
2203
diff
changeset
|
80 |
Recommends: python-simpletal (>= 4.0) |
860
d9f86f23b9a3
be sure to replace cubicweb-core
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
858
diff
changeset
|
81 |
Conflicts: cubicweb-core |
d9f86f23b9a3
be sure to replace cubicweb-core
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
858
diff
changeset
|
82 |
Replaces: cubicweb-core |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
83 |
Description: common library for 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 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
|
87 |
code and web application code. |
0 | 88 |
|
89 |
||
90 |
Package: cubicweb-ctl |
|
91 |
Architecture: all |
|
92 |
XB-Python-Version: ${python:Versions} |
|
858
e6ae125d5903
reorganize debian packages (Closes: #1168)
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
463
diff
changeset
|
93 |
Depends: ${python:Depends}, cubicweb-common (= ${source:Version}) |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
94 |
Description: tool to manage the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
95 |
CubicWeb is a semantic web application framework. |
0 | 96 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
97 |
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
|
98 |
stop, etc) CubicWeb applications. It also include the init.d script |
0 | 99 |
to automatically start and stop CubicWeb applications on boot or shutdown. |
100 |
||
101 |
||
102 |
Package: cubicweb-client |
|
103 |
Architecture: all |
|
104 |
XB-Python-Version: ${python:Versions} |
|
105 |
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
|
106 |
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
|
107 |
CubicWeb is a semantic web application framework. |
0 | 108 |
. |
1020
bc33e1b71107
uploaders update, cleanup
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
968
diff
changeset
|
109 |
This package provides a RQL (Relation Query Language) command line client using |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
110 |
pyro to connect to a repository server. |
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. |