File debian.control of Package libkolabxml (Revision e1cc2575c27a1f28f1c4d6e66729fc7d)

Currently displaying revision e1cc2575c27a1f28f1c4d6e66729fc7d , Show latest

96
 
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,
18
                php-dev,
19
                plesk-php72-dev | bash,
20
                plesk-php73-dev | bash,
21
                plesk-php74-dev | bash,
22
                psa | bash,
23
                python2-dev | python-dev,
24
                python-minimal | python2-minimal,
25
                python3-all-dev,
26
                swig4.0 (>= 4.1),
27
                xsdcxx
28
X-Python-Version: >= 2.7
29
Standards-Version: 3.9.3
30
Homepage: http://git.kolab.org/libkolabxml
31
32
Package: libkolabxml1v5
33
Architecture: any
34
Depends: ${misc:Depends},
35
    ${shlibs:Depends}
36
Conflicts: libkolabxml1
37
Replaces: libkolabxml1
38
Description: Libkolabxml is the reference implementation of the Kolab XML format
39
 The Kolab 3.0 XML format is defined in
40
 http://wiki.kolab.org/User:Mollekopf/Drafts/KEP:17.
41
 This package provides serialization/deserialization from/to
42
 in-memory representations for all Kolab Objects,
43
 including input validation.
44
45
Package: php-kolabformat
46
Architecture: any
47
Depends: libkolabxml1v5 (= ${binary:Version}),
48
    ${misc:Depends},
49
    ${shlibs:Depends},
50
    ${php:Depends},
51
    ucf
52
Provides: php-bindings-libkolabxml
53
Description: PHP bindings for Kolab Format 3.0 XML parsing
54
 Libkolabxml is the reference implementation of the Kolab XML format
55
 For more information see the libkolabxml package.
56
 .
57
 This package provides PHP bindings for libkolabxml
58
59
Package: python-kolabformat
60
Architecture: any
61
Section: python
62
Depends: libkolabxml1v5 (= ${binary:Version}),
63
    python,
64
    ${misc:Depends},
65
    ${shlibs:Depends}
66
Description: Python bindings for Kolab Format 3.0 XML parsing
67
 Libkolabxml is the reference implementation of the Kolab XML format.
68
 For more information see the libkolabxml package.
69
 .
70
 This package provides Python bindings for libkolabxml
71
72
Package: python3-kolabformat
73
Architecture: any
74
Section: python
75
Depends: libkolabxml1v5 (= ${binary:Version}),
76
    ${python3:Depends},
77
    ${misc:Depends},
78
    ${shlibs:Depends}
79
Description: Python 3 bindings for Kolab Format 3.0 XML parsing
80
 Libkolabxml is the reference implementation of the Kolab XML format.
81
 For more information see the libkolabxml package.
82
 .
83
 This package provides Python 3 bindings for libkolabxml
84
85
Package: libkolabxml-dev
86
Section: libdevel
87
Architecture: any
88
Depends: libkolabxml1v5 (= ${binary:Version}),
89
         ${misc:Depends}
90
Description: Development files for libkolabxml
91
 Libkolabxml is the reference implementation of the Kolab XML format.
92
 For more information see the libkolabxml package.
93
 .
94
 This package provides development files libkolabxml.
95
96