author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Thu, 28 Jan 2016 14:34:47 +0100 | |
changeset 11317 | 4085a452b6b4 |
parent 11302 | 4c000e0987ec |
child 11358 | 179b5ff3f428 |
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>, |
3906
b79f361839a7
version 3.5.6
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
3769
diff
changeset
|
6 |
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>, |
2037
2d7d3062ca03
prepare 3.3.0
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
2019
diff
changeset
|
7 |
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
|
8 |
Build-Depends: |
864a92b10cb8
[book] Some tweaks to fix cubicweb-documentation package generation
Julien Cristau <julien.cristau@logilab.fr>
parents:
8454
diff
changeset
|
9 |
debhelper (>= 7), |
8693
a6ca96ec8693
pkg: drop python 2.5 compatibility (closes #2711624)
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
8677
diff
changeset
|
10 |
python (>= 2.6), |
10601
73c1c9cf6bda
[pkg] Add dependency on six 1.4.0
Rémi Cardona <remi.cardona@logilab.fr>
parents:
10559
diff
changeset
|
11 |
python-six (>= 1.4.0), |
8476
864a92b10cb8
[book] Some tweaks to fix cubicweb-documentation package generation
Julien Cristau <julien.cristau@logilab.fr>
parents:
8454
diff
changeset
|
12 |
python-sphinx, |
11302
4c000e0987ec
[pkg] Depends on logilab-common >= 1.2.2
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
11301
diff
changeset
|
13 |
python-logilab-common (>= 1.2.2), |
11096
05160039f30a
[pkg] remove useless python >= 3.4 dependency
Julien Cristau <julien.cristau@logilab.fr>
parents:
11076
diff
changeset
|
14 |
python-unittest2 (>= 0.7.0), |
8476
864a92b10cb8
[book] Some tweaks to fix cubicweb-documentation package generation
Julien Cristau <julien.cristau@logilab.fr>
parents:
8454
diff
changeset
|
15 |
python-logilab-mtconverter, |
10176
7d3a583ed539
[debian] build-depend on markdown for documentation build
Julien Cristau <julien.cristau@logilab.fr>
parents:
10151
diff
changeset
|
16 |
python-markdown, |
11034
75d752e6daf7
[server] improve TZDatetime support
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
10842
diff
changeset
|
17 |
python-tz, |
11051 | 18 |
python-rql (>= 0.34.0), |
11215
4e79acdc36a6
[schema] use json to serialize constraints
Julien Cristau <julien.cristau@logilab.fr>
parents:
11198
diff
changeset
|
19 |
python-yams (>= 0.43.0), |
8476
864a92b10cb8
[book] Some tweaks to fix cubicweb-documentation package generation
Julien Cristau <julien.cristau@logilab.fr>
parents:
8454
diff
changeset
|
20 |
python-lxml, |
6917
e080e7465ac4
[debian] fix lintian errors
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
6810
diff
changeset
|
21 |
Standards-Version: 3.9.1 |
11133
9e955d8be8a9
[pkg] use https URL for www.cubicweb.org
Julien Cristau <julien.cristau@logilab.fr>
parents:
11067
diff
changeset
|
22 |
Homepage: https://www.cubicweb.org |
10559
5821ae654dfd
[pkg] various debian packaging fixes
Julien Cristau <julien.cristau@logilab.fr>
parents:
10516
diff
changeset
|
23 |
X-Python-Version: >= 2.6 |
0 | 24 |
|
25 |
Package: cubicweb |
|
26 |
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
|
27 |
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 |
${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
|
29 |
${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
|
30 |
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
|
31 |
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
|
32 |
Recommends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
33 |
postgresql |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
34 |
| mysql |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
35 |
| sqlite3 |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
36 |
Description: the complete 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 |
. |
10128
894957e1ce2d
[debian] include "metapackage" in the cubicweb package's description
Julien Cristau <julien.cristau@logilab.fr>
parents:
10127
diff
changeset
|
39 |
This metapackage will install all the components you need to run cubicweb on a |
894957e1ce2d
[debian] include "metapackage" in the cubicweb package's description
Julien Cristau <julien.cristau@logilab.fr>
parents:
10127
diff
changeset
|
40 |
single machine. You can also deploy cubicweb by running the different process |
894957e1ce2d
[debian] include "metapackage" in the cubicweb package's description
Julien Cristau <julien.cristau@logilab.fr>
parents:
10127
diff
changeset
|
41 |
on different computers, in which case you need to install the corresponding |
894957e1ce2d
[debian] include "metapackage" in the cubicweb package's description
Julien Cristau <julien.cristau@logilab.fr>
parents:
10127
diff
changeset
|
42 |
packages on the different hosts. |
0 | 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}), |
11036
d7294e144cd2
[pkg] use correct lgdb version for tz rework
Rémi Cardona <remi.cardona@logilab.fr>
parents:
11034
diff
changeset
|
55 |
python-logilab-database (>= 1.15.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
|
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, |
11067
175be0c5c318
[pkg] add missing python-tz dependency
Julien Cristau <julien.cristau@logilab.fr>
parents:
11051
diff
changeset
|
59 |
python-passlib, |
175be0c5c318
[pkg] add missing python-tz dependency
Julien Cristau <julien.cristau@logilab.fr>
parents:
11051
diff
changeset
|
60 |
python-tz, |
8964
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
61 |
Recommends: |
10516
4c59409220b6
[datafeed] allow to use cwclientlib for datafeed's queries (closes #5456849)
David Douard <david.douard@logilab.fr>
parents:
10306
diff
changeset
|
62 |
cubicweb-documentation (= ${source:Version}), |
8964
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: |
10516
4c59409220b6
[datafeed] allow to use cwclientlib for datafeed's queries (closes #5456849)
David Douard <david.douard@logilab.fr>
parents:
10306
diff
changeset
|
64 |
python-zmq, |
4c59409220b6
[datafeed] allow to use cwclientlib for datafeed's queries (closes #5456849)
David Douard <david.douard@logilab.fr>
parents:
10306
diff
changeset
|
65 |
python-cwclientlib (>= 0.4.0), |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
66 |
Description: server part of 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 the repository server part of the system. |
|
70 |
. |
|
71 |
This package provides the repository server part of the library and |
|
72 |
necessary shared data files such as the schema library. |
|
73 |
||
4978
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
74 |
Package: cubicweb-postgresql-support |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
75 |
Architecture: all |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
76 |
# 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
|
77 |
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 |
${misc:Depends}, |
10127
76179410b84c
[debian] ensure all packages use ${misc:Depends} and ${python:Depends}
Julien Cristau <julien.cristau@logilab.fr>
parents:
10125
diff
changeset
|
79 |
${python:Depends}, |
8964
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
80 |
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
|
81 |
postgresql-client |
4978
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
82 |
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
|
83 |
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
|
84 |
. |
5344
ed4cd1ca96d6
[skeleton/dependencies] fix typo & new cube generation from template
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
5296
diff
changeset
|
85 |
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
|
86 |
cubicweb repository. |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
87 |
|
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
88 |
Package: cubicweb-mysql-support |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
89 |
Architecture: all |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
90 |
# 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
|
91 |
Depends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
92 |
${misc:Depends}, |
10127
76179410b84c
[debian] ensure all packages use ${misc:Depends} and ${python:Depends}
Julien Cristau <julien.cristau@logilab.fr>
parents:
10125
diff
changeset
|
93 |
${python:Depends}, |
8964
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
94 |
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
|
95 |
mysql-client |
4978
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
96 |
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
|
97 |
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
|
98 |
. |
5344
ed4cd1ca96d6
[skeleton/dependencies] fix typo & new cube generation from template
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
5296
diff
changeset
|
99 |
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
|
100 |
cubicweb repository. |
9c342fa4f1b7
backport debian control changes done in 3.7
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4885
diff
changeset
|
101 |
|
0 | 102 |
|
103 |
Package: cubicweb-twisted |
|
104 |
Architecture: all |
|
105 |
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
|
106 |
Depends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
107 |
${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
|
108 |
${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
|
109 |
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
|
110 |
cubicweb-ctl (= ${source:Version}), |
11213
5c4c0b96c522
[pkg] Use Twisted < 16.0.0
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
11133
diff
changeset
|
111 |
python-twisted-web (<< 16.0.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
|
112 |
Recommends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
113 |
cubicweb-documentation (= ${source:Version}) |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
114 |
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
|
115 |
CubicWeb is a semantic web application framework. |
0 | 116 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
117 |
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
|
118 |
the adaptative web interface (see cubicweb-web package). |
0 | 119 |
. |
1020
bc33e1b71107
uploaders update, cleanup
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
968
diff
changeset
|
120 |
This package provides only the twisted server part of the library. |
0 | 121 |
|
122 |
||
123 |
Package: cubicweb-web |
|
124 |
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
|
125 |
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 |
${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
|
127 |
${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
|
128 |
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
|
129 |
Recommends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
130 |
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
|
131 |
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
|
132 |
fckeditor, |
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-fyzz, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
134 |
python-imaging, |
10117
bf962b760082
[debian] Install wsgi directory in cubicweb-web package
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
9984
diff
changeset
|
135 |
python-rdflib, |
bf962b760082
[debian] Install wsgi directory in cubicweb-web package
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
9984
diff
changeset
|
136 |
python-werkzeug, |
9260
dd574929b414
[debian] add some Breaks for backwards compatibility removal
Julien Cristau <julien.cristau@logilab.fr>
parents:
9193
diff
changeset
|
137 |
Breaks: |
dd574929b414
[debian] add some Breaks for backwards compatibility removal
Julien Cristau <julien.cristau@logilab.fr>
parents:
9193
diff
changeset
|
138 |
cubicweb-inlinedit (<< 1.1.1), |
10151
338bb3e6e3b2
[debian] cubicweb 3.20 breaks cubicweb-bootstrap << 0.6.6
Julien Cristau <julien.cristau@logilab.fr>
parents:
10136
diff
changeset
|
139 |
cubicweb-bootstrap (<< 0.6.6), |
10306
ea73a949e802
[debian] Add a Breaks for cubicweb-folder which stills use GMTOFFSET
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
10301
diff
changeset
|
140 |
cubicweb-folder (<< 1.10.0), |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
141 |
Description: web interface library 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 an adaptative web interface to the CubicWeb server. |
|
10117
bf962b760082
[debian] Install wsgi directory in cubicweb-web package
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
9984
diff
changeset
|
145 |
It also ships a WSGI interface for CubicWeb instances. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
146 |
Install the cubicweb-twisted package to serve this interface via HTTP. |
0 | 147 |
. |
148 |
This package provides the web interface part of the library and |
|
149 |
necessary shared data files such as defaut views, images... |
|
150 |
||
151 |
||
152 |
Package: cubicweb-common |
|
153 |
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
|
154 |
Depends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
155 |
${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
|
156 |
${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
|
157 |
graphviz, |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
158 |
gettext, |
10601
73c1c9cf6bda
[pkg] Add dependency on six 1.4.0
Rémi Cardona <remi.cardona@logilab.fr>
parents:
10559
diff
changeset
|
159 |
python-six (>= 1.4.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
|
160 |
python-logilab-mtconverter (>= 0.8.0), |
11184
2a7b98d91736
[testlib] Import nocoverage from logilab.common.testlib
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
11151
diff
changeset
|
161 |
python-logilab-common (>= 1.2.0), |
10043
c0e5164cc917
[debian] move markdown dependency from cubicweb-web to cubicweb-common
Julien Cristau <julien.cristau@logilab.fr>
parents:
10012
diff
changeset
|
162 |
python-markdown, |
11215
4e79acdc36a6
[schema] use json to serialize constraints
Julien Cristau <julien.cristau@logilab.fr>
parents:
11198
diff
changeset
|
163 |
python-yams (>= 0.43.0), |
11051 | 164 |
python-rql (>= 0.34.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
|
165 |
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
|
166 |
Recommends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
167 |
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
|
168 |
python-crypto |
860
d9f86f23b9a3
be sure to replace cubicweb-core
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
858
diff
changeset
|
169 |
Conflicts: cubicweb-core |
d9f86f23b9a3
be sure to replace cubicweb-core
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
858
diff
changeset
|
170 |
Replaces: cubicweb-core |
9260
dd574929b414
[debian] add some Breaks for backwards compatibility removal
Julien Cristau <julien.cristau@logilab.fr>
parents:
9193
diff
changeset
|
171 |
Breaks: |
dd574929b414
[debian] add some Breaks for backwards compatibility removal
Julien Cristau <julien.cristau@logilab.fr>
parents:
9193
diff
changeset
|
172 |
cubicweb-comment (<< 1.9.1), |
dd574929b414
[debian] add some Breaks for backwards compatibility removal
Julien Cristau <julien.cristau@logilab.fr>
parents:
9193
diff
changeset
|
173 |
cubicweb-person (<< 1.8.0), |
9290
fcce1ff81561
[debian] Break old geocoding
Julien Cristau <julien.cristau@logilab.fr>
parents:
9283
diff
changeset
|
174 |
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
|
175 |
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
|
176 |
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
|
177 |
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
|
178 |
cubicweb-registration (<< 0.4.3), |
9692
8574479184c4
[debian] break old cubicweb-vcsfile
Julien Cristau <julien.cristau@logilab.fr>
parents:
9685
diff
changeset
|
179 |
cubicweb-vcsfile (<< 1.15.0), |
9756
1fabbfff4a57
[debian] version cubicweb-bootstrap Breaks
Julien Cristau <julien.cristau@logilab.fr>
parents:
9706
diff
changeset
|
180 |
cubicweb-bootstrap (<< 0.6), |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
181 |
Description: common library for the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
182 |
CubicWeb is a semantic web application framework. |
0 | 183 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
184 |
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
|
185 |
code and web application code. |
0 | 186 |
|
187 |
||
188 |
Package: cubicweb-ctl |
|
189 |
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
|
190 |
Depends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
191 |
${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
|
192 |
${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
|
193 |
cubicweb-common (= ${source:Version}) |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
194 |
Description: tool to manage the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
195 |
CubicWeb is a semantic web application framework. |
0 | 196 |
. |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
197 |
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
|
198 |
stop, etc) CubicWeb applications. It also include the init.d script |
0 | 199 |
to automatically start and stop CubicWeb applications on boot or shutdown. |
200 |
||
201 |
||
202 |
Package: cubicweb-dev |
|
203 |
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
|
204 |
Depends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
205 |
${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
|
206 |
${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
|
207 |
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
|
208 |
cubicweb-web (= ${source:Version}), |
10289
345a0d5fc112
[debian] Fix cubicweb-dev dependency
Julien Cristau <julien.cristau@logilab.fr>
parents:
10268
diff
changeset
|
209 |
cubicweb-twisted (= ${source:Version}), |
8964
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
210 |
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
|
211 |
Suggests: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
212 |
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
|
213 |
xvfb |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
214 |
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
|
215 |
CubicWeb is a semantic web application framework. |
0 | 216 |
. |
217 |
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
|
218 |
helping in the creation of application. |
0 | 219 |
|
220 |
||
221 |
Package: cubicweb-documentation |
|
7512
d2de5fb0cc33
[packaging] Build the cubicweb-documentation package
Julien Cristau <julien.cristau@logilab.fr>
parents:
7166
diff
changeset
|
222 |
Architecture: all |
10127
76179410b84c
[debian] ensure all packages use ${misc:Depends} and ${python:Depends}
Julien Cristau <julien.cristau@logilab.fr>
parents:
10125
diff
changeset
|
223 |
Depends: |
76179410b84c
[debian] ensure all packages use ${misc:Depends} and ${python:Depends}
Julien Cristau <julien.cristau@logilab.fr>
parents:
10125
diff
changeset
|
224 |
${misc:Depends}, |
8964
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
225 |
Recommends: |
46638faa807a
[pkg/debian] expand all depends and co on multiple line
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
8944
diff
changeset
|
226 |
doc-base |
65
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
227 |
Description: documentation for the CubicWeb framework |
ef636f74bd22
[packaging] fix and update packaging
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
0
diff
changeset
|
228 |
CubicWeb is a semantic web application framework. |
0 | 229 |
. |
230 |
This package provides the system's documentation. |