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
|
Source: fontmake
Section: devel
Priority: optional
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Uploaders: Yao Wei (魏銘廷) <mwei@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
python3-setuptools-scm,
python3-fonttools (>= 4.55),
python3-glyphslib (>= 6.9.2),
python3-ufo2ft (>= 3.3.1),
python3-mutatormath (>= 2.1.2),
python3-fontmath (>= 0.9.4),
python3-defcon (>= 0.8.1),
python3-booleanoperations (>= 0.9.0),
python3-ufolib2 (>= 0.16.0),
python3-attr (>= 20.2.0),
python3-cffsubr (>= 0.3.0),
python3-compreffor (>= 0.5.6),
python3-pytest <!nocheck>,
help2man,
Standards-Version: 4.7.0
Homepage: https://github.com/googlefonts/fontmake
Vcs-Git: https://salsa.debian.org/fonts-team/fontmake.git
Vcs-Browser: https://salsa.debian.org/fonts-team/fontmake
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Description: Compile fonts from UFO or Glyphs to OTF/TTF
This library provides a wrapper for several other Python libraries which
together compile fonts from various sources (.glyphs, .ufo) into binaries
(.otf, .ttf).
Package: fontmake
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-fontmake (= ${binary:Version})
Description: ${source:Synopsis}
${source:Extended-Description}
.
This package provides the executable program.
Package: python3-fontmake
Section: python
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
ttfautohint
Description: Python library for compiling fonts from UFO or Glyphs to OTF/TTF
${source:Extended-Description}
|