This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libreadonly-perl.
commit 319c2e4791c690963363608ccab11d4490203ae7 Author: gregor herrmann <[email protected]> Date: Sat May 7 15:27:24 2016 +0200 Drop spelling.patch, merged upstream. --- debian/patches/series | 1 - debian/patches/spelling.patch | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 5299247..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -spelling.patch diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch deleted file mode 100644 index 7b8a548..0000000 --- a/debian/patches/spelling.patch +++ /dev/null @@ -1,18 +0,0 @@ -Description: fix a typo in the POD -Origin: vendor -Author: gregor herrmann <[email protected]> -Last-Update: 2016-05-06 -Forwarded: https://github.com/sanko/readonly/issues/21 -Bug: https://github.com/sanko/readonly/issues/21 - ---- a/lib/Readonly.pm -+++ b/lib/Readonly.pm -@@ -697,7 +697,7 @@ - To 'fix' this, Readonly::XS was written. If installed, Readonly::XS used the - internal methods C<SvREADONLY> and C<SvREADONLY_on> to lock simple scalars. On - the surface, everything was peachy but things weren't the same behind the --scenes. In edge cases, code perfromed very differently if Readonly::XS was -+scenes. In edge cases, code performed very differently if Readonly::XS was - installed and because it wasn't a required dependency in most code, it made - downstream bugs very hard to track. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libreadonly-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
