Bas Couwenberg pushed to branch master at Debian GIS Project / geographiclib
Commits: d8dc5c3f by Bas Couwenberg at 2023-08-12T11:07:26+02:00 Use not-installed file instead of dh_install override. - - - - - 3 changed files: - debian/changelog - + debian/not-installed - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,7 @@ geographiclib (2.3-2) UNRELEASED; urgency=medium * Remove generated files in clean target. + * Use not-installed file instead of dh_install override. -- Bas Couwenberg <[email protected]> Fri, 11 Aug 2023 10:27:16 +0200 ===================================== debian/not-installed ===================================== @@ -0,0 +1 @@ +usr/lib/*/*.la ===================================== debian/rules ===================================== @@ -10,15 +10,10 @@ UPSTREAM_VERSION=$(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//') %: dh $@ --with pkgkde_symbolshelper -override_dh_install: +execute_before_dh_install: # Remove duplicate license information $(RM) debian/tmp/usr/share/doc/geographiclib/html/LICENSE.txt - # Remove .la files - $(RM) debian/tmp/usr/lib/*/*.la - - dh_install - override_dh_installchangelogs: dh_installchangelogs NEWS View it on GitLab: https://salsa.debian.org/debian-gis-team/geographiclib/-/commit/d8dc5c3f6ae64f87133067c36e7f2f7f62de412a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/geographiclib/-/commit/d8dc5c3f6ae64f87133067c36e7f2f7f62de412a 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
