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