[SCM] Debian packaging of Sort::Key branch, master, updated. debian/1.28-1-10-g22ff3ac

gregor herrmann gregoa at debian.org
Sat Jun 30 15:53:44 UTC 2012


The following commit has been merged in the master branch:
commit d0db03713e1a95b8c5a02be1f682cb9cac580def
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 30 17:52:06 2012 +0200

    Refresh spelling-error-in-manpage.patch, add pod-format.patch.

diff --git a/debian/patches/pod-format.patch b/debian/patches/pod-format.patch
new file mode 100644
index 0000000..e8d54b8
--- /dev/null
+++ b/debian/patches/pod-format.patch
@@ -0,0 +1,19 @@
+Description: fix POD formatting
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-06-30
+
+--- a/lib/Sort/Key/Types.pm
++++ b/lib/Sort/Key/Types.pm
+@@ -154,7 +154,9 @@
+ 
+ __END__
+ 
+-=head1 Sort::Key::Types - handle Sort::Key data types
++=head1 NAME
++
++Sort::Key::Types - handle Sort::Key data types
+ 
+ =head1 SYNOPSIS
+ 
diff --git a/debian/patches/series b/debian/patches/series
index f7c4b35..6d1247d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 spelling-error-in-manpage.patch
+pod-format.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
index fd97cc6..219e3c2 100644
--- a/debian/patches/spelling-error-in-manpage.patch
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -4,7 +4,7 @@ Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=74221
 
 --- a/lib/Sort/Key.pm
 +++ b/lib/Sort/Key.pm
-@@ -247,7 +247,7 @@
+@@ -116,7 +116,7 @@
  
    @sorted = sort { CALC_KEY($a) cmp CALC_KEY($b) } @data
  
@@ -13,17 +13,26 @@ Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=74221
  value from C<$_> (not only a subroutine call).
  
  For instance, some variations are C<nkeysort> that performs a numeric
+@@ -313,7 +313,7 @@
+ L<Sort::Key::IPv4>, L<Sort::Key::DateTime> and L<Sort::Key::OID>
+ modules add support for additional datatypes to Sort::Key.
+ 
+-L<Sort::Key::External> allows to sort huge lists that do not fit in
++L<Sort::Key::External> allows one to sort huge lists that do not fit in
+ the available memory.
+ 
+ Other interesting Perl sorting modules are L<Sort::Maker>,
 --- a/lib/Sort/Key/Natural.pm
 +++ b/lib/Sort/Key/Natural.pm
-@@ -69,7 +69,7 @@
+@@ -130,7 +130,7 @@
  This module extends the L<Sort::Key> family of modules to support
  natural sorting.
  
 -Under natural sorting, strings are splitted at word and number
 +Under natural sorting, strings are split at word and number
- boundaries, and the resulting substrings are compared as follows:
+ boundaries, and the resulting substrings
+ are compared as follows:
  
- =over 4
 --- a/lib/Sort/Key/Register.pm
 +++ b/lib/Sort/Key/Register.pm
 @@ -40,7 +40,7 @@

-- 
Debian packaging of Sort::Key



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