Bas Couwenberg pushed to branch master at Debian GIS Project / netcdf
Commits: adb6abea by Bas Couwenberg at 2023-08-13T07:40:05+02:00 Use execute_after instead of override in rules file. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,7 @@ netcdf (1:4.9.2-2) UNRELEASED; urgency=medium * Remove generated files in clean target. + * Use execute_after instead of override in rules file. -- Bas Couwenberg <[email protected]> Fri, 11 Aug 2023 12:28:49 +0200 ===================================== debian/rules ===================================== @@ -36,9 +36,7 @@ override_dh_auto_configure: override_dh_auto_test: ARGS="--output-on-failure" dh_auto_test --max-parallel=1 || echo "Ignoring test failures" -override_dh_auto_install: - dh_auto_install - +execute_after_dh_auto_install: # Strip RPATH -find $(CURDIR)/debian/tmp/usr/bin -type f -not -name nc-config -exec chrpath --delete {} \; -find $(CURDIR)/debian/tmp/usr/lib -type f -name "*.so*" -exec chrpath --delete {} \; View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf/-/commit/adb6abeada1f922f32e0f6ae2cd0e828cbfe9a1b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf/-/commit/adb6abeada1f922f32e0f6ae2cd0e828cbfe9a1b 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
