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
|
Source: python-djvulibre
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Alexandre Detiste <tchet@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
cython3 (>= 0.20),
djvulibre-bin,
ghostscript <!nocheck>,
graphviz <!nodoc>,
libdjvulibre-dev (>= 3.5.26),
pkgconf,
pybuild-plugin-pyproject,
python3-all-dev,
python3-pytest <!nocheck>,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-wheel,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/python-team/packages/python-djvulibre.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-djvulibre
Homepage: https://github.com/FriedrichFroebel/python-djvulibre
Testsuite: autopkgtest-pkg-pybuild
Package: python3-djvu
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Recommends:
python-djvu-doc,
Description: Python3 support for the DjVu image format
python-djvulibre is a set of Python bindings for the DjVuLibre library,
an open source implementation of DjVu. This image format is designed
primarily for scanned documents, it includes advanced techniques like
image layer separation and arithmetic coding compression.
.
This package contains the Python3 bindings, please see python-djvu-doc
for its documentation and python3-djvu-dbg for debugging symbols.
Package: python-djvu-doc
Section: doc
Architecture: all
Build-Profiles: <!nodoc>
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Recommends:
python3-djvu,
Multi-Arch: foreign
Description: Python support for the DjVu image format (documentation)
python-djvulibre is a set of Python bindings for the DjVuLibre library,
an open source implementation of DjVu. This image format is designed
primarily for scanned documents, it includes advanced techniques like
image layer separation and arithmetic coding compression.
.
This package contains technical documentation.
|