Source: bitseq Version: 0.7.5+dfsg-2 Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: environment X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that bitseq could not be built reproducibly. This is because it was missing a build-dependency on python-numpy so the automatic help generation failed, included an error message instead that contained the current (ie. varying) build path. Patch attached. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
--- a/debian/control 2017-12-18 09:50:03.655997612 +0000 --- b/debian/control 2017-12-18 10:15:12.379015027 +0000 @@ -9,7 +9,8 @@ libbam-dev, libboost-dev, help2man, - python + python, + python-numpy Standards-Version: 4.1.2 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/bitseq.git Vcs-Git: https://anonscm.debian.org/git/debian-med/bitseq.git