Package: popt / 1.19+dfsg-2

Metadata

Package Version Patches format
popt 1.19+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix reporting of test failures.patch | (download)

tests/testit.sh | 10 9 + 1 - 0 !
1 file changed, 9 insertions(+), 1 deletion(-)

 [patch] tests: fix reporting of test failures

After commit a4afb898f7758160acda71d774c7d98d528da273 the testsuite
no longer reported test failures. This is because we rely on the exit
status code of the script, and currently, this is always 0.

If any test fails, we will exit with status code 2. The entire testsuite
will continue to run, even after a test has failed.

document flags used in poptGetContext.patch | (download)

popt.3 | 34 34 + 0 - 0 !
1 file changed, 34 insertions(+)

 man-page: add information for flags used in poptgetcontext()

instruct man to run the tbl preprocessor.patch | (download)

popt.3 | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 instruct man(1) to run the 'tbl' preprocessor

This is needed to get set the macro 'TW' with the table width. This was
a new warning in groff 1.23.0

Can be tested with the command:
LC_ALL=C.UTF-8 MANROFFSEQ='' MANWIDTH=80 \
    man --warnings -E UTF-8 -l -Tutf8 -Z popt.3 >/dev/null