Bug#1139704: lmarbles: please make the build reproducible
Chris Lamb
lamby at debian.org
Thu Jun 11 16:22:51 BST 2026
Source: lmarbles
Version: 1.1.1-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: environment
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed that
lmarbles could not be built reproducibly.
This is because it shipped a number of Makefile, Makefile.in and
Makefile.am files as part of the manual/ directory. The Makefile
file was nondetermistic in that it varied on the current shell.
As the Makefile apparatus in this directory is not useful at runtime,
the attached patch simply prevents its installation into the binary
.deb.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
--- a/debian/rules 2026-06-11 07:47:34.893602380 -0700
--- b/debian/rules 2026-06-11 08:20:44.377885836 -0700
@@ -13,3 +13,6 @@
execute_after_dh_auto_install:
rm -f debian/lmarbles/usr/share/doc/lmarbles/README
rm -f debian/lmarbles/usr/share/doc/lmarbles/TODO
+
+override_dh_installdocs:
+ dh_installdocs -XMakefile
More information about the Pkg-games-devel
mailing list