[med-svn] [ecopcr] 07/07: More spelling changes and upload to unstable

Andreas Tille tille at debian.org
Wed Jan 11 19:35:20 UTC 2017


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

tille pushed a commit to tag debian/0.5.0+dfsg-1
in repository ecopcr.

commit 51372d06050c26bec9585891ea7f6d4b4147c493
Author: Andreas Tille <tille at debian.org>
Date:   Wed Jan 11 20:30:35 2017 +0100

    More spelling changes and upload to unstable
---
 debian/changelog              |  4 ++--
 debian/man/ecofind.1          |  6 +++---
 debian/patches/spelling.patch | 23 ++++++++++++++++++++++-
 3 files changed, 27 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e1a0415..0cd2bc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ecopcr (0.5.0+dfsg-1) UNRELEASED; urgency=medium
+ecopcr (0.5.0+dfsg-1) unstable; urgency=medium
 
   * Fix copyright
   * Adapt watch file to freshly created tags
@@ -7,7 +7,7 @@ ecopcr (0.5.0+dfsg-1) UNRELEASED; urgency=medium
   * hardening=+all
   * fix some spelling issues
 
- -- Andreas Tille <tille at debian.org>  Wed, 11 Jan 2017 16:03:32 +0100
+ -- Andreas Tille <tille at debian.org>  Wed, 11 Jan 2017 20:29:03 +0100
 
 ecopcr (0.5.0-1) unstable; urgency=low
 
diff --git a/debian/man/ecofind.1 b/debian/man/ecofind.1
index 96f16e9..af26de1 100644
--- a/debian/man/ecofind.1
+++ b/debian/man/ecofind.1
@@ -25,13 +25,13 @@ Write the database radical without any extension.
 .TP
 \fB\-P\fR : [P]ath : add a column containing the full path for each displayed taxon
 .TP
-\fB\-p\fR : [P]arents : specifiying this option displays all parental tree's information for the given taxid.
+\fB\-p\fR : [P]arents : specifying this option displays all parental tree's information for the given taxid.
 .TP
 \fB\-r\fR : [R]estrict to given taxonomic rank
 .TP
-\fB\-s\fR : [S]ons: specifiying this option displays all subtree's information for the given taxid.
+\fB\-s\fR : [S]ons: specifying this option displays all subtree's information for the given taxid.
 .TP
-\fB\-P\fR : Display taxonomic [P]ath as suplementary column in output
+\fB\-P\fR : Display taxonomic [P]ath as supplementary column in output
 .TP
 arguments:
 <taxon> name pattern bearing regular expressions
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 172350b..6ad3a69 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -15,7 +15,7 @@ Description: Spelling fixes
          PP      "------------------------------------------\n\n");
 --- a/src/ecofind.c
 +++ b/src/ecofind.c
-@@ -175,7 +175,7 @@ static void PrintHelp()
+@@ -175,16 +175,16 @@ static void PrintHelp()
          PP      "-a : [A]ll enable the search on all alternative names and not only scientific names.\n\n");        
          PP      "-d : [D]atabase containing the taxonomy.\n");
          PP		"     To match the expected format, the database\n");
@@ -24,6 +24,27 @@ Description: Spelling fixes
          PP		"     program located in the tools directory.\n");
          PP		"     Write the database radical without any extension.\n\n");
          PP      "-h : [H]elp - print <this> help\n\n");
+         PP      "-l : [L]ist all taxonomic rank available for -r option\n\n");
+         PP      "-P : [P]ath : add a column containing the full path for each displayed taxon\n\n");
+-        PP      "-p : [P]arents : specifiying this option displays all parental tree's information for the given taxid.\n\n");
++        PP      "-p : [P]arents : specifying this option displays all parental tree's information for the given taxid.\n\n");
+         PP      "-r : [R]estrict to given taxonomic rank\n\n");      
+-        PP      "-s : [S]ons: specifiying this option displays all subtree's information for the given taxid.\n\n");
+-        PP      "-P : Display taxonomic [P]ath as suplementary column in output\n\n");
++        PP      "-s : [S]ons: specifying this option displays all subtree's information for the given taxid.\n\n");
++        PP      "-P : Display taxonomic [P]ath as supplementary column in output\n\n");
+         PP      "arguments:\n");        
+         PP      "<taxon> name pattern bearing regular expressions\n\n");
+         PP      "------------------------------------------\n");
+@@ -337,7 +337,7 @@ int main(int argc, char **argv)
+ 		re_error = regcomp (&re_preg, argv[k], REG_NOSUB | REG_EXTENDED | REG_ICASE);
+ 		if (re_error)
+ 		{
+-			fprintf(stderr,"#  misformed pattern '%s'\n",argv[k]);
++			fprintf(stderr,"#  malformed pattern '%s'\n",argv[k]);
+ 			exit(1);
+ 		}
+ 		
 --- a/src/ecoisundertaxon.c
 +++ b/src/ecoisundertaxon.c
 @@ -32,7 +32,7 @@ static void PrintHelp()

-- 
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