author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Thu, 02 Aug 2012 19:00:22 +0200 | |
changeset 8513 | 552de9f0c46d |
parent 8454 | 113184eb4e06 |
child 8535 | 268b6349baf3 |
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>, |
3906
b79f361839a7
version 3.5.6
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
3769
diff
changeset
|
7 |
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>, |
2037
2d7d3062ca03
prepare 3.3.0
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
2019
diff
changeset
|
8 |
Aurélien Campéas <aurelien.campeas@logilab.fr>, |
2d7d3062ca03
prepare 3.3.0
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
2019
diff
changeset
|
9 |
Nicolas Chauvat <nicolas.chauvat@logilab.fr> |
8281
7d6837afbf21
[debian] add missing build-deps to generate the documentation (closes #2223062)
Julien Cristau <julien.cristau@logilab.fr>
parents:
8226
diff
changeset
|
10 |
Build-Depends: debhelper (>= 7), python (>= 2.5), python-central (>= 0.5), python-sphinx, python-logilab-common, python-unittest2 |
7512
d2de5fb0cc33
[packaging] Build the cubicweb-documentation package
Julien Cristau <julien.cristau@logilab.fr>
parents:
7166
diff
changeset
|
11 |
# for the documentation: |
7767
07c74f5585d1
[debian] build the book with no auto-compression of book files (closes: #1906581)
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
7764
diff
changeset
|
12 |
# python-sphinx, python-logilab-common, python-unittest2, logilab-doctools, logilab-xml |
6917
e080e7465ac4
[debian] fix lintian errors
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
6810
diff
changeset
|
13 |
Standards-Version: 3.9.1 |
463
1630b591cbfd
add Homepage field in debian/control
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
377
diff
changeset
|
14 |
Homepage: http://www.cubicweb.org |
8152
b9bb3372b85f
[debian] cubicweb works with python 2.7 (which become the standard on some distros). Closes #2142050
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
8097
diff
changeset
|
15 |
XS-Python-Version: >= 2.5, << 3.0 |
0 | 16 |
|
17 |
Package: cubicweb |
|
18 |
Architecture: all |
|
19 |
XB-Python-Version: ${python:Versions} |
|
6917
e080e7465ac4
[debian] fix lintian errors
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
6810
diff
changeset
|
20 |
Depends: ${misc:Depends}, ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-twisted (= ${source:Version}) |
4885
7929865dedf1
[debian] packaging fixes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4819
diff
changeset
|
21 |
XB-Recommends: (postgresql, postgresql-plpython) | mysql | sqlite3 |
377
a3a12869d770
fix dependencies
Sylvain Thenault <sylvain.thenault@logilab.fr>
parents:
376
diff
changeset
|
22 |
Recommends: postgresql | mysql | sqlite3 |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
23 |
Description: the complete CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
24 |
CubicWeb is a semantic web application framework. |
0 | 25 |
. |
26 |
This package will install all the components you need to run cubicweb on |
|
27 |
a single machine. You can also deploy cubicweb by running the different |
|
28 |
process on different computers, in which case you need to install the |
|
29 |
corresponding packages on the different hosts. |
|
30 |
||
31 |
||
32 |
Package: cubicweb-server |
|
33 |
Architecture: all |
|
34 |
XB-Python-Version: ${python:Versions} |
|
275
7c47bc8550d4
packaging fixes
Sylvain Thenault <sylvain.thenault@logilab.fr>
parents:
234
diff
changeset
|
35 |
Conflicts: cubicweb-multisources |
7c47bc8550d4
packaging fixes
Sylvain Thenault <sylvain.thenault@logilab.fr>
parents:
234
diff
changeset
|
36 |
Replaces: cubicweb-multisources |
7c47bc8550d4
packaging fixes
Sylvain Thenault <sylvain.thenault@logilab.fr>
parents:
234
diff
changeset
|
37 |
Provides: cubicweb-multisources |
8349 | 38 |
Depends: ${misc:Depends}, ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-logilab-database (>= 1.8.2), cubicweb-postgresql-support | cubicweb-mysql-support | python-pysqlite2, python-passlib |
6917
e080e7465ac4
[debian] fix lintian errors
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
6810
diff
changeset
|
39 |
Recommends: pyro (<< 4.0.0), cubicweb-documentation (= ${source:Version}) |
8211
543e1579ba0d
[repo] Add a publish/subscribe mechanism for inter-instance communication using zmq
Julien Cristau <julien.cristau@logilab.fr>, Quentin Roquefort <quentin@kpsule.me>
parents:
8190
diff
changeset
|
40 |
Suggests: python-zmq |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
41 |
Description: server part of the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
42 |
CubicWeb is a semantic web application framework. |
0 | 43 |
. |
44 |
This package provides the repository server part of the system. |
|
45 |
. |
|
46 |
This package provides the repository server part of the library and |
|
47 |
necessary shared data files such as the schema library. |
|
48 |
||
4978
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
49 |
Package: cubicweb-postgresql-support |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
50 |
Architecture: all |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
51 |
# postgresql-client packages for backup/restore of non local database |
6917
e080e7465ac4
[debian] fix lintian errors
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
6810
diff
changeset
|
52 |
Depends: ${misc:Depends}, python-psycopg2, postgresql-client |
4978
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
53 |
Description: postgres support for the CubicWeb framework |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
54 |
CubicWeb is a semantic web application framework. |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
55 |
. |
5344
ed4cd1ca96d6
[skeleton/dependencies] fix typo & new cube generation from template
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
5296
diff
changeset
|
56 |
This virtual package provides dependencies to use postgres for the |
4978
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
57 |
cubicweb repository. |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
58 |
|
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
59 |
Package: cubicweb-mysql-support |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
60 |
Architecture: all |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
61 |
# mysql-client packages for backup/restore of non local database |
6917
e080e7465ac4
[debian] fix lintian errors
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
6810
diff
changeset
|
62 |
Depends: ${misc:Depends}, python-mysqldb, mysql-client |
4978
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
63 |
Description: mysql support for the CubicWeb framework |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
64 |
CubicWeb is a semantic web application framework. |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
65 |
. |
5344
ed4cd1ca96d6
[skeleton/dependencies] fix typo & new cube generation from template
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
5296
diff
changeset
|
66 |
This virtual package provides dependencies to use mysql for the |
4978
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
67 |
cubicweb repository. |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
68 |
|
0 | 69 |
|
70 |
Package: cubicweb-twisted |
|
71 |
Architecture: all |
|
72 |
XB-Python-Version: ${python:Versions} |
|
73 |
Provides: cubicweb-web-frontend |
|
7789
1c8d6eec4c25
[deprecation] specify name/doc to deprecated else it's fetched from the object, which has then to be importable. Cleanup debian/control dependancy on the way (needs lgc 0.56.3 api)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
7767
diff
changeset
|
74 |
Depends: ${misc:Depends}, ${python:Depends}, cubicweb-web (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-twisted-web |
6917
e080e7465ac4
[debian] fix lintian errors
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
6810
diff
changeset
|
75 |
Recommends: pyro (<< 4.0.0), cubicweb-documentation (= ${source:Version}) |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
76 |
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
|
77 |
CubicWeb is a semantic web application framework. |
0 | 78 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
79 |
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
|
80 |
the adaptative web interface (see cubicweb-web package). |
0 | 81 |
. |
1020
bc33e1b71107
uploaders update, cleanup
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
968
diff
changeset
|
82 |
This package provides only the twisted server part of the library. |
0 | 83 |
|
84 |
||
85 |
Package: cubicweb-web |
|
86 |
Architecture: all |
|
87 |
XB-Python-Version: ${python:Versions} |
|
8439
783a5df54dc7
[debian] prepare 3.15.1-1
David Douard <david.douard@logilab.fr>
parents:
8349
diff
changeset
|
88 |
Depends: ${misc:Depends}, ${python:Depends}, cubicweb-common (= ${source:Version}), python-simplejson (>= 2.0.9) |
783a5df54dc7
[debian] prepare 3.15.1-1
David Douard <david.douard@logilab.fr>
parents:
8349
diff
changeset
|
89 |
Recommends: python-docutils (>= 0.6), python-vobject, fckeditor, python-fyzz, python-imaging, python-rdflib |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
90 |
Description: web interface library for the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
91 |
CubicWeb is a semantic web application framework. |
0 | 92 |
. |
93 |
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
|
94 |
Install the cubicweb-twisted package to serve this interface via HTTP. |
0 | 95 |
. |
96 |
This package provides the web interface part of the library and |
|
97 |
necessary shared data files such as defaut views, images... |
|
98 |
||
99 |
||
100 |
Package: cubicweb-common |
|
101 |
Architecture: all |
|
102 |
XB-Python-Version: ${python:Versions} |
|
8513
552de9f0c46d
[entity edition] stop comparing values as it may trigger exceptions (e.g. timeseries cube tests)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
8454
diff
changeset
|
103 |
Depends: ${misc:Depends}, ${python:Depends}, graphviz, gettext, python-logilab-mtconverter (>= 0.8.0), python-logilab-common (>= 0.58.0), python-yams (>= 0.36.0), python-rql (>= 0.31.2), python-lxml |
4595
bb08a75832e6
backport crypto/captcha utilities from the registration cube
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4541
diff
changeset
|
104 |
Recommends: python-simpletal (>= 4.0), python-crypto |
860
d9f86f23b9a3
be sure to replace cubicweb-core
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
858
diff
changeset
|
105 |
Conflicts: cubicweb-core |
d9f86f23b9a3
be sure to replace cubicweb-core
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
858
diff
changeset
|
106 |
Replaces: cubicweb-core |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
107 |
Description: common library for the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
108 |
CubicWeb is a semantic web application framework. |
0 | 109 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
110 |
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
|
111 |
code and web application code. |
0 | 112 |
|
113 |
||
114 |
Package: cubicweb-ctl |
|
115 |
Architecture: all |
|
116 |
XB-Python-Version: ${python:Versions} |
|
6917
e080e7465ac4
[debian] fix lintian errors
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
6810
diff
changeset
|
117 |
Depends: ${misc:Depends}, ${python:Depends}, cubicweb-common (= ${source:Version}) |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
118 |
Description: tool to manage 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 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
121 |
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
|
122 |
stop, etc) CubicWeb applications. It also include the init.d script |
0 | 123 |
to automatically start and stop CubicWeb applications on boot or shutdown. |
124 |
||
125 |
||
126 |
Package: cubicweb-dev |
|
127 |
Architecture: all |
|
128 |
XB-Python-Version: ${python:Versions} |
|
6917
e080e7465ac4
[debian] fix lintian errors
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
6810
diff
changeset
|
129 |
Depends: ${misc:Depends}, ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-web (= ${source:Version}), python-pysqlite2 |
8226
a3d3bdd46463
[devtools] Use Xvfb to run firefox in js tests on posix platforms
Julien Cristau <julien.cristau@logilab.fr>
parents:
8152
diff
changeset
|
130 |
Suggests: w3c-dtd-xhtml, xvfb |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
131 |
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
|
132 |
CubicWeb is a semantic web application framework. |
0 | 133 |
. |
134 |
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
|
135 |
helping in the creation of application. |
0 | 136 |
|
137 |
||
138 |
Package: cubicweb-documentation |
|
7512
d2de5fb0cc33
[packaging] Build the cubicweb-documentation package
Julien Cristau <julien.cristau@logilab.fr>
parents:
7166
diff
changeset
|
139 |
Architecture: all |
0 | 140 |
Recommends: doc-base |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
141 |
Description: documentation for the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
142 |
CubicWeb is a semantic web application framework. |
0 | 143 |
. |
144 |
This package provides the system's documentation. |