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
|
Source: font-v
Section: fonts
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Uploaders:
Boyuan Yang <byang@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
git <!nocheck>,
python3-all,
python3-fonttools,
python3-gitdb,
python3-git,
python3-setuptools,
python3-smmap,
python3-pytest <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/source-foundry/font-v
Vcs-Git: https://salsa.debian.org/fonts-team/font-v.git
Vcs-Browser: https://salsa.debian.org/fonts-team/font-v
Description: Font version string reporting and modification tool
font-v is an open source font version string library and executable
for reading, reporting, modifying, and writing OpenType name table
ID 5 records and head table fontRevision records in *.otf and *.ttf
fonts.
Package: font-v
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-font-v (= ${source:Version}),
Description: ${source:Synopsis}
${source:Extended-Description}
.
This package provides the font-v executable tool.
Package: python3-font-v
Section: python
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${python3:Depends},
Description: ${source:Synopsis} (library)
${source:Extended-Description}
.
This package provides the python3 library for font-v.
|