[Git][debian-gis-team/proj][experimental] Enable CMAKE_BUILD_RPATH_USE_ORIGIN for reproducible builds. (closes: #1036939)

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Tue May 30 04:26:39 BST 2023



Bas Couwenberg pushed to branch experimental at Debian GIS Project / proj


Commits:
5583e40f by Bas Couwenberg at 2023-05-30T05:26:31+02:00
Enable CMAKE_BUILD_RPATH_USE_ORIGIN for reproducible builds. (closes: #1036939)

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -2,6 +2,8 @@ proj (9.2.1~rc1-1~exp2) UNRELEASED; urgency=medium
 
   * Set TZ=UTC to make datumgrid timestamps reproducible.
     (closes: #1035704)
+  * Enable CMAKE_BUILD_RPATH_USE_ORIGIN for reproducible builds.
+    (closes: #1036939)
 
  -- Bas Couwenberg <sebastic at debian.org>  Tue, 30 May 2023 05:18:34 +0200
 


=====================================
debian/rules
=====================================
@@ -34,7 +34,8 @@ override_dh_auto_clean:
 	dh_auto_clean
 
 override_dh_auto_configure: datumgrids
-	dh_auto_configure -- -DRUN_NETWORK_DEPENDENT_TESTS=OFF
+	dh_auto_configure -- -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON \
+	                     -DRUN_NETWORK_DEPENDENT_TESTS=OFF
 
 override_dh_auto_test:
 # Ignore test failures on problematic architectures only



View it on GitLab: https://salsa.debian.org/debian-gis-team/proj/-/commit/5583e40fe5a94c1451cba014fe072b923edf62a1

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/proj/-/commit/5583e40fe5a94c1451cba014fe072b923edf62a1
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/20230530/21cb1e9a/attachment.htm>


More information about the Pkg-grass-devel mailing list