This is an automated email from the git hooks/post-receive script. afif-guest pushed a commit to branch master in repository trnascan-se.
commit 1a8932cebb0e69c1854fce290f57ac704589e77b Author: Afif Elghraoui <[email protected]> Date: Fri Oct 30 20:03:23 2015 -0700 Add patch to fix manpage errors --- debian/patches/manpage-errors.patch | 34 ++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 35 insertions(+) diff --git a/debian/patches/manpage-errors.patch b/debian/patches/manpage-errors.patch new file mode 100644 index 0000000..22ea9a8 --- /dev/null +++ b/debian/patches/manpage-errors.patch @@ -0,0 +1,34 @@ +Description: Fix warnings regarding tRNAscan-SE manpage + Fix the "bad whatis entry" and "manpage has errors from man" + lintian warnings. The latter was caused by quoted string at the beginning + of the line that man apparently tried to interpret as a macro. That string + was moved so that it wasn't at the beginning of the line anymore. +Author: Afif Elghraoui <[email protected]> +Forwarded: no +Last-Update: 2015-10-30 +--- trnascan-se.orig/tRNAscan-SE.man ++++ trnascan-se/tRNAscan-SE.man +@@ -1,11 +1,7 @@ + .TH "tRNAscan-SE" 1 "November 1997" "tRNAscan-SE 1.1" + + .SH NAME +-.TP +-.I tRNAscan-SE +- +-- a program for improved detection of transfer RNA genes +-in genomic sequence ++tRNAscan-SE \- improved detection of transfer RNA genes in genomic sequence + .SH SYNOPSIS + .B tRNAscan-SE [options] seqfile(s) + .SH DESCRIPTION +@@ -308,8 +304,8 @@ + translation table that is specified at the end of the tRNAscan-SE.src + source file. This option allows the user to specify exceptions to the + default translation table. The user may use any one of several +-alternate translation code files included in this package (see files +-'gcode.*'), or create a new alternate translation file. See Manual ++alternate translation code files included in this package (see ++files 'gcode.*'), or create a new alternate translation file. See Manual + documentation for specification of file format, or refer to included + examples files. + .sp 1 diff --git a/debian/patches/series b/debian/patches/series index b6f7156..c72ea2f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ install-location.patch perl5dir.patch cflags.patch ldflags.patch +manpage-errors.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/trnascan-se.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
