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
|
Source: librepo
Section: libs
Priority: optional
Maintainer: Frédéric Pierret <frederic.pierret@qubes-os.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-dev,
libpython3-dev,
cmake,
pkg-config,
libglib2.0-dev,
libssl-dev,
libcurl4-gnutls-dev,
doxygen,
libattr1-dev,
libgpgme-dev,
python3-sphinx,
check,
libxml2-dev,
python3-flask,
python3-nose,
python3-pyxattr,
python3-gpg,
Standards-Version: 4.5.1
Homepage: https://github.com/rpm-software-management/librepo
Vcs-Browser: https://salsa.debian.org/fepitre/librepo
Vcs-Git: https://salsa.debian.org/fepitre/librepo.git
#Testsuite: autopkgtest-pkg-python
Package: librepo-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
librepo0 (= ${binary:Version}),
pkg-config,
libglib2.0-dev,
libssl-dev,
libcurl4-gnutls-dev,
libattr1-dev,
libgpgme-dev,
Suggests: librepo-doc
Description: librepo - development files
A library providing C and Python (libcURL-like) APIs to
download repository metadata.
.
This package contains the development header files for the
librepo library.
Package: librepo0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: librepo - shared library
A library providing C and Python (libcURL-like) APIs to
download repository metadata.
.
This package provides the librepo shared library.
Package: librepo-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
Description: Documentation for the librepo library (common documentation)
A library providing C and Python (libcURL-like) APIs to
download repository metadata.
.
This package installs common documentation for the librepo
C bindings.
Package: python3-librepo
Architecture: any
Multi-Arch: no
Section: python
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends},
librepo0 (= ${binary:Version}),
python3-distutils | libpython3-stdlib (<< 3.7~),
Suggests: python3-librepo-doc
Description: Python bindings for the librepo library (Python 3)
A library providing C and Python (libcURL-like) APIs to
download repository metadata.
.
This package installs the librepo library for Python 3.
Package: python3-librepo-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends},
Description: Python 3 bindings for the librepo library (common documentation)
A library providing C and Python (libcURL-like) APIs to
download repository metadata.
.
This package installs common documentation for the librepo Python
3 bindings.
|