Bas Couwenberg pushed to branch master at Debian GIS Project / ogdi-dfsg
Commits: 15d8ba62 by Bas Couwenberg at 2023-08-13T07:55:06+02:00 Use execute_after instead of override in rules file. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,7 @@ ogdi-dfsg (4.1.0+ds-7) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.2, no changes. * Bump debhelper compat to 13. * Remove generated files in clean target. + * Use execute_after instead of override in rules file. -- Bas Couwenberg <[email protected]> Wed, 18 Jan 2023 17:03:42 +0100 ===================================== debian/rules ===================================== @@ -44,8 +44,7 @@ override_dh_auto_install: $(RM) $(CURDIR)/debian/tmp/usr/lib/ogdi/libskeleton.so -override_dh_install: - dh_install +execute_after_dh_install: sed -i -e 's@$(CURDIR)/debian/tmp@@g' \ debian/*/usr/bin/ogdi-config \ debian/*/usr/share/pkgconfig/ogdi.pc View it on GitLab: https://salsa.debian.org/debian-gis-team/ogdi-dfsg/-/commit/15d8ba62c1be5cb34e7d896fe29aaf730dc84355 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/ogdi-dfsg/-/commit/15d8ba62c1be5cb34e7d896fe29aaf730dc84355 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
