[libmath-base-convert-perl] 04/06: Update spelling.patch; most corrections have been applied upstream.

gregor herrmann gregoa at debian.org
Thu Oct 22 17:17:45 UTC 2015


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

gregoa pushed a commit to branch master
in repository libmath-base-convert-perl.

commit 339d0e982d516e585067beea2069e63af272297b
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Oct 22 19:14:39 2015 +0200

    Update spelling.patch; most corrections have been applied upstream.
---
 debian/patches/spelling.patch | 85 +------------------------------------------
 1 file changed, 1 insertion(+), 84 deletions(-)

diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index b829b7d..27abdf8 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -1,39 +1,12 @@
 Description: fix spelling mistakes
 Origin: vendor
 Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-10-21
+Last-Update: 2015-10-22
 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=107909
 Bug: https://rt.cpan.org/Ticket/Display.html?id=107909
 
 --- a/Convert.pm
 +++ b/Convert.pm
-@@ -325,7 +325,7 @@
- 	m64		base 64 0-63 from MIME::Base64
- 	iru		base 64 P10 protocol - IRCu daemon
- 	url		base 64 url with no %2B %2F expansion of + - /
--	rex		base 64 regular expression varient
-+	rex		base 64 regular expression variant
- 	id0		base 64 IDentifier style 0
- 	id1		base 64 IDentifier style 1
- 	xnt		base 64 XML Name Tokens (Nmtoken)
-@@ -364,7 +364,7 @@
- 
- =head1 BUILT IN NUMBER SETS
- 
--Number set varients courtesy of the authors of Math::Base:Cnv and
-+Number set variants courtesy of the authors of Math::Base:Cnv and
- Math::BaseConvert.
- 
- The functions below return a reference to an array
-@@ -383,7 +383,7 @@
-   m64 => ['A'..'Z', 'a'..'z', '0'..'9', '+', '/'] # MIMI::Base64
-   iru => ['A'..'Z', 'a'..'z', '0'..'9', '[', ']'] # P10 - IRCu
-   url => ['A'..'Z', 'a'..'z', '0'..'9', '*', '-'] # url no %2B %2F
--  rex => ['A'..'Z', 'a'..'z', '0'..'9', '!', '-'] # regex varient
-+  rex => ['A'..'Z', 'a'..'z', '0'..'9', '!', '-'] # regex variant
-   id0 => ['A'..'Z', 'a'..'z', '0'..'9', '_', '-'] # ID 0
-   id1 => ['A'..'Z', 'a'..'z', '0'..'9', '.', '_'] # ID 1
-   xnt => ['A'..'Z', 'a'..'z', '0'..'9', '.', '-'] # XML (Nmtoken)
 @@ -442,7 +442,7 @@
    base as text
  	$converted = convbase($number,'oct');
@@ -43,44 +16,8 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=107909
  
    $converted = cnv($number); # dec -> hex (default)
    $converted = cnv($number,oct);	# oct to HEX
-@@ -517,7 +517,7 @@
- numeric value for base conversion. It accepts B<base> in any of the forms
- described for B<cnv>.
- 
--The return basemap includes upper and lower case varients of the the number
-+The return basemap includes upper and lower case variants of the the number
- base in cases such as B<hex> where upper and lower case a..f, A..F map to
- the same numeric value for base conversion.
- 
 --- a/README
 +++ b/README
-@@ -25,7 +25,7 @@
-             m64             base 64 0-63 from MIME::Base64
-             iru             base 64 P10 protocol - IRCu daemon
-             url             base 64 url with no %2B %2F expansion of + - /
--            rex             base 64 regular expression varient
-+            rex             base 64 regular expression variant
-             id0             base 64 IDentifier style 0
-             id1             base 64 IDentifier style 1
-             xnt             base 64 XML Name Tokens (Nmtoken)
-@@ -63,7 +63,7 @@
-     sub-directory in this distribution.
- 
- BUILT IN NUMBER SETS
--    Number set varients courtesy of the authors of Math::Base:Cnv and
-+    Number set variants courtesy of the authors of Math::Base:Cnv and
-     Math::BaseConvert.
- 
-     The functions below return a reference to an array
-@@ -82,7 +82,7 @@
-       m64 => ['A'..'Z', 'a'..'z', '0'..'9', '+', '/'] # MIMI::Base64
-       iru => ['A'..'Z', 'a'..'z', '0'..'9', '[', ']'] # P10 - IRCu
-       url => ['A'..'Z', 'a'..'z', '0'..'9', '*', '-'] # url no %2B %2F
--      rex => ['A'..'Z', 'a'..'z', '0'..'9', '!', '-'] # regex varient
-+      rex => ['A'..'Z', 'a'..'z', '0'..'9', '!', '-'] # regex variant
-       id0 => ['A'..'Z', 'a'..'z', '0'..'9', '_', '-'] # ID 0
-       id1 => ['A'..'Z', 'a'..'z', '0'..'9', '.', '_'] # ID 1
-       xnt => ['A'..'Z', 'a'..'z', '0'..'9', '.', '-'] # XML (Nmtoken)
 @@ -137,7 +137,7 @@
            base as text
                  $converted = convbase($number,'oct');
@@ -90,23 +27,3 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=107909
  
            $converted = cnv($number); # dec -> hex (default)
            $converted = cnv($number,oct);        # oct to HEX
-@@ -205,7 +205,7 @@
-         keys of a base to its numeric value for base conversion. It accepts
-         base in any of the forms described for cnv.
- 
--        The return basemap includes upper and lower case varients of the the
-+        The return basemap includes upper and lower case variants of the the
-         number base in cases such as hex where upper and lower case a..f,
-         A..F map to the same numeric value for base conversion.
- 
---- a/lib/Math/Base/Convert/Shortcuts.pm
-+++ b/lib/Math/Base/Convert/Shortcuts.pm
-@@ -387,7 +387,7 @@
-       }
-       $map = $bc->{tmap};
-     }
--    elsif ($bp == 3) {				# octal varient?
-+    elsif ($bp == 3) {				# octal variant?
-       $map = $xlt->[$bp];
-     } else {
-       $map = $xlt->[0]->{$bname};		# standard map

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-base-convert-perl.git



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