Source: crossfire Version: 1.75.0-3 Severity: wishlist Tags: patch User: [email protected] Usertags: buildpath X-Debbugs-Cc: [email protected]
Hi, Whilst working on the Reproducible Builds effort [0] we noticed that crossfire could not be built reproducibly. This is because it ships Makefiles that include absolute build paths and similar. These files are meant to be generated from the Makefile.am, so there is no need to ship the Makefile files (patch attached). [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / chris-lamb.co.uk `-
--- a/debian/rules 2021-02-01 15:53:23.821446570 +0000 --- b/debian/rules 2021-02-01 15:57:12.758317500 +0000 @@ -25,3 +25,6 @@ --datadir=/usr/share/games \ --localstatedir=/var/games \ --disable-check + +override_dh_installdocs: + dh_installdocs -X/Makefile

