Package: sombok / 2.3.2-1

Metadata

Package Version Patches format
sombok 2.3.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_ftbfs_kfreebsd_strepipe | (download)

src/sombok.c | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 fix a ftbfs on kfreebsd where estrpipe (errno) is not defined
disable_doxygen_search_engine | (download)

doc/doxyfile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable search engine in documentation generated by doxygen
fix_tests_suite | (download)

Makefile.am | 11 10 + 1 - 0 !
1 file changed, 10 insertions(+), 1 deletion(-)

 fix ftbs with automake >= 1.13
  Automake no longer support TESTS= directive with wildcards
  This patch replace the wildcard expression with the exhaustive lists of tests to run
  see http://lists.gnu.org/archive/html/help-debbugs/2013-06/msg00000.html
add_tests_suite_data | (download)

test-data/README.test-data | 206 206 + 0 - 0 !
test-data/amitagyong.in | 11 11 + 0 - 0 !
test-data/amitagyong.out | 34 34 + 0 - 0 !
test-data/ar.in | 7 7 + 0 - 0 !
test-data/ar.out | 14 14 + 0 - 0 !
test-data/ecclesiazusae.CharactersMax.out | 19 19 + 0 - 0 !
test-data/ecclesiazusae.ColumnsMax.out | 19 19 + 0 - 0 !
test-data/ecclesiazusae.ColumnsMin.out | 21 21 + 0 - 0 !
test-data/ecclesiazusae.in | 10 10 + 0 - 0 !
test-data/ecclesiazusae.out | 18 18 + 0 - 0 !
test-data/el.in | 7 7 + 0 - 0 !
test-data/el.out | 16 16 + 0 - 0 !
test-data/flowedsp.in | 25 25 + 0 - 0 !
test-data/flowedsp.out | 16 16 + 0 - 0 !
test-data/fr.ea.out | 16 16 + 0 - 0 !
test-data/fr.fixed.out | 21 21 + 0 - 0 !
test-data/fr.flowed.out | 21 21 + 0 - 0 !
test-data/fr.format.out | 18 18 + 0 - 0 !
test-data/fr.in | 7 7 + 0 - 0 !
test-data/fr.newline.out | 16 16 + 0 - 0 !
test-data/fr.out | 16 16 + 0 - 0 !
test-data/fr.plain.out | 16 16 + 0 - 0 !
test-data/fr.wrap.out | 17 17 + 0 - 0 !
test-data/he.in | 7 7 + 0 - 0 !
test-data/he.out | 13 13 + 0 - 0 !
test-data/ja-a.in | 7 7 + 0 - 0 !
test-data/ja-a.out | 21 21 + 0 - 0 !
test-data/ja-k.in | 7 7 + 0 - 0 !
test-data/ja-k.ns.out | 17 17 + 0 - 0 !
test-data/ja-k.out | 17 17 + 0 - 0 !
test-data/ja.fixed.out | 19 19 + 0 - 0 !
test-data/ja.flowed.out | 19 19 + 0 - 0 !
test-data/ja.format.out | 15 15 + 0 - 0 !
test-data/ja.in | 7 7 + 0 - 0 !
test-data/ja.out | 14 14 + 0 - 0 !
test-data/ja.plain.out | 14 14 + 0 - 0 !
test-data/ja.wrap.out | 15 15 + 0 - 0 !
test-data/ko-decomp.in | 7 7 + 0 - 0 !
test-data/ko-decomp.out | 13 13 + 0 - 0 !
test-data/ko.al.out | 14 14 + 0 - 0 !
test-data/ko.in | 7 7 + 0 - 0 !
test-data/ko.newline.out | 13 13 + 0 - 0 !
test-data/ko.out | 13 13 + 0 - 0 !
test-data/quotes.fixed.out | 23 23 + 0 - 0 !
test-data/quotes.flowed.out | 25 25 + 0 - 0 !
test-data/quotes.in | 16 16 + 0 - 0 !
test-data/quotes.norm.in | 16 16 + 0 - 0 !
test-data/quotes.plain.out | 20 20 + 0 - 0 !
test-data/ru.in | 7 7 + 0 - 0 !
test-data/ru.out | 17 17 + 0 - 0 !
test-data/sa.in | 7 7 + 0 - 0 !
test-data/sa.out | 13 13 + 0 - 0 !
test-data/th.al.out | 12 12 + 0 - 0 !
test-data/th.in | 7 7 + 0 - 0 !
test-data/th.out | 12 12 + 0 - 0 !
test-data/uri.break.http.out | 75 75 + 0 - 0 !
test-data/uri.break.out | 89 89 + 0 - 0 !
test-data/uri.in | 7 7 + 0 - 0 !
test-data/uri.nonbreak.out | 27 27 + 0 - 0 !
test-data/vi-decomp.in | 6 6 + 0 - 0 !
test-data/vi-decomp.out | 14 14 + 0 - 0 !
test-data/vi.in | 6 6 + 0 - 0 !
test-data/vi.out | 14 14 + 0 - 0 !
test-data/zh.in | 7 7 + 0 - 0 !
test-data/zh.out | 11 11 + 0 - 0 !
65 files changed, 1261 insertions(+)

 add tests to make test suite work
 (the test suite not included in upstream source but as an external repo)