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
|
Source: ufonormalizer
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-python,
python3-all,
python3-setuptools,
python3-setuptools-scm,
Standards-Version: 4.6.2
Homepage: https://github.com/unified-font-object/ufoNormalizer
Vcs-Git: https://salsa.debian.org/fonts-team/ufonormalizer.git
Vcs-Browser: https://salsa.debian.org/fonts-team/ufonormalizer
Package: ufonormalizer
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-ufonormalizer (= ${binary:Version})
Description: Normalize the XML and other data inside of a UFO
This tool normalizes the XML and other data inside of a UFO (Unified
Font Object) file.
.
This package provides the executable program.
Package: python3-ufonormalizer
Section: python
Architecture: all
Depends:
${misc:Depends},
${python3:Depends}
Description: Python library to normalize the XML and other data inside of a UFO
This tool normalizes the XML and other data inside of a UFO (Unified
Font Object) file.
|