DebianPts:python-epydoc creates unreproducible documentation by: * [[Bug:783326|writing timestamps]], * [[Bug:795835|writing index in non-deterministic order]], * [[Bug:795826|writing object memory references]]. [[https://reproducible.debian.net/issues/use_epydoc_issue.html|Known affected packages]] = Detection = [[attachment:python-csb_1.2.3+dfsg-1.debbindiff.html|Example debbindiff output with timestamps and file ordering issues]], [[attachment:pyinotify_0.9.4-1.debbindiff.html|Example debbindiff output with timestamps and memory references]] = Solution = Update Build-Depends to `(>= epydoc/3.0.1+dfsg-6)` and add the `--no-include-build-time` option to the command-line. A patch for supporting SOURCE_DATE_EPOCH has been proposed in Bug:790899.