[libdate-pcalc-perl] 04/05: Fix a POD error and a few typos (patch)

Florian Schlichting fsfs at moszumanska.debian.org
Sun Apr 13 14:57:49 UTC 2014


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

fsfs pushed a commit to branch master
in repository libdate-pcalc-perl.

commit 6acb50036dea428f8665f2d3c3aff3481970692f
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun Apr 13 16:48:05 2014 +0200

    Fix a POD error and a few typos (patch)
---
 debian/patches/pod_typos_error.patch | 55 ++++++++++++++++++++++++++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 56 insertions(+)

diff --git a/debian/patches/pod_typos_error.patch b/debian/patches/pod_typos_error.patch
new file mode 100644
index 0000000..a7a67cf
--- /dev/null
+++ b/debian/patches/pod_typos_error.patch
@@ -0,0 +1,55 @@
+Description: fix a POD error and typos
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=94687
+
+--- a/Pcalc.pod
++++ b/Pcalc.pod
+@@ -1,3 +1,4 @@
++=encoding iso-8859-1
+ 
+ =head1 NAME
+ 
+--- a/Pcalendar.pod
++++ b/Pcalendar.pod
+@@ -398,7 +398,7 @@
+ which your profile contains "half" holidays, or when you add
+ or subtract fractions of a day.
+ 
+-Sometimes it is not possible to accomodate the requested number
++Sometimes it is not possible to accommodate the requested number
+ of work days, and a rest remains.
+ 
+ This rest can currently only assume the value "0.0" (zero),
+--- a/lib/Date/Pcalc/Object.pod
++++ b/lib/Date/Pcalc/Object.pod
+@@ -483,7 +483,7 @@
+ 
+ Invalid Dates
+ 
+-Only "new()" allows to create objects containing possibly invalid
++Only "new()" allows one to create objects containing possibly invalid
+ dates (needed for reading in and evaluating user input, for example).
+ 
+ =item *
+--- a/lib/Date/Pcalendar/Profiles.pod
++++ b/lib/Date/Pcalendar/Profiles.pod
+@@ -62,7 +62,7 @@
+ responsible for parsing the calendar schemes contained
+ here in the Date::Pcalendar::Profiles module.
+ 
+-This method offers a "mini-language" which allows to
++This method offers a "mini-language" which allows one to
+ specify common date formulas, like for instance a simple
+ fixed date (in various different formats, e.g. american
+ or european), or things like "the second Sunday of May"
+--- a/lib/Date/Pcalendar/Year.pod
++++ b/lib/Date/Pcalendar/Year.pod
+@@ -345,7 +345,7 @@
+ can be queried with the "labels()" and "search()" methods,
+ and appears when printing a calendar, for instance.
+ 
+-The character ":" (mnemonic: divided into two halfs) specifies
++The character ":" (mnemonic: divided into two halves) specifies
+ that the date in question is only a "half" holiday, i.e., you
+ only get half a day off instead of a full day. Some companies
+ have this sort of thing. C<:-)>
diff --git a/debian/patches/series b/debian/patches/series
index c25321a..d0dc5b0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+pod_typos_error.patch
 10-examples.diff
 15-fix-5.16-ftbfs.diff

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



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