author | Aurelien Campeas <aurelien.campeas@logilab.fr> |
Thu, 06 Nov 2014 14:35:25 +0100 | |
changeset 10095 | 200bd6a601dc |
parent 10043 | c0e5164cc917 |
child 10108 | 129af90b2364 |
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> |
8476
864a92b10cb8
[book] Some tweaks to fix cubicweb-documentation package generation
Julien Cristau <julien.cristau@logilab.fr>
parents:
8454
diff
changeset
|
10 |
Build-Depends: |
864a92b10cb8
[book] Some tweaks to fix cubicweb-documentation package generation
Julien Cristau <julien.cristau@logilab.fr>
parents:
8454
diff
changeset
|
11 |
debhelper (>= 7), |
8693
a6ca96ec8693
pkg: drop python 2.5 compatibility (closes #2711624)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
8677
diff
changeset
|
12 |
python (>= 2.6), |
8476
864a92b10cb8
[book] Some tweaks to fix cubicweb-documentation package generation
Julien Cristau <julien.cristau@logilab.fr>
parents:
8454
diff
changeset
|
13 |
python-sphinx, |
864a92b10cb8
[book] Some tweaks to fix cubicweb-documentation package generation
Julien Cristau <julien.cristau@logilab.fr>
parents:
8454
diff
changeset
|
14 |
python-logilab-common, |
9270
3036e0efc6b5
[debian] Build-Depends on python-unittest2 | python (>= 2.7)
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
9193
diff
changeset
|
15 |
python-unittest2 | python (>= 2.7), |
8476
864a92b10cb8
[book] Some tweaks to fix cubicweb-documentation package generation
Julien Cristau <julien.cristau@logilab.fr>
parents:
8454
diff
changeset
|
16 |
python-logilab-mtconverter, |
864a92b10cb8
[book] Some tweaks to fix cubicweb-documentation package generation
Julien Cristau <julien.cristau@logilab.fr>
parents:
8454
diff
changeset
|
17 |
python-rql, |
9951
8cdcbf3f4fd0
[schema] add utility function to build a CubicWebSchema from a namespace
Rémi Cardona <remi.cardona@logilab.fr>
parents:
9868
diff
changeset
|
18 |
python-yams (>= 0.40.0), |
8476
864a92b10cb8
[book] Some tweaks to fix cubicweb-documentation package generation
Julien Cristau <julien.cristau@logilab.fr>
parents:
8454
diff
changeset
|
19 |
python-lxml, |
6917
e080e7465ac4
[debian] fix lintian errors
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
6810
diff
changeset
|
20 |
Standards-Version: 3.9.1 |
463
1630b591cbfd
add Homepage field in debian/control
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
377
diff
changeset
|
21 |
Homepage: http://www.cubicweb.org |
8693
a6ca96ec8693
pkg: drop python 2.5 compatibility (closes #2711624)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
8677
diff
changeset
|
22 |
XS-Python-Version: >= 2.6 |
0 | 23 |
|
24 |
Package: cubicweb |
|
25 |
Architecture: all |
|
8964
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
26 |
Depends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
27 |
${misc:Depends}, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
28 |
${python:Depends}, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
29 |
cubicweb-server (= ${source:Version}), |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
30 |
cubicweb-twisted (= ${source:Version}) |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
31 |
Recommends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
32 |
postgresql |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
33 |
| mysql |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
34 |
| sqlite3 |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
35 |
Description: the complete 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 will install all the components you need to run cubicweb on |
|
39 |
a single machine. You can also deploy cubicweb by running the different |
|
40 |
process on different computers, in which case you need to install the |
|
41 |
corresponding packages on the different hosts. |
|
42 |
||
43 |
||
44 |
Package: cubicweb-server |
|
45 |
Architecture: all |
|
9436
e24132839317
[pkg] prepare 3.17.12
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
9270
diff
changeset
|
46 |
Conflicts: |
e24132839317
[pkg] prepare 3.17.12
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
9270
diff
changeset
|
47 |
cubicweb-multisources |
275
7c47bc8550d4
packaging fixes
Sylvain Thenault <sylvain.thenault@logilab.fr>
parents:
234
diff
changeset
|
48 |
Replaces: cubicweb-multisources |
7c47bc8550d4
packaging fixes
Sylvain Thenault <sylvain.thenault@logilab.fr>
parents:
234
diff
changeset
|
49 |
Provides: cubicweb-multisources |
8964
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
50 |
Depends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
51 |
${misc:Depends}, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
52 |
${python:Depends}, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
53 |
cubicweb-common (= ${source:Version}), |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
54 |
cubicweb-ctl (= ${source:Version}), |
9685
0033aa71e077
[server] make internal_cnx get and keep a connection to the db
Julien Cristau <julien.cristau@logilab.fr>
parents:
9681
diff
changeset
|
55 |
python-logilab-database (>= 1.12.1), |
8964
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
56 |
cubicweb-postgresql-support |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
57 |
| cubicweb-mysql-support |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
58 |
| python-pysqlite2, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
59 |
python-passlib |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
60 |
Recommends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
61 |
pyro (<< 4.0.0), |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
62 |
cubicweb-documentation (= ${source:Version}) |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
63 |
Suggests: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
64 |
python-zmq |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
65 |
Description: server part of 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 the repository server part of the system. |
|
69 |
. |
|
70 |
This package provides the repository server part of the library and |
|
71 |
necessary shared data files such as the schema library. |
|
72 |
||
4978
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
73 |
Package: cubicweb-postgresql-support |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
74 |
Architecture: all |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
75 |
# postgresql-client packages for backup/restore of non local database |
8964
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
76 |
Depends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
77 |
${misc:Depends}, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
78 |
python-psycopg2, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
79 |
postgresql-client |
4978
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
80 |
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
|
81 |
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
|
82 |
. |
5344
ed4cd1ca96d6
[skeleton/dependencies] fix typo & new cube generation from template
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
5296
diff
changeset
|
83 |
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
|
84 |
cubicweb repository. |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
85 |
|
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
86 |
Package: cubicweb-mysql-support |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
87 |
Architecture: all |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
88 |
# mysql-client packages for backup/restore of non local database |
8964
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
89 |
Depends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
90 |
${misc:Depends}, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
91 |
python-mysqldb, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
92 |
mysql-client |
4978
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
93 |
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
|
94 |
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
|
95 |
. |
5344
ed4cd1ca96d6
[skeleton/dependencies] fix typo & new cube generation from template
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
5296
diff
changeset
|
96 |
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
|
97 |
cubicweb repository. |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
98 |
|
0 | 99 |
|
100 |
Package: cubicweb-twisted |
|
101 |
Architecture: all |
|
102 |
Provides: cubicweb-web-frontend |
|
8964
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
103 |
Depends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
104 |
${misc:Depends}, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
105 |
${python:Depends}, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
106 |
cubicweb-web (= ${source:Version}), |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
107 |
cubicweb-ctl (= ${source:Version}), |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
108 |
python-twisted-web |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
109 |
Recommends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
110 |
pyro (<< 4.0.0), |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
111 |
cubicweb-documentation (= ${source:Version}) |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
112 |
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
|
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 a twisted based HTTP server to serve |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
116 |
the adaptative web interface (see cubicweb-web package). |
0 | 117 |
. |
1020
bc33e1b71107
uploaders update, cleanup
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
968
diff
changeset
|
118 |
This package provides only the twisted server part of the library. |
0 | 119 |
|
120 |
||
121 |
Package: cubicweb-web |
|
122 |
Architecture: all |
|
8964
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
123 |
Depends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
124 |
${misc:Depends}, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
125 |
${python:Depends}, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
126 |
cubicweb-common (= ${source:Version}), |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
127 |
Recommends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
128 |
python-docutils (>= 0.6), |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
129 |
python-vobject, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
130 |
fckeditor, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
131 |
python-fyzz, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
132 |
python-imaging, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
133 |
python-rdflib |
9260
dd574929b414
[debian] add some Breaks for backwards compatibility removal
Julien Cristau <julien.cristau@logilab.fr>
parents:
9193
diff
changeset
|
134 |
Breaks: |
dd574929b414
[debian] add some Breaks for backwards compatibility removal
Julien Cristau <julien.cristau@logilab.fr>
parents:
9193
diff
changeset
|
135 |
cubicweb-inlinedit (<< 1.1.1), |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
136 |
Description: web interface library for the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
137 |
CubicWeb is a semantic web application framework. |
0 | 138 |
. |
139 |
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
|
140 |
Install the cubicweb-twisted package to serve this interface via HTTP. |
0 | 141 |
. |
142 |
This package provides the web interface part of the library and |
|
143 |
necessary shared data files such as defaut views, images... |
|
144 |
||
145 |
||
146 |
Package: cubicweb-common |
|
147 |
Architecture: all |
|
8964
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
148 |
Depends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
149 |
${misc:Depends}, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
150 |
${python:Depends}, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
151 |
graphviz, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
152 |
gettext, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
153 |
python-logilab-mtconverter (>= 0.8.0), |
9926
93a44cf0d030
[cwvreg] cleanup the event manager when reloading modules
Alain Leufroy <alain.leufroy@logilab.fr>
parents:
9521
diff
changeset
|
154 |
python-logilab-common (>= 0.62.0), |
10043
c0e5164cc917
[debian] move markdown dependency from cubicweb-web to cubicweb-common
Julien Cristau <julien.cristau@logilab.fr>
parents:
10012
diff
changeset
|
155 |
python-markdown, |
9951
8cdcbf3f4fd0
[schema] add utility function to build a CubicWebSchema from a namespace
Rémi Cardona <remi.cardona@logilab.fr>
parents:
9868
diff
changeset
|
156 |
python-yams (>= 0.40.0), |
8964
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
157 |
python-rql (>= 0.31.2), |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
158 |
python-lxml |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
159 |
Recommends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
160 |
python-simpletal (>= 4.0), |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
161 |
python-crypto |
860
d9f86f23b9a3
be sure to replace cubicweb-core
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
858
diff
changeset
|
162 |
Conflicts: cubicweb-core |
d9f86f23b9a3
be sure to replace cubicweb-core
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
858
diff
changeset
|
163 |
Replaces: cubicweb-core |
9260
dd574929b414
[debian] add some Breaks for backwards compatibility removal
Julien Cristau <julien.cristau@logilab.fr>
parents:
9193
diff
changeset
|
164 |
Breaks: |
dd574929b414
[debian] add some Breaks for backwards compatibility removal
Julien Cristau <julien.cristau@logilab.fr>
parents:
9193
diff
changeset
|
165 |
cubicweb-comment (<< 1.9.1), |
dd574929b414
[debian] add some Breaks for backwards compatibility removal
Julien Cristau <julien.cristau@logilab.fr>
parents:
9193
diff
changeset
|
166 |
cubicweb-person (<< 1.8.0), |
9290
fcce1ff81561
[debian] Break old geocoding
Julien Cristau <julien.cristau@logilab.fr>
parents:
9283
diff
changeset
|
167 |
cubicweb-geocoding (<< 0.2.0), |
9416
c132eab34980
[debian] declare breaks on cubicweb-invoice (closes #3444985)
Julien Cristau <julien.cristau@logilab.fr>
parents:
9389
diff
changeset
|
168 |
cubicweb-invoice (<< 0.6.1), |
9681
5a59d9835371
[debian] Add Breaks on a few cubes that need changes for 3.19
Julien Cristau <julien.cristau@logilab.fr>
parents:
9635
diff
changeset
|
169 |
cubicweb-mercurial-server (<< 0.4.2), |
5a59d9835371
[debian] Add Breaks on a few cubes that need changes for 3.19
Julien Cristau <julien.cristau@logilab.fr>
parents:
9635
diff
changeset
|
170 |
cubicweb-forgotpwd (<< 0.4.3), |
5a59d9835371
[debian] Add Breaks on a few cubes that need changes for 3.19
Julien Cristau <julien.cristau@logilab.fr>
parents:
9635
diff
changeset
|
171 |
cubicweb-registration (<< 0.4.3), |
9692
8574479184c4
[debian] break old cubicweb-vcsfile
Julien Cristau <julien.cristau@logilab.fr>
parents:
9685
diff
changeset
|
172 |
cubicweb-vcsfile (<< 1.15.0), |
9756
1fabbfff4a57
[debian] version cubicweb-bootstrap Breaks
Julien Cristau <julien.cristau@logilab.fr>
parents:
9706
diff
changeset
|
173 |
cubicweb-bootstrap (<< 0.6), |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
174 |
Description: common library for the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
175 |
CubicWeb is a semantic web application framework. |
0 | 176 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
177 |
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
|
178 |
code and web application code. |
0 | 179 |
|
180 |
||
181 |
Package: cubicweb-ctl |
|
182 |
Architecture: all |
|
8964
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
183 |
Depends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
184 |
${misc:Depends}, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
185 |
${python:Depends}, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
186 |
cubicweb-common (= ${source:Version}) |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
187 |
Description: tool to manage the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
188 |
CubicWeb is a semantic web application framework. |
0 | 189 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
190 |
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
|
191 |
stop, etc) CubicWeb applications. It also include the init.d script |
0 | 192 |
to automatically start and stop CubicWeb applications on boot or shutdown. |
193 |
||
194 |
||
195 |
Package: cubicweb-dev |
|
196 |
Architecture: all |
|
8964
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
197 |
Depends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
198 |
${misc:Depends}, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
199 |
${python:Depends}, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
200 |
cubicweb-server (= ${source:Version}), |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
201 |
cubicweb-web (= ${source:Version}), |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
202 |
python-pysqlite2 |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
203 |
Suggests: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
204 |
w3c-dtd-xhtml, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
205 |
xvfb |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
206 |
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
|
207 |
CubicWeb is a semantic web application framework. |
0 | 208 |
. |
209 |
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
|
210 |
helping in the creation of application. |
0 | 211 |
|
212 |
||
213 |
Package: cubicweb-documentation |
|
7512
d2de5fb0cc33
[packaging] Build the cubicweb-documentation package
Julien Cristau <julien.cristau@logilab.fr>
parents:
7166
diff
changeset
|
214 |
Architecture: all |
8964
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
215 |
Recommends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
216 |
doc-base |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
217 |
Description: documentation for the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
218 |
CubicWeb is a semantic web application framework. |
0 | 219 |
. |
220 |
This package provides the system's documentation. |