[libbio-primerdesigner-perl] 05/06: Add a patch to fix spelling mistakes.

gregor herrmann gregoa at debian.org
Fri Nov 11 21:11:51 UTC 2016


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

gregoa pushed a commit to branch master
in repository libbio-primerdesigner-perl.

commit 9ac3166af130bfe86e3a6271d9dbeae5055ded33
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Nov 11 22:01:59 2016 +0100

    Add a patch to fix spelling mistakes.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 49 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 42a6dc4..7cf0603 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 build.pl-getopt-long.patch
 no-hash-manipulation-inside-each.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..8902540
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,49 @@
+Description: spelling fixes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-11-11
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118724
+Bug: https://rt.cpan.org/Ticket/Display.html?id=118724
+
+--- a/lib/Bio/PrimerDesigner/Remote.pm
++++ b/lib/Bio/PrimerDesigner/Remote.pm
+@@ -13,7 +13,7 @@
+ =head1 DESCRIPTION
+ 
+ Interface to the server-side binaries.  Passes the primer design
+-paramaters to a remote CGI, which uses a server-side installation of
++parameters to a remote CGI, which uses a server-side installation of
+ Bio::PrimerDesigner to process the request.
+ 
+ =head1 METHODS
+--- a/lib/Bio/PrimerDesigner/primer3.pm
++++ b/lib/Bio/PrimerDesigner/primer3.pm
+@@ -75,7 +75,7 @@
+             unless defined $args->{'SEQUENCE'};
+     }
+     else {
+-        return $self->error("Required design paramaters are missing") unless
++        return $self->error("Required design parameters are missing") unless
+             defined $args->{'PRIMER_SEQUENCE_ID'} &&
+             defined $args->{'SEQUENCE'} &&
+             defined $args->{'PRIMER_PRODUCT_SIZE_RANGE'};
+--- a/scripts/primer_designer
++++ b/scripts/primer_designer
+@@ -37,7 +37,7 @@
+ ) or die Bio::PrimerDesigner->error;
+ 
+ #
+-# List paramaters to primer design program.
++# List parameters to primer design program.
+ #
+ if ( $list_params ) {
+     my $title = $program . ' Parameters:';
+@@ -116,7 +116,7 @@
+ ) or die Bio::PrimerDesigner->error;
+ 
+ #                                                                               
+-# List paramaters for epcr program and exit.
++# List parameters for epcr program and exit.
+ #
+ if ( $list_params ) {
+     my $title = 'e-PCR Parameters:';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libbio-primerdesigner-perl.git



More information about the Pkg-perl-cvs-commits mailing list