[med-svn] [rsem] 01/02: Drop template to create manpages

Andreas Tille tille at debian.org
Fri Aug 28 06:38:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository rsem.

commit f491f2cd02607bd5c3b171109c5f6b4140f62061
Author: Andreas Tille <tille at debian.org>
Date:   Fri Aug 28 08:30:44 2015 +0200

    Drop template to create manpages
---
 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/rsem.git



More information about the debian-med-commit mailing list