Skip to content
Commits on Source (2)
proj-rdnap (2008+2018-4) UNRELEASED; urgency=medium
proj-rdnap (2008+2018-4) unstable; urgency=medium
* Bump Standards-Version to 4.5.0, no changes.
* Disable 2008 grid tests for PROJ 6.
-- Bas Couwenberg <sebastic@debian.org> Sat, 25 Jan 2020 10:59:43 +0100
-- Bas Couwenberg <sebastic@debian.org> Tue, 11 Feb 2020 16:16:14 +0100
proj-rdnap (2008+2018-3) unstable; urgency=medium
......
......@@ -8,7 +8,6 @@
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
if [ 6 -le "$(shell cs2cs 2>&1 | head -1 | cut -d' ' -f2 | cut -d'.' -f1)" ]; then \
PROJ_LIB=.:/usr/share/proj perl ./testrdtrans2008.pl -v && \
PROJ_LIB=.:/usr/share/proj perl ./testrdtrans2018.pl -v; \
else \
PROJ_LIB=. perl ./testrdtrans2008.pl -v; \
......
Test-Command: perl ./testrdtrans2008.pl -v
Depends: @, @builddeps@
Test-Command: perl ./testrdtrans2018.pl -v
Depends: @, @builddeps@