[med-svn] [ecopcr] 02/07: Do not override manpages again with automatic stuff that needs editing
Andreas Tille
tille at debian.org
Thu Jun 25 09:57:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository ecopcr.
commit 60cd2caa2cd7ad02d491c84b49d9e5e1061e4feb
Author: Andreas Tille <tille at debian.org>
Date: Thu Jun 25 11:18:58 2015 +0200
Do not override manpages again with automatic stuff that needs editing
---
debian/createmanpages | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/debian/createmanpages b/debian/createmanpages
deleted file mode 100755
index ecd3101..0000000
--- a/debian/createmanpages
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-MANDIR=debian/man
-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="-h" \
- --name='searching for sequence and taxonomy hybriding with given primers' \
- --version-string="$VERSION" ecoPCR > $MANDIR/ecoPCR.1
-help2man --no-info --no-discard-stderr --help-option="-h" \
- --name='searching for taxonomic and rank and taxonomy id for given regular expression patterns' \
- --version-string="$VERSION" ecofind > $MANDIR/ecofind.1
-help2man --no-info --no-discard-stderr --help-option="-h" \
- --name='filtering ecoPCR result based on taxonomic id filter and regular expression pattern' \
- --version-string="$VERSION" ecogrep > $MANDIR/ecogrep.1
-help2man --no-info --no-discard-stderr --help-option="-h" \
- --name='searching relationship in taxonomy' \
- --version-string="$VERSION" ecoisundertaxon > $MANDIR/ecoisundertaxon.1
-help2man --no-info --no-discard-stderr --help-option="-h" \
- --name='tool belonging to ecoPCR package' \
- --version-string="$VERSION" ecoPCRFormat > $MANDIR/ecoPCRFormat.1
-sed -i 's/ecoPCRFormat\.py/ecoPCRFormat/g' $MANDIR/ecoPCRFormat.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/ecopcr.git
More information about the debian-med-commit
mailing list