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 99 100
|
Source: libcomps
Section: libs
Priority: optional
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Uploaders: Frédéric Pierret <frederic.pierret@qubes-os.org>,
Luca Boccassi <bluca@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-dev,
libpython3-dev,
cmake,
pkgconf,
libxml2-dev,
libexpat1-dev,
doxygen,
python3-sphinx,
check,
zlib1g-dev,
python3-setuptools
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/rpm-software-management/libcomps
Vcs-Browser: https://salsa.debian.org/pkg-rpm-team/libcomps
Vcs-Git: https://salsa.debian.org/pkg-rpm-team/libcomps.git
#Testsuite: autopkgtest-pkg-python
Package: libcomps-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
libcomps0 (= ${binary:Version}),
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.
|