Bas Couwenberg pushed to branch master at Debian GIS Project / proj-data
Commits: b6dceef4 by Bas Couwenberg at 2023-08-13T09:43:26+02:00 Use execute_before instead of override in rules file. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -18,6 +18,7 @@ proj-data (1.14-1) UNRELEASED; urgency=medium * Add binary package for Poland. * Add Rules-Requires-Root to control file. * Add binary package for Slovenia. + * Use execute_before instead of override in rules file. -- Bas Couwenberg <[email protected]> Thu, 01 Jun 2023 10:34:20 +0200 ===================================== debian/rules ===================================== @@ -15,8 +15,6 @@ override_dh_auto_install: -m 644 \ {} $(CURDIR)/debian/tmp/usr/share/proj \; -override_dh_install: +execute_before_dh_install: $(RM) $(CURDIR)/debian/tmp/usr/share/proj/README.DATA $(RM) $(CURDIR)/debian/tmp/usr/share/proj/copyright_and_licenses.csv - - dh_install View it on GitLab: https://salsa.debian.org/debian-gis-team/proj-data/-/commit/b6dceef4e4f8a77ab8e66a85c98f2944ac5025cf -- View it on GitLab: https://salsa.debian.org/debian-gis-team/proj-data/-/commit/b6dceef4e4f8a77ab8e66a85c98f2944ac5025cf 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
