File debian.control of Package libkolab

96
 
1
Source: libkolab
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:
7
    cmake,
8
    debhelper,
9
    dh-python,
10
    libcurl4-gnutls-dev,
11
    libkolabxml-dev (>= 1.3),
12
    libossp-uuid-dev,
13
    libboost-dev,
14
    libboost-system-dev,
15
    libboost-thread-dev,
16
    qtbase5-dev,
17
    libkf5coreaddons-dev,
18
    libkf5calendarcore-dev,
19
    libkf5mime-dev,
20
    libxerces-c-dev,
21
    php-cgi,
22
    php-dev,
23
    plesk-php73-dev | bash,
24
    plesk-php74-dev | bash,
25
    plesk-php80-dev | bash,
26
    plesk-php81-dev | bash,
27
    plesk-php82-dev | bash,
28
    psa | bash,
29
    python2-dev | python-dev | python3-dev,
30
    python-minimal | python2-minimal | python3-minimal,
31
    python3-all-dev,
32
    swig4.0 (>= 4.1)
33
X-Python-Version: >= 2.7
34
Standards-Version: 3.9.3
35
Homepage: http://git.kolab.org/libkolab
36
37
Package: libkolab3
38
Architecture: any
39
Depends: ${misc:Depends}, ${shlibs:Depends}, libkolabxml1v5 (>= 1.0)
40
Conflicts: libkolab0
41
Replaces: libkolab0
42
Description: Maps KDE containers to Kolab formats
43
 libkolab provides conversions from/to KDE containers, mime message
44
 handling and facilities to read and write kolabv2 and kolabv3.
45
 .
46
 The libkolab package provides:
47
  - kolabformatv2: Kolabformat v2 implementation moved here from kdepim-runtime
48
  - kolabformat:   Kolab object reading/writing (mime message + kolab-format).
49
                   Handles v2/v3 transparently.
50
  - conversion:    Conversions from KDE to Kolab containers and vice verca.
51
  - mime:          Mime message handling used by kolabformat
52
  - calendaring:   Some general calendaring functions
53
 .
54
 The libkolab library belongs to the Kolab 3 server components.
55
56
Package: php-kolab
57
Architecture: any
58
Depends: libkolab3 (>= ${binary:Version}),
59
    php-kolabformat,
60
    ucf,
61
    ${php:Depends},
62
    ${misc:Depends},
63
    ${shlibs:Depends}
64
Provides: php-bindings-libkolab
65
Conflicts: php-kolab-kde
66
Description: PHP bindings for Kolab Library
67
 This package provides the Kolab PHP module calendaring.
68
 .
69
  - The calendaring module provides some general calendaring functions
70
71
Package: python3-kolab
72
Architecture: any
73
Section: python
74
Depends: libkolab3 (= ${binary:Version}),
75
    ${python3:Depends},
76
    ${misc:Depends},
77
    ${shlibs:Depends}
78
Conflicts: python-kolab-kde
79
Description: Python bindings for Kolab Library
80
 This package provides the Kolab Python module calendaring.
81
 .
82
  - The calendaring module provides some general calendaring functions
83
84
Package: libkolab-dev
85
Section: libdevel
86
Architecture: any
87
Depends: libkolab3 (= ${binary:Version}),
88
         ${misc:Depends}
89
Conflicts: libkolab-kde-dev
90
Description: Development package for Kolab library
91
 libkolab provides conversions from/to KDE containers, mime message
92
 handling and facilities to read and write kolabv2 and kolabv3.
93
 .
94
 This package contains the development files for the library,
95
 including headers and Libkolab cmake files.
96