Package: opentype-sanitizer / 8.1.3+dfsg-1

Metadata

Package Version Patches format
opentype-sanitizer 8.1.3+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Disable googletest tests.patch | (download)

meson.build | 23 0 + 23 - 0 !
1 file changed, 23 deletions(-)

 disable googletest tests

The googletest Debian package does not currently support meson, which
requires to build googletest from source.

When bug #964221 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964221)
is resolved then the tests may be built again after minor modifications
to the meson.build to use the system googletest instead of downloading
it through wrap.

0002 Remove fonts tests.patch | (download)

meson.build | 18 0 + 18 - 0 !
1 file changed, 18 deletions(-)

 remove fonts tests

The fonts for testing are not complying with the DFSG and have been
removed from the source package. Hence, we cannot run the tests using
these fonts as a result.

0003 Do not build perf tool not useful for end users.patch | (download)

meson.build | 10 0 + 10 - 0 !
1 file changed, 10 deletions(-)

 do not build perf tool, not useful for end users

The perf tool will get installed on the user systems while it is used to
benchmark the tool itself. This is the reason why it is removed from the
package.