Package: python-opentype-sanitizer / 8.1.3.post1-2

Metadata

Package Version Patches format
python-opentype-sanitizer 8.1.3.post1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use system ots sanitize instead of building it from .patch | (download)

MANIFEST.in | 4 0 + 4 - 0 !
setup.py | 2 0 + 2 - 0 !
src/python/ots/__init__.py | 2 1 + 1 - 0 !
3 files changed, 1 insertion(+), 7 deletions(-)

 use system ots-sanitize instead of building it from scratch

This package is designed to manually clone and compile the ots-sanitize
program. Since the "opentype-sanitizer" package in Debian already
provides the required binary, source files are modified use the system
binary instead. MANIFEST.in has been cleaned to avoid warnings from
appearing during the build of the package.

We consider that upstream building the binary from scratch is legit, and
thus this patch is not considered to be upstreamed.