Package: opentype-sanitizer / 8.2.1+dfsg-2

Metadata

Package Version Patches format
opentype-sanitizer 8.2.1+dfsg-2 3.0 (quilt)

Patch series

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

meson.build | 26 0 + 26 - 0 !
1 file changed, 26 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 | 22 0 + 22 - 0 !
1 file changed, 22 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 | 9 0 + 9 - 0 !
1 file changed, 9 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.

0004 ots side by side.1 escape ascii art sections.patch | (download)

docs/ots-side-by-side.1 | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 ots-side-by-side.1: escape ascii-art sections

This patch fixes the warnings for the following command:

	LC_ALL=C.UTF-8 MANROFFSEQ='' MANWIDTH=80 \
	    man --warnings -E UTF-8 -l -Tutf8 -Z <file> >/dev/null

Warnings fixed:

	42: '\ ' is not allowed in a name
	93: warning: macro '#*' not defined
	101: '\ ' is not allowed in a name
	135: '\ ' is not allowed in a name
	135: warning: macro '#+' not defined
	42: warning: macro '###+.#.' not defined
	61: '\ ' is not allowed in a name
	61: warning: macro '##' not defined
	62: '\ ' is not allowed in a name
	63: '\ ' is not allowed in a name
	84: '\ ' is not allowed in a name
	84: warning: macro '##+.#+' not defined
	93: '\ ' is not allowed in a name