This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository toppred.
commit 12df5cb159f8bbe0f8fa4a0af29dcb7c506ae930 Author: Andreas Tille <[email protected]> Date: Sat Jan 31 15:17:43 2015 +0100 toppred has a manpage luckily --- debian/createmanpages | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/debian/createmanpages b/debian/createmanpages deleted file mode 100755 index febcd91..0000000 --- a/debian/createmanpages +++ /dev/null @@ -1,16 +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$//'` - -help2man --no-info --no-discard-stderr --help-option=" " \ - --name='<optional description of the program>' \ - --version-string="$VERSION" <programname> > $MANDIR/<programname>.1 - -cat <<EOT -Please enhance the help2man output. -The following web page might be helpful in doing so: - http://liw.fi/manpages/ -EOT - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/toppred.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
