Source: lmarbles
Version: 1.1.1-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: environment
X-Debbugs-Cc: [email protected]
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
`. `'` [email protected] / chris-lamb.co.uk
`-
--- 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