[med-svn] [roguenarok] 02/02: Fix create script, leave changelog since it is needed to run createmanpages

Andreas Tille tille at debian.org
Tue Mar 14 11:01:25 UTC 2017


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

tille pushed a commit to branch manpages
in repository roguenarok.

commit a75d00938b7a20206abfb35df0e8bd24633c3067
Author: Andreas Tille <tille at debian.org>
Date:   Tue Mar 14 11:56:12 2017 +0100

    Fix create script, leave changelog since it is needed to run createmanpages
---
 debian/changelog                  |  5 +++++
 debian/createmanpages             | 12 ++++++------
 debian/mans/rnr-lsi.1             |  2 --
 debian/mans/rnr-mast.1            |  2 --
 debian/mans/rnr-prune.1           |  2 --
 debian/mans/rnr-tii.1             |  2 --
 debian/mans/roguenarok-parallel.1 |  2 +-
 debian/mans/roguenarok-single.1   |  2 +-
 8 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3966f90
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+roguenarok (1.0-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #<bug>)
+
+ -- Andreas Tille <tille at debian.org>  Mon, 13 Mar 2017 11:13:16 +0100
diff --git a/debian/createmanpages b/debian/createmanpages
index f1dff8c..3d82bcf 100755
--- a/debian/createmanpages
+++ b/debian/createmanpages
@@ -10,36 +10,36 @@ can be used for any other usage of the program.
 
 progname=roguenarok-parallel
 help2man --no-info --no-discard-stderr --help-option=" --help" \
-         --name='computes the taxonomic instability index (parallel version)' \
+         --name='implements the RogueNaRok algorithm for rogue taxon identification (parallel version)' \
             --version-string="$VERSION" ${progname} > $MANDIR/${progname}.1
 echo $AUTHOR >> $MANDIR/${progname}.1
 
 progname=roguenarok-single
 help2man --no-info --no-discard-stderr --help-option=" " \
-         --name='computes the taxonomic instability index (single core version)' \
+         --name='implements the RogueNaRok algorithm for rogue taxon identification (single core version)' \
             --version-string="$VERSION" ${progname} > $MANDIR/${progname}.1
 echo $AUTHOR >> $MANDIR/${progname}.1
 
 progname=rnr-lsi
-help2man --no-info --no-discard-stderr --help-option=" " \
+help2man --no-info --no-discard-stderr --help-option=" -h" \
          --name='computes three flavors of leaf stability index for each taxon' \
             --version-string="$VERSION" ${progname} > $MANDIR/${progname}.1
 echo $AUTHOR >> $MANDIR/${progname}.1
 
 progname=rnr-mast
-help2man --no-info --no-discard-stderr --help-option=" " \
+help2man --no-info --no-discard-stderr --help-option=" -h" \
          --name='computes maximum agreement trees for unrooted input sets' \
             --version-string="$VERSION" ${progname} > $MANDIR/${progname}.1
 echo $AUTHOR >> $MANDIR/${progname}.1
 
 progname=rnr-prune
-help2man --no-info --no-discard-stderr --help-option=" " \
+help2man --no-info --no-discard-stderr --help-option=" -h" \
          --name='prunes a list of taxa from a bootstrap tree or a single tree with branch lengths' \
             --version-string="$VERSION" ${progname} > $MANDIR/${progname}.1
 echo $AUTHOR >> $MANDIR/${progname}.1
 
 progname=rnr-tii
-help2man --no-info --no-discard-stderr --help-option=" " \
+help2man --no-info --no-discard-stderr --help-option=" -h" \
          --name='computes the taxonomic instability index' \
             --version-string="$VERSION" ${progname} > $MANDIR/${progname}.1
 echo $AUTHOR >> $MANDIR/${progname}.1
diff --git a/debian/mans/rnr-lsi.1 b/debian/mans/rnr-lsi.1
index 511ddb1..8b5d22b 100644
--- a/debian/mans/rnr-lsi.1
+++ b/debian/mans/rnr-lsi.1
@@ -3,8 +3,6 @@
 .SH NAME
 rnr-lsi \- computes three flavors of leaf stability index for each taxon
 .SH DESCRIPTION
-Please specify a file containing bootstrap trees via \fB\-i\fR.
-.PP
 This is RnR\-lsi version 1.0 released by Andre J. Aberer in 2011\-10\-25.
 .PP
 This program computes three flavors of leaf stability index for each taxon.
diff --git a/debian/mans/rnr-mast.1 b/debian/mans/rnr-mast.1
index cb88bc6..45ae689 100644
--- a/debian/mans/rnr-mast.1
+++ b/debian/mans/rnr-mast.1
@@ -3,8 +3,6 @@
 .SH NAME
 rnr-mast \- computes maximum agreement trees for unrooted input sets
 .SH DESCRIPTION
-Please specify a file containing bootstrap trees via \fB\-i\fR.
-.PP
 This is RnR\-mast version 1.0 released by Andre J. Aberer in 2011\-10\-25.
 .PP
 This program computes maximum agreement trees for unrooted input sets.
diff --git a/debian/mans/rnr-prune.1 b/debian/mans/rnr-prune.1
index 7562b2d..cd49f9b 100644
--- a/debian/mans/rnr-prune.1
+++ b/debian/mans/rnr-prune.1
@@ -3,8 +3,6 @@
 .SH NAME
 rnr-prune \- prunes a list of taxa from a bootstrap tree or a single tree with branch lengths
 .SH DESCRIPTION
-Please specify either a set of bootstrap trees (\fB\-i\fR) or a single best\-known tree (\fB\-t\fR) from which you want to prune taxa.
-.PP
 This is RnR\-prune version 1.0 released by Andre J. Aberer in 2011\-10\-25.
 .PP
 This program prunes a list of taxa from a bootstrap tree or a single tree with branch lengths (such as a best\-known ML/MP\-tree).
diff --git a/debian/mans/rnr-tii.1 b/debian/mans/rnr-tii.1
index a3c0111..ea6262e 100644
--- a/debian/mans/rnr-tii.1
+++ b/debian/mans/rnr-tii.1
@@ -3,8 +3,6 @@
 .SH NAME
 rnr-tii \- computes the taxonomic instability index
 .SH DESCRIPTION
-Please specify a file containing bootstrap trees via \fB\-i\fR.
-.PP
 This is RnR\-tii version 1.0 released by Andre J. Aberer in 2011\-10\-25.
 .PP
 This program computes the taxonomic instability index.
diff --git a/debian/mans/roguenarok-parallel.1 b/debian/mans/roguenarok-parallel.1
index ae72829..0d7e126 100644
--- a/debian/mans/roguenarok-parallel.1
+++ b/debian/mans/roguenarok-parallel.1
@@ -1,7 +1,7 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
 .TH ROGUENAROK-PARALLEL "1" "March 2017" "roguenarok-parallel 1.0" "User Commands"
 .SH NAME
-roguenarok-parallel \- computes the taxonomic instability index (parallel version)
+roguenarok-parallel \- implements the RogueNaRok algorithm for rogue taxon identification (parallel version)
 .SH DESCRIPTION
 roguenarok\-parallel: invalid option \fB\-\-\fR '\-'
 .PP
diff --git a/debian/mans/roguenarok-single.1 b/debian/mans/roguenarok-single.1
index f44e09e..e0f9a90 100644
--- a/debian/mans/roguenarok-single.1
+++ b/debian/mans/roguenarok-single.1
@@ -1,7 +1,7 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
 .TH ROGUENAROK-SINGLE "1" "March 2017" "roguenarok-single 1.0" "User Commands"
 .SH NAME
-roguenarok-single \- computes the taxonomic instability index (single core version)
+roguenarok-single \- implements the RogueNaRok algorithm for rogue taxon identification (single core version)
 .SH DESCRIPTION
 ERROR: Please specify a file containing bootstrap trees via \fB\-i\fR.
 .PP

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/roguenarok.git



More information about the debian-med-commit mailing list