This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository nanook.
commit 4d97612b0f6906ab727a3f0ca1335b154010f8af Author: Andreas Tille <[email protected]> Date: Fri Sep 1 15:59:02 2017 +0200 Install manpage --- debian/createmanpages | 22 ---------------------- debian/manpages | 1 + debian/nanook.1 | 1 - 3 files changed, 1 insertion(+), 23 deletions(-) diff --git a/debian/createmanpages b/debian/createmanpages deleted file mode 100755 index 49a9951..0000000 --- a/debian/createmanpages +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -MANDIR=debian -mkdir -p $MANDIR - -VERSION=`dpkg-parsechangelog | awk '/^Version:/ {print $2}' | sed -e 's/^[0-9]*://' -e 's/-.*//' -e 's/[+~]dfsg$//'` - -AUTHOR=".SH AUTHOR\nThis manpage was written by $DEBFULLNAME for the Debian distribution and -can be used for any other usage of the program. -" - -progname=nanook -help2man --no-info --no-discard-stderr --help-option=" " \ - --name='flexible, multi-reference software for pre- and post-alignment analysis of nanopore sequencing data, quality and error profiles' \ - --version-string="$VERSION" ${progname} > $MANDIR/${progname}.1 -echo $AUTHOR >> $MANDIR/${progname}.1 - -cat <<EOT -Please enhance the help2man output. -The following web page might be helpful in doing so: - http://liw.fi/manpages/ -EOT - diff --git a/debian/manpages b/debian/manpages new file mode 100644 index 0000000..0f65186 --- /dev/null +++ b/debian/manpages @@ -0,0 +1 @@ +debian/*.1 diff --git a/debian/nanook.1 b/debian/nanook.1 index 72c26ac..c2693bc 100644 --- a/debian/nanook.1 +++ b/debian/nanook.1 @@ -1,4 +1,3 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH NANOOK "1" "September 2017" "nanook 1.26" "User Commands" .SH NAME nanook \- flexible, multi-reference software for pre- and post-alignment analysis of nanopore sequencing data, quality and error profiles -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/nanook.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
