Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis
Commits: 6e81681c by Bas Couwenberg at 2023-08-13T09:29:58+02:00 Use execute_before instead of override in rules file. - - - - - 3 changed files: - debian/changelog - debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +postgis (3.4.0~rc2+dfsg-1~exp3) UNRELEASED; urgency=medium + + * Use execute_before instead of override in rules file. + + -- Bas Couwenberg <[email protected]> Sun, 13 Aug 2023 09:17:44 +0200 + postgis (3.4.0~rc2+dfsg-1~exp2) experimental; urgency=medium * Require tzdata >= 2023c-9 for UTC timezone. ===================================== debian/clean ===================================== @@ -1,2 +1,6 @@ +extensions/address_standardizer/*.bc +extensions/address_standardizer/*.o +extensions/address_standardizer/*.so + # created by debian/tests/test-extension-creation regress_expected ===================================== debian/rules ===================================== @@ -221,13 +221,11 @@ override_dh_auto_install: rm -rf debian/postgresql-*-postgis-*-scripts/usr/share/postgresql/*/applications rm -rf debian/postgresql-*-postgis-*-scripts/usr/share/postgresql/*/icons -override_dh_install: +execute_before_dh_install: $(RM) $(CURDIR)/debian/tmp/usr/lib/postgresql/*/bin/* $(RM) $(CURDIR)/debian/tmp/usr/share/doc/postgis/README.postgis $(RM) $(CURDIR)/debian/tmp/usr/share/doc/postgresql-doc-*/extension/README.address_standardizer - dh_install - override_dh_makeshlibs: dh_makeshlibs -Xusr/lib/postgis -- -v$(UPSTREAM_VERSION) View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/6e81681c9bc537ca101a3bd2d5344321c8eeac63 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/6e81681c9bc537ca101a3bd2d5344321c8eeac63 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
