Bas Couwenberg pushed to branch master at Debian GIS Project / libspatialindex
Commits: 914759ec by Bas Couwenberg at 2021-08-10T12:11:55+02:00 Apply patch by Chris Lamb to make the build reproducible. (closes: #992059) - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,8 @@ spatialindex (1.9.3-3) UNRELEASED; urgency=medium * Bump Standards-Version to 4.5.1, no changes. * Update upstream metadata. * Update watch file for GitHub URL changes. + * Apply patch by Chris Lamb to make the build reproducible. + (closes: #992059) -- Bas Couwenberg <[email protected]> Sat, 28 Nov 2020 13:48:05 +0100 ===================================== debian/rules ===================================== @@ -20,7 +20,8 @@ UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//') dh $@ --with pkgkde_symbolshelper override_dh_auto_configure: - dh_auto_configure -- -DSIDX_LIB_SUBDIR=lib/$(DEB_HOST_MULTIARCH) + dh_auto_configure -- -DSIDX_LIB_SUBDIR=lib/$(DEB_HOST_MULTIARCH) \ + -DCMAKE_SKIP_RPATH=ON override_dh_install: $(RM) $(CURDIR)/debian/tmp/usr/lib/*/*.la View it on GitLab: https://salsa.debian.org/debian-gis-team/libspatialindex/-/commit/914759ec48e6548240ab61a6ac7f1b71ca0558a5 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/libspatialindex/-/commit/914759ec48e6548240ab61a6ac7f1b71ca0558a5 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
