Bas Couwenberg pushed to branch master at Debian GIS Project / virtualpg
Commits: fd0233f4 by Bas Couwenberg at 2023-08-13T18:06:00+02:00 Use not-installed file instead of dh_install override. - - - - - 3 changed files: - debian/changelog - + debian/not-installed - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ virtualpg (2.0.1-3) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.2, no changes. * Bump debhelper compat to 13. + * Use not-installed file instead of dh_install override. -- Bas Couwenberg <[email protected]> Wed, 18 Jan 2023 17:22:06 +0100 ===================================== debian/not-installed ===================================== @@ -0,0 +1 @@ +usr/lib/*/*.la ===================================== debian/rules ===================================== @@ -14,9 +14,5 @@ UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//') %: dh $@ -override_dh_install: - $(RM) debian/*/usr/lib/*/*.la - dh_install - override_dh_makeshlibs: dh_makeshlibs -- -v$(UPSTREAM_VERSION) View it on GitLab: https://salsa.debian.org/debian-gis-team/virtualpg/-/commit/fd0233f4562fa81ca4669f9e5792640f10ca5b0c -- View it on GitLab: https://salsa.debian.org/debian-gis-team/virtualpg/-/commit/fd0233f4562fa81ca4669f9e5792640f10ca5b0c 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
