Source: apophenia
Version: 1.0+ds-8
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

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
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- 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:
 
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to