Codebase list proj-rdnap / 722e504
Disable 2008 grid tests for PROJ 6. Bas Couwenberg 4 years ago
3 changed file(s) with 1 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 proj-rdnap (2008+2018-4) UNRELEASED; urgency=medium
11
22 * Bump Standards-Version to 4.5.0, no changes.
3 * Disable 2008 grid tests for PROJ 6.
34
45 -- Bas Couwenberg <sebastic@debian.org> Sat, 25 Jan 2020 10:59:43 +0100
56
77 override_dh_auto_test:
88 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
99 if [ 6 -le "$(shell cs2cs 2>&1 | head -1 | cut -d' ' -f2 | cut -d'.' -f1)" ]; then \
10 PROJ_LIB=.:/usr/share/proj perl ./testrdtrans2008.pl -v && \
1110 PROJ_LIB=.:/usr/share/proj perl ./testrdtrans2018.pl -v; \
1211 else \
1312 PROJ_LIB=. perl ./testrdtrans2008.pl -v; \
0 Test-Command: perl ./testrdtrans2008.pl -v
1 Depends: @, @builddeps@
2
30 Test-Command: perl ./testrdtrans2018.pl -v
41 Depends: @, @builddeps@