Bas Couwenberg pushed to branch master at Debian GIS Project / proj-rdnap
Commits: e8c187c1 by Bas Couwenberg at 2021-09-13T18:52:47+02:00 Bump debhelper compat to 12. Changes: - Drop --list-missing from dh_install - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,8 @@ proj-rdnap (2008+2018-6) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.0, no changes. + * Bump debhelper compat to 12, changes: + - Drop --list-missing from dh_install -- Bas Couwenberg <[email protected]> Sat, 28 Nov 2020 14:08:58 +0100 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -3,7 +3,7 @@ Section: non-free/science Priority: optional Maintainer: Debian GIS Project <[email protected]> Uploaders: Bas Couwenberg <[email protected]> -Build-Depends: debhelper (>= 10~), +Build-Depends: debhelper-compat (= 12), proj-bin (>= 4.8.0), proj-data, perl, ===================================== debian/rules ===================================== @@ -15,7 +15,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) endif override_dh_install: - dh_install --list-missing + dh_install if [ 6 -gt "$(shell cs2cs 2>&1 | head -1 | cut -d' ' -f2 | cut -d'.' -f1)" ]; then \ mkdir -p $(CURDIR)/debian/proj-rdnap/usr/share/proj; \ View it on GitLab: https://salsa.debian.org/debian-gis-team/proj-rdnap/-/commit/e8c187c15dcaf045d7cef94dfe29da2dcb841ac5 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/proj-rdnap/-/commit/e8c187c15dcaf045d7cef94dfe29da2dcb841ac5 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
