Bug#1052989: apophenia: please make the build reproducible
Chris Lamb
lamby at debian.org
Tue Sep 26 17:10:36 BST 2023
Source: apophenia
Version: 1.0+ds-8
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that apophenia could not be built reproducibly.
This is because it ships a TeX log (_formulas_dark.log) in the
/usr/share/doc/apophenia-doc/html directory. This is probably a
mistake, so a patch is attached that ensures this file isn't shipped
at all.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
--- a/debian/rules 2023-09-26 12:46:55.964440215 +0100
--- b/debian/rules 2023-09-26 16:57:47.400323969 +0100
@@ -26,6 +26,7 @@
override_dh_auto_build-indep:
$(MAKE) -C _build/docs doc
+ rm -vf _build/docs/html/_formulas_dark.log
override_dh_auto_test-indep:
More information about the debian-science-maintainers
mailing list