File: control

package info (click to toggle)
libkolabxml 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,940 kB
  • sloc: cpp: 9,902; ansic: 596; xml: 430; php: 194; sh: 94; python: 85; makefile: 12; cs: 9
file content (69 lines) | stat: -rw-r--r-- 2,342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Source: libkolabxml
Section: libs
Priority: optional
Maintainer: Debian Kolab Maintainers <team+kolab-mantainers@tracker.debian.org>
Uploaders: Paul Klos <kolab@klos2day.nl>,
           Diane Trout <diane@ghic.org>,
           Sandro Knauß <hefee@debian.org>,
Build-Depends: cmake,
               debhelper-compat (= 13),
               dh-python,
               extra-cmake-modules,
               libboost-dev,
               libboost-system-dev,
               libboost-thread-dev,
               libcurl4-gnutls-dev,
               libxerces-c-dev,
               pkg-kde-tools (>= 0.12),
               python3-all-dev,
               qtbase5-dev,
               swig,
               uuid-dev,
               xsdcxx (>= 4.0),
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://git.kolab.org/diffusion/LKX/
Vcs-Git: https://salsa.debian.org/debian//libkolabxml.git
Vcs-Browser: https://salsa.debian.org/debian//libkolabxml

Package: libkolabxml-dev
Section: libdevel
Architecture: any
Depends: libboost-dev,
         libboost-thread-dev,
         libcurl4-gnutls-dev,
         libkolabxml1v5 (= ${binary:Version}),
         libxerces-c-dev,
         ${misc:Depends},
Description: Development files for libkolabxml
 Libkolabxml is the reference implementation of the Kolab XML format.
 For more information see the libkolabxml package.
 .
 This package provides development files libkolabxml.

Package: libkolabxml1v5
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: libkolabxml1
Replaces: libkolabxml1
Description: Kolab XML format (shared library)
 Libkolabxml is the reference implementation of the Kolab XML format.
 .
 The Kolab 3.0 XML format is defined in
 <http://wiki.kolab.org/User:Mollekopf/Drafts/KEP:17>.
 .
 This package provides serialization/deserialization from/to  in-memory
 representations for all Kolab Objects, including input validation.

Package: python3-kolabformat
Architecture: any
Section: python
Depends: libkolabxml1v5 (= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
Description: Python 3 bindings for Kolab Format 3.0 XML parsing
 Libkolabxml is the reference implementation of the Kolab XML format.
 For more information see the libkolabxml package.
 .
 This package provides Python 3 bindings for libkolabxml.