Package: fonts-fantasque-sans / 1.8.0+git20220316+dfsg-2

Metadata

Package Version Patches format
fonts-fantasque-sans 1.8.0+git20220316+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 use python3.patch | (download)

Scripts/build.py | 4 2 + 2 - 0 !
Scripts/fontbuilder.py | 8 3 + 5 - 0 !
2 files changed, 5 insertions(+), 7 deletions(-)

 use python3


2002_only_generate_ttffiles.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 only execute target generating font files.

0003 Makefile Allow file overwrite in make install.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 makefile: allow file overwrite in make install

The original code is fragile and would raise error if the font file
is already present in the target dir. Allow force file overwrite for
post-build installation.

This solves double-build bugs such as https://bugs.debian.org/1044523 .

Also allow failures when invoking fc-cache. It is meaningless to force
refreshing fontconfig in a temporary building chroot environment.