Source: libgtkdatabox Version: 1:1.0.0-1 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: buildpath X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
Hi, Whilst working on the Reproducible Builds effort [0] we noticed that libgtkdatabox could not be built reproducibly. This is because it ships a generated 'Makefile' which, because of the paths it embeds, may not even work on end-user systems. Patch attached to simply skip distributing this file. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
--- a/debian/rules 2022-01-06 07:34:26.650284236 +0000 --- b/debian/rules 2022-01-06 07:55:13.335254680 +0000 @@ -34,7 +34,7 @@ rm `find debian -name '*.la'` override_dh_installdocs: - dh_installdocs + dh_installdocs -X/Makefile find debian -name "*.md5" -delete override_dh_auto_clean: