File debian.control of Package libkolabxml-old
98
1
Source: libkolabxml
2
Section: libs
3
Priority: optional
4
Maintainer: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
5
Uploaders: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
6
Build-Depends: cmake,
7
debhelper,
8
extra-cmake-modules,
9
dh-python,
10
libboost-dev,
11
libboost-system-dev,
12
libboost-thread-dev,
13
libcurl4-gnutls-dev,
14
libossp-uuid-dev,
15
qtbase5-dev,
16
libxerces-c-dev,
17
php-cgi | php5-cli,
18
php-dev | php5-dev,
19
plesk-php70-dev | bash,
20
plesk-php71-dev | bash,
21
plesk-php72-dev | bash,
22
plesk-php73-dev | bash,
23
plesk-php74-dev | bash,
24
psa | bash,
25
python2-dev | python-dev,
26
python-minimal | python2-minimal,
27
python3-all-dev,
28
swig (>= 2.0),
29
xsdcxx
30
X-Python-Version: >= 2.7
31
Standards-Version: 3.9.3
32
Homepage: http://git.kolab.org/libkolabxml
33
34
Package: libkolabxml1v5
35
Architecture: any
36
Depends: ${misc:Depends},
37
${shlibs:Depends}
38
Conflicts: libkolabxml1
39
Replaces: libkolabxml1
40
Description: Libkolabxml is the reference implementation of the Kolab XML format
41
The Kolab 3.0 XML format is defined in
42
http://wiki.kolab.org/User:Mollekopf/Drafts/KEP:17.
43
This package provides serialization/deserialization from/to
44
in-memory representations for all Kolab Objects,
45
including input validation.
46
47
Package: php-kolabformat
48
Architecture: any
49
Depends: libkolabxml1v5 (= ${binary:Version}),
50
${misc:Depends},
51
${shlibs:Depends},
52
${php:Depends},
53
ucf
54
Provides: php-bindings-libkolabxml
55
Description: PHP bindings for Kolab Format 3.0 XML parsing
56
Libkolabxml is the reference implementation of the Kolab XML format
57
For more information see the libkolabxml package.
58
.
59
This package provides PHP bindings for libkolabxml
60
61
Package: python-kolabformat
62
Architecture: any
63
Section: python
64
Depends: libkolabxml1v5 (= ${binary:Version}),
65
python,
66
${misc:Depends},
67
${shlibs:Depends}
68
Description: Python bindings for Kolab Format 3.0 XML parsing
69
Libkolabxml is the reference implementation of the Kolab XML format.
70
For more information see the libkolabxml package.
71
.
72
This package provides Python bindings for libkolabxml
73
74
Package: python3-kolabformat
75
Architecture: any
76
Section: python
77
Depends: libkolabxml1v5 (= ${binary:Version}),
78
${python3:Depends},
79
${misc:Depends},
80
${shlibs:Depends}
81
Description: Python 3 bindings for Kolab Format 3.0 XML parsing
82
Libkolabxml is the reference implementation of the Kolab XML format.
83
For more information see the libkolabxml package.
84
.
85
This package provides Python 3 bindings for libkolabxml
86
87
Package: libkolabxml-dev
88
Section: libdevel
89
Architecture: any
90
Depends: libkolabxml1v5 (= ${binary:Version}),
91
${misc:Depends}
92
Description: Development files for libkolabxml
93
Libkolabxml is the reference implementation of the Kolab XML format.
94
For more information see the libkolabxml package.
95
.
96
This package provides development files libkolabxml.
97
98