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
|
Source: python-fontconfig
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
libfontconfig1-dev,
fonts-freefont-ttf,
python-all-dev, python-all-dbg, cython, cython-dbg,
python3-all-dev, python3-all-dbg, cython3, cython3-dbg,
Standards-Version: 3.9.5
Homepage: https://pypi.python.org/pypi/Python-fontconfig
Package: python-fontconfig
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Breaks: ${python:Breaks}
Recommends: libjs-jquery
Provides: ${python:Provides}
Description: python bindings for the Fontconfig library
This package contains the extension built for the Python interpreter.
Package: python-fontconfig-dbg
Architecture: any
Section: debug
Priority: extra
Depends: python-fontconfig (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: python bindings for the Fontconfig library (debug build)
This package contains the extension built for the Python debug interpreter.
Package: python3-fontconfig
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: python bindings for the Fontconfig library for Python3
This package contains the extension built for the Python 3 interpreter.
Package: python3-fontconfig-dbg
Architecture: any
Section: debug
Priority: extra
Depends: python3-fontconfig (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: python bindings for the Fontconfig library for Python3 (debug build)
This package contains the extension built for the Python 3 debug interpreter.
|