Bug#1087486: tracy: please make the build reproducible
Chris Lamb
lamby at debian.org
Thu Nov 14 09:48:27 GMT 2024
Source: tracy
Version: 0.11.0+ds-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed that
tracy could not be built reproducibly.
This is because the documentation contains the current build date.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
--- a/debian/rules 2024-11-14 09:25:50.877245141 +0000
--- b/debian/rules 2024-11-14 09:38:13.651236465 +0000
@@ -3,6 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1
+export FORCE_SOURCE_DATE = 1
CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
More information about the Reproducible-bugs
mailing list