Control: tags 998827 + patch Control: tags 998827 + pending Dear maintainer,
I've prepared an NMU for openorienteering-mapper (versioned as 0.9.5-2.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru openorienteering-mapper-0.9.5/debian/changelog openorienteering-mapper-0.9.5/debian/changelog --- openorienteering-mapper-0.9.5/debian/changelog 2021-10-24 11:00:58.000000000 +0300 +++ openorienteering-mapper-0.9.5/debian/changelog 2021-12-25 11:15:31.000000000 +0200 @@ -1,3 +1,11 @@ +openorienteering-mapper (0.9.5-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Disable the template_t tests due to data not being in Debian. + (Closes: #998827) + + -- Adrian Bunk <b...@debian.org> Sat, 25 Dec 2021 11:15:31 +0200 + openorienteering-mapper (0.9.5-2) unstable; urgency=medium [ Bas Couwenberg ] diff -Nru openorienteering-mapper-0.9.5/debian/patches/no-template_t.patch openorienteering-mapper-0.9.5/debian/patches/no-template_t.patch --- openorienteering-mapper-0.9.5/debian/patches/no-template_t.patch 1970-01-01 02:00:00.000000000 +0200 +++ openorienteering-mapper-0.9.5/debian/patches/no-template_t.patch 2021-12-25 11:15:31.000000000 +0200 @@ -0,0 +1,15 @@ +Description: Disable the template_t tests due to data not being in Debian +Author: Adrian Bunk <b...@debian.org> +Bug-Debian: https://bugs.debian.org/998827 + +--- openorienteering-mapper-0.9.5.orig/test/CMakeLists.txt ++++ openorienteering-mapper-0.9.5/test/CMakeLists.txt +@@ -199,7 +199,7 @@ add_system_test(style_t) + target_link_libraries(style_t PRIVATE scaling-icon-engine) + add_system_test(symbol_set_t) + add_system_test(symbol_t) +-add_system_test(template_t) ++#add_system_test(template_t) + add_system_test(tools_t) + add_system_test(track_t) # Could be unit test, but needs Georeferencing + add_system_test(transform_t) diff -Nru openorienteering-mapper-0.9.5/debian/patches/series openorienteering-mapper-0.9.5/debian/patches/series --- openorienteering-mapper-0.9.5/debian/patches/series 2021-10-24 10:26:33.000000000 +0300 +++ openorienteering-mapper-0.9.5/debian/patches/series 2021-12-25 11:15:31.000000000 +0200 @@ -1,2 +1,3 @@ fix-help-data-dir.patch proj8.patch +no-template_t.patch