Bug#1135192: golang-github-go-ini-ini: please make the build reproducible
Chris Lamb
lamby at debian.org
Tue Apr 28 23:55:25 BST 2026
Source: golang-github-go-ini-ini
Version: 1.67.1-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: nocheck
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed that
golang-github-go-ini-ini could not be built reproducibly.
This is because the testsuite generates a conf_out.ini file, which means
that if the tests are skipped (eg. via nochekc), then the package contents
will differ and will therefore be unreproducible.
Patch attached that uses DH_GOLANG_EXCLUDES to exclude this file.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
--- a/debian/rules 2026-04-28 15:41:10.871630112 -0700
--- b/debian/rules 2026-04-28 15:51:18.181920247 -0700
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+export DH_GOLANG_EXCLUDES := /conf_out.ini
+
%:
dh $@ --buildsystem=golang --with=golang
More information about the Reproducible-bugs
mailing list