Bas Couwenberg pushed to branch master at Debian GIS Project / mapcache
Commits: bf63176c by Bas Couwenberg at 2021-08-09T18:40:38+02:00 Apply patch by Chris Lamb to make the build reproducible. (closes: #992039) - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,8 @@ mapcache (1.10.0-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: #992039) -- Bas Couwenberg <[email protected]> Sat, 28 Nov 2020 13:49:13 +0100 ===================================== debian/rules ===================================== @@ -34,6 +34,7 @@ MANPAGES := $(wildcard debian/man/*.*.xml) CMAKE_OPTS:= \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_VERBOSE_MAKEFILE=1 \ + -DCMAKE_SKIP_RPATH=ON \ -DWITH_PIXMAN=1 \ -DWITH_SQLITE=1 \ -DWITH_BERKELEY_DB=0 \ View it on GitLab: https://salsa.debian.org/debian-gis-team/mapcache/-/commit/bf63176c0487b91dd67921a36f97d63570e11125 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mapcache/-/commit/bf63176c0487b91dd67921a36f97d63570e11125 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
