~ubuntu-branches/ubuntu/utopic/idba/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/createmanpages

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2014-02-13 13:57:55 UTC
  • Revision ID: package-import@ubuntu.com-20140213135755-jdbah7u53gmct85j
Tags: 1.1.1-1
Initial release (Closes: #738860)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
VERSION=`dpkg-parsechangelog | awk '/^Version:/ {print $2}' | sed -e 's/^[0-9]*://' -e 's/-.*//'`
 
3
MANDIR=debian
 
4
mkdir -p $MANDIR
 
5
help2man --no-info --no-discard-stderr \
 
6
         --name='Iterative de Bruijn Graph Assembler for hybrid sequencing data' \
 
7
            --version-string="$VERSION" idba_hybrid > $MANDIR/idba_hybrid.1