Codebase list proj-rdnap / 8ba421e
Bump debhelper from old 12 to 13. + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now does this. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html Debian Janitor 2 years ago
3 changed file(s) with 7 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 proj-rdnap (2008+2018-6) UNRELEASED; urgency=medium
11
2 [ Bas Couwenberg ]
23 * Bump Standards-Version to 4.6.0, no changes.
34 * Bump debhelper compat to 12, changes:
45 - Drop --list-missing from dh_install
6
7 [ Debian Janitor ]
8 * Bump debhelper from old 12 to 13.
9 + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now
10 does this.
511
612 -- Bas Couwenberg <sebastic@debian.org> Sat, 28 Nov 2020 14:08:58 +0100
713
22 Priority: optional
33 Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
44 Uploaders: Bas Couwenberg <sebastic@debian.org>
5 Build-Depends: debhelper-compat (= 12),
5 Build-Depends: debhelper-compat (= 13),
66 proj-bin (>= 4.8.0),
77 proj-data,
88 perl,
55 dh $@
66
77 override_dh_auto_test:
8 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
98 if [ 6 -le "$(shell cs2cs 2>&1 | head -1 | cut -d' ' -f2 | cut -d'.' -f1)" ]; then \
109 PROJ_LIB=.:/usr/share/proj perl ./testrdtrans2018.pl -v; \
1110 else \
1211 PROJ_LIB=. perl ./testrdtrans2008.pl -v; \
1312 fi
14 endif
1513
1614 override_dh_install:
1715 dh_install