Bug#998827: openorienteering-mapper: diff for NMU version 0.9.5-2.1

2021-12-25 Thread dg0yt
With regard to the changelog, I would like to point out that the test failure 
is probably not related to missing test data (or GDAL), but to a behavioral 
change in PROJ 8.2.0. References:
https://github.com/OpenOrienteering/mapper/issues/2008
https://github.com/OSGeo/PROJ/commit/85f496b26702bf6566296072795e821d70156c09
In this regard, the now-disabled test fulfilled its purpose of catching changed 
behavior in the environment.

Kai

> Adrian Bunk  hat am 25.12.2021 10:46 geschrieben:
> 
>  
> 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



Bug#998827: openorienteering-mapper: diff for NMU version 0.9.5-2.1

2021-12-25 Thread Adrian Bunk
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.0 +0300
+++ openorienteering-mapper-0.9.5/debian/changelog	2021-12-25 11:15:31.0 +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   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.0 +0200
+++ openorienteering-mapper-0.9.5/debian/patches/no-template_t.patch	2021-12-25 11:15:31.0 +0200
@@ -0,0 +1,15 @@
+Description: Disable the template_t tests due to data not being in Debian
+Author: Adrian Bunk 
+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.0 +0300
+++ openorienteering-mapper-0.9.5/debian/patches/series	2021-12-25 11:15:31.0 +0200
@@ -1,2 +1,3 @@
 fix-help-data-dir.patch
 proj8.patch
+no-template_t.patch