[med-svn] r19600 - trunk/packages/prodigal/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Sat Jul 11 16:56:16 UTC 2015


Author: tille
Date: 2015-07-11 16:56:15 +0000 (Sat, 11 Jul 2015)
New Revision: 19600

Removed:
   trunk/packages/prodigal/trunk/debian/createmanpages
Log:
Remove temporary helper


Deleted: trunk/packages/prodigal/trunk/debian/createmanpages
===================================================================
--- trunk/packages/prodigal/trunk/debian/createmanpages	2015-07-11 16:55:17 UTC (rev 19599)
+++ trunk/packages/prodigal/trunk/debian/createmanpages	2015-07-11 16:56:15 UTC (rev 19600)
@@ -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='microbial (bacterial and archaeal) gene finding program' \
-            --version-string="$VERSION" prodigal > $MANDIR/prodigal.1
-
-cat <<EOT
-Please enhance the help2man output.
-The following web page might be helpful in doing so:
-    http://liw.fi/manpages/
-EOT
-




More information about the debian-med-commit mailing list