[libperl-destruct-level-perl] 06/08: Add patch to fix grammar problem discovered by lintian.

gregor herrmann gregoa at debian.org
Sat Feb 22 18:02:39 UTC 2014


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

gregoa pushed a commit to branch master
in repository libperl-destruct-level-perl.

commit d73dc2eb4c4ee9613430da8c7e2720f7898e75ef
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 22 19:01:03 2014 +0100

    Add patch to fix grammar problem discovered by lintian.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..b7bb2a9
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,26 @@
+Description: improve grammar
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=93260
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=93260
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-02-22
+
+--- a/Level.pm
++++ b/Level.pm
+@@ -30,14 +30,14 @@
+ 
+ =head1 DESCRIPTION
+ 
+-This module allows to change perl's internal I<destruction level>.
++This module allows one to change perl's internal I<destruction level>.
+ 
+ The default value of the destruct level is 0; it means that perl won't
+ bother destroying all its internal data structures, but let the OS do
+ the cleanup for it at exit.
+ 
+ For perls built with debugging support (C<-DDEBUGGING>), an environment
+-variable C<PERL_DESTRUCT_LEVEL> allows to control the destruction level.
++variable C<PERL_DESTRUCT_LEVEL> allows one to control the destruction level.
+ This modules enables to modify it on non-debugging perls too.
+ 
+ Relevant values recognized by perl are 1 and 2. Consult your source

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libperl-destruct-level-perl.git



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