[libclass-date-perl] 04/05: Add a patch to fix some spelling mistakes.

gregor herrmann gregoa at debian.org
Sat Oct 1 15:52:09 UTC 2016


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

gregoa pushed a commit to branch master
in repository libclass-date-perl.

commit faad97197d374373f7d174e4a3faff238cade5ed
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 1 17:49:34 2016 +0200

    Add a patch to fix some spelling mistakes.
    
    Plus a lintian override for others.
---
 debian/libclass-date-perl.lintian-overrides |  3 +++
 debian/patches/series                       |  1 +
 debian/patches/spelling.patch               | 27 +++++++++++++++++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/debian/libclass-date-perl.lintian-overrides b/debian/libclass-date-perl.lintian-overrides
new file mode 100644
index 0000000..c0da681
--- /dev/null
+++ b/debian/libclass-date-perl.lintian-overrides
@@ -0,0 +1,3 @@
+# ehm, what?
+libclass-date-perl: spelling-error-in-manpage usr/share/man/man3/Class::Date.3pm.gz substraction subtraction
+libclass-date-perl: spelling-error-in-manpage usr/share/man/man3/Class::Date.3pm.gz substract subtract
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..30ece98
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,27 @@
+Description: fix some spelling mistakes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-10-01
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118206
+Bug: https://rt.cpan.org/Ticket/Display.html?id=118206
+
+--- a/lib/Class/Date.pod
++++ b/lib/Class/Date.pod
+@@ -411,7 +411,7 @@
+ The Class::Date::Rel object consists of a month part and a day part. Most
+ people only use the "day" part of it. If you use both part, then you can get
+ these parts with the "sec_part" and "mon_part" method. If you use "sec",
+-"month", etc. methods or if you use this object in a mathematical conent,
++"month", etc. methods or if you use this object in a mathematical context,
+ then this object is converted to one number, which is interpreted as second.
+ The conversion is based on a 30.436 days month. Don't use it too often,
+ because it is confusing...
+@@ -561,7 +561,7 @@
+ =head1 WORKING WITHOUT A C COMPILER
+ 
+ Class::Date can be used without a C compiler since 1.0.8. If you want to do 
+-this, you only need to copy the "Date.pm" whereever your perl compiler searches
++this, you only need to copy the "Date.pm" wherever your perl compiler searches
+ for it. You must make a "Class" directory for it before.
+ 
+ In Debian GNU/Linux system (woody) , a good choice can be the following:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-date-perl.git



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