[SCM] Debian packaging of libperl5i-perl branch, master, updated. debian/2.8.0-1-5-g9583f28

gregor herrmann gregoa at debian.org
Mon Oct 24 20:46:07 UTC 2011


The following commit has been merged in the master branch:
commit b77cbb3c0c3e56539a37df38a21ed760a7244da5
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Oct 24 22:35:38 2011 +0200

    Remove patches, applied upstream.

diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
deleted file mode 100644
index e98a8d1..0000000
--- a/debian/patches/pod.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: fix pod error, detected by pod2man
-Origin: vendor
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=71253
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-09-26
-
---- a/lib/perl5i.pm
-+++ b/lib/perl5i.pm
-@@ -881,8 +881,6 @@
- See L<Child> for more information.
- 
- 
--=back
--
- =head2 English
- 
- L<English> gives English names to the punctuation variables; for
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2cd8e6f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-spelling.patch
-pod.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 5478a35..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-Description: fix spelling errors
-Origin: vendor
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=71254
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-03-11
-
---- a/lib/perl5i.pm
-+++ b/lib/perl5i.pm
-@@ -509,7 +509,7 @@
- Turns a number like 1234567 into a string like 1,234,567 known as "digit grouping".
- 
- It honors your current locale to determine the separator and grouping.
--This can be overriden using C<%options>.
-+This can be overridden using C<%options>.
- 
- NOTE: many systems do not have their numeric locales set properly
- 
-@@ -555,7 +555,7 @@
- locale settings.
- 
- C<%options> defaults to C<< ( separator => ",", grouping => 3, decimal_point => "." ) >>.
--Each key will be overriden individually.
-+Each key will be overridden individually.
- 
-     1234->commify;                      # 1,234
-     1234->commify({ separator => "." });  # 1.234
---- a/lib/perl5i/Meta.pod
-+++ b/lib/perl5i/Meta.pod
-@@ -35,8 +35,8 @@
- 
- =head2 Meta Instance vs Meta Class
- 
--Each object has a meta object for their instance, accessable with C<<
--$obj->mo >> and also a meta object for their class, accessable with
-+Each object has a meta object for their instance, accessible with C<<
-+$obj->mo >> and also a meta object for their class, accessible with
- C<< $obj->mc >>.  The meta instance can do most everything the meta
- class can, mc is provided mostly for disambiguation.
- 
---- a/lib/perl5ifaq.pod
-+++ b/lib/perl5ifaq.pod
-@@ -339,7 +339,7 @@
- 
- When depending on perl5i, depend on the specific major version.  That
- is, depend on C<perl5i::2> and not C<perl5i>.  This is because older
--versions will eventually be spun out into their own seperate
-+versions will eventually be spun out into their own separate
- distributions to avoid cluttering the main dist.  If you depend on
- C<perl5i::2> then the CPAN shell will always be able to find it.
- 

-- 
Debian packaging of libperl5i-perl



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