Source: gita
Version: 0.10.10-1
Severity: normal
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
gita could not be built reproducibly.

This is because there is an uncaught error during the generation of
the manual page, resulting in the gita(1) manual page containing a
Python traceback after processing through help2man.

Adding python3-yaml to Build-Depends fixes this issue. (Severity is
"normal" because the manual package is probably a little useless in
its current state.)

 [0] https://reproducible-builds.org/


Regards,

--
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/control    2020-10-19 11:07:27.475326698 +0100
--- b/debian/control    2020-10-19 11:09:45.620621266 +0100
@@ -8,6 +8,7 @@
  help2man,
  python3-all,
  python3-setuptools,
+ python3-yaml,
 Rules-Requires-Root: no
 Standards-Version: 4.5.0
 Homepage: https://github.com/nosarthur/gita

Reply via email to