File: control

package info (click to toggle)
libcomps 0.1.15-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,468 kB
  • sloc: xml: 72,530; ansic: 18,044; python: 1,451; makefile: 32; sh: 4
file content (98 lines) | stat: -rw-r--r-- 2,909 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Source: libcomps
Section: libs
Priority: optional
Maintainer: Mihai Moldovan <ionic@ionic.de>
Uploaders: Frédéric Pierret <frederic.pierret@qubes-os.org>
Build-Depends: debhelper-compat (= 10),
 dh-python,
 python3-dev,
 libpython3-dev,
 cmake,
 pkg-config,
 libxml2-dev,
 libexpat1-dev,
 doxygen,
 python3-sphinx,
 check,
 zlib1g-dev,
Standards-Version: 4.5.1
Homepage: https://github.com/rpm-software-management/libcomps
Vcs-Browser: https://salsa.debian.org/fepitre/libcomps
Vcs-Git: https://salsa.debian.org/fepitre/libcomps.git
#Testsuite: autopkgtest-pkg-python

Package: libcomps-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
 libcomps0 (= ${binary:Version}),
 pkg-config,
 libglib2.0-dev,
 libssl-dev,
 libcurl4-gnutls-dev,
 libattr1-dev,
 libgpgme-dev,
Description: Comps XML file manipulation library - development files
 Libcomps is library for structure-like manipulation of content in
 comps XML files. Supports reading/writing XML files and structure
 modifications.
 .
 This package contains the development header files for the
 libcomps library.

Package: libcomps0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
Provides: libcomps
Description: Comps XML file manipulation library - shared library
 Libcomps is library for structure-like manipulation of content in
 comps XML files. Supports reading/writing XML files and structure
 modifications.
 .
 This package provides the libcomps shared library.

Package: libcomps-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
 libjs-jquery,
Description: Documentation for the libcomps library (common documentation)
 Libcomps is library for structure-like manipulation of content in
 comps XML files. Supports reading/writing XML files and structure
 modifications.
 .
 This package installs common documentation for the libcomps
 C bindings.

Package: python-libcomps-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends},
 libjs-jquery,
 libjs-underscore,
Description: Python 2 and 3 bindings for the libcomps library (common documentation)
 Libcomps is library for structure-like manipulation of content in
 comps XML files. Supports reading/writing XML files and structure
 modifications.
 .
 This package installs common documentation for the libcomps Python
 2 and 3 bindings.

Package: python3-libcomps
Architecture: any
Multi-Arch: no
Section: python
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends},
 libcomps0 (= ${binary:Version}),
Provides: ${python3:Provides},
Suggests: python-libcomps-doc
Description: Python bindings for the libcomps library (Python 3)
 Libcomps is library for structure-like manipulation of content in
 comps XML files. Supports reading/writing XML files and structure
 modifications.
 .
 This package installs the libcomps library for Python 3.