This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository tophat.
commit e419c58eaa5ed23dd0975fc0323fe292bd67ed4a Author: Andreas Tille <[email protected]> Date: Wed Mar 19 11:40:09 2014 +0100 Some more help2man invocations --- debian/rules | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index d2f6935..c78f8b6 100755 --- a/debian/rules +++ b/debian/rules @@ -20,15 +20,23 @@ override_dh_auto_configure: override_dh_builddeb: dh_builddeb -- -Z xz -override_dh_auto_install: - dh_auto_install +override_dh_installman: + dh_installman # try to create man pages whereever possible mkdir -p $(mandir) help2man --no-info --no-discard-stderr -h "" \ - --name='converts bam directly into fastx' \ + --name='tophat component converting bam directly into fastx' \ --version-string="$(version)" \ $(bindir)/bam2fastx > $(mandir)/bam2fastx.1 + help2man --no-info --no-discard-stderr -h "-h" \ + --name='tophat component to convert junctions in BED format' \ + --version-string="$(version)" \ + $(bindir)/bed_to_juncs > $(mandir)/bed_to_juncs.1 + help2man --no-info --no-discard-stderr -h "-h" \ + --name='tophat component taking NCBI seq_contig file and maps contig coords' \ + --version-string="$(version)" \ + $(bindir)/contig_to_chr_coords > $(mandir)/contig_to_chr_coords.1 help2man --no-info --no-discard-stderr \ --name='TopHat maps short sequences from spliced transcripts to whole genomes' \ --version-string="$(version)" \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/tophat.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
