Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Disable 2008 grid tests for PROJ 6.
· 722e5042
Bas Couwenberg
authored
Feb 11, 2020
722e5042
Set distribution to unstable.
· bf11fc09
Bas Couwenberg
authored
Feb 11, 2020
bf11fc09
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
bf11fc09
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
...
...
debian/rules
View file @
bf11fc09
...
...
@@ -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; \
...
...
debian/tests/control
View file @
bf11fc09
Test-Command: perl ./testrdtrans2008.pl -v
Depends: @, @builddeps@
Test-Command: perl ./testrdtrans2018.pl -v
Depends: @, @builddeps@