Package: pbgenomicconsensus / 2.0.0+20151210-1~bpo8+1

Metadata

Package Version Patches format
pbgenomicconsensus 2.0.0+20151210-1~bpo8+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
python scripts | (download)

setup.py | 6 0 + 6 - 0 !
1 file changed, 6 deletions(-)

 don't install scripts with distutils
 They are going into a separate package, so there is no need
 for setuptools to know about it.
spelling.patch | (download)

doc/VariantCallerFunctionalSpecification.rst | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix spelling error
manpages.patch | (download)

doc/HowToQuiver.rst | 117 25 + 92 - 0 !
doc/QuiverFAQ.rst | 39 24 + 15 - 0 !
doc/VariantCallerFunctionalSpecification.rst | 79 28 + 51 - 0 !
doc/VariantsGffSpecification.rst | 24 19 + 5 - 0 !
4 files changed, 96 insertions(+), 163 deletions(-)

 turn upstream file format documentation into a manpage
 These patches change the rst file to be suitable input to rst2man.
 I followed the example at
 http://docutils.sourceforge.net/sandbox/manpage-writer/rst2man.txt
verbose testing.patch | (download)

Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 make tests run verbosely
 The cram tests in particular don't output anything until the suite is
 finished. On slower buildd's, this might make the build time-out due to
 apparent lack of activity and report FTBFS.