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
|
Source: fonttools-opentype-feature-freezer
Section: fonts
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Bastian Germann <bage@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-hatchling,
python3-fonttools,
python3-pytest <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/twardoch/fonttools-opentype-feature-freezer
Vcs-Browser: https://salsa.debian.org/python-team/packages/fonttools-opentype-feature-freezer
Vcs-Git: https://salsa.debian.org/python-team/packages/fonttools-opentype-feature-freezer.git
Package: pyftfeatfreeze
Architecture: all
Depends:
python3-opentype-feature-freezer (= ${binary:Version}),
${python3:Depends},
${misc:Depends},
Description: Freezes OpenType features into a font
OpenType Feature Freezer modifies a font file so that selected OpenType
features are frozen into it. The characters that were previously only
accessible via these features become the default characters in the modified
font.
.
This package installs the pyftfeatfreeze executable.
Package: python3-opentype-feature-freezer
Architecture: all
Section: python
Depends:
${python3:Depends},
${misc:Depends},
Description: Freezes OpenType features into a font (Python 3 library)
OpenType Feature Freezer modifies a font file so that selected OpenType
features are frozen into it. The characters that were previously only
accessible via these features become the default characters in the modified
font.
.
This package installs the library for Python 3.
|