File: Prevent-installing-gftools-check-vertical-extents.patch

package info (click to toggle)
gftools 0.9.85%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,204 kB
  • sloc: python: 15,301; makefile: 6; sh: 5
file content (16 lines) | stat: -rw-r--r-- 834 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Bastian Germann <bage@debian.org>
Date: Sun, 20 Jul 2025 17:33:15 +0000
Subject: Prevent installing gftools-check-vertical-extents

Without dependency vharfbuzz, this tool is not useful.
---
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -95,7 +95,6 @@ gftools-check-copyright-notices = "gftools.scripts.check_copyright_notices:main"
 gftools-check-font-version = "gftools.scripts.check_font_version:main"
 gftools-check-name = "gftools.scripts.check_name:main"
 gftools-check-sandbox-family = "gftools.scripts.check_sandbox_family:main"
-gftools-check-vertical-extents = "gftools.scripts.check_vertical_extents:main"
 gftools-check-vtt-compatibility = "gftools.scripts.check_vtt_compatibility:main"
 gftools-check-vtt-compile = "gftools.scripts.check_vtt_compile:main"
 gftools-compare-font = "gftools.scripts.compare_font:main"