[Git][debian-gis-team/libspatialindex][master] Apply patch by Chris Lamb to make the build reproducible. (closes: #992059)

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Tue Aug 10 11:12:05 BST 2021



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 <sebastic at debian.org>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20210810/38427c6d/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list