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