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
|
Source: bdflib
Section: fonts
Priority: optional
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Uploaders: Alex Myczko <tar@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-setuptools,
python3-all,
#Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.0
Homepage: https://gitlab.com/Screwtapello/bdflib
Vcs-Browser: https://salsa.debian.org/fonts-team/bdflib
Vcs-Git: https://salsa.debian.org/fonts-team/bdflib.git
Package: bdflib
Architecture: all
Multi-Arch: foreign
Depends:
${python3:Depends},
${misc:Depends},
Description: Python library and tools for working with BDF font files
This library allows for manipulating fonts directly and comes with
command-line utilities for performing various operations on font files.
|