[SCM] Debian packaging of libpalm-perl branch, master, updated. 139e78b18ab26431fc0056b3063768bbe4bb2555

gregor herrmann gregoa at debian.org
Tue Jun 4 16:35:26 UTC 2013


The following commit has been merged in the master branch:
commit fbc3c8f443f15f8f025e324d5af84cda0333f68e
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jun 4 18:30:57 2013 +0200

    Add patch to make newer Pod::Simple happy.
    
    Closes: #710962

diff --git a/debian/patches/fix-pod-syntax.patch b/debian/patches/fix-pod-syntax.patch
new file mode 100644
index 0000000..36729ab
--- /dev/null
+++ b/debian/patches/fix-pod-syntax.patch
@@ -0,0 +1,53 @@
+Description: Pod::Simple got more picky about item lists ...
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/710962
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85854
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85854
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-04
+
+--- a/lib/Datebook.pm
++++ b/lib/Datebook.pm
+@@ -98,15 +98,15 @@
+ 
+ =over 4
+ 
+-=item 0
++=item C<0>
+ 
+ no repeat.
+ 
+-=item 1
++=item C<1>
+ 
+ a daily event, one that occurs every day.
+ 
+-=item 2
++=item C<2>
+ 
+ a weekly event, one that occurs every week on the same dayZ<>(s). An
+ event may occur on several days every week, I<e.g.>, every Monday,
+@@ -125,7 +125,7 @@
+ Day the week starts on (0 for Sunday, 1 for Monday). This affects
+ the phase of events that repeat every 2nd (or more) Sunday.
+ 
+-=item 3
++=item C<3>
+ 
+ a "monthly by day" event, I<e.g.>, one that occurs on the second
+ Friday of every month.
+@@ -144,12 +144,12 @@
+ An integer, the day of the week on which the event occurs. 0 means
+ Sunday, 1 means Monday, and so forth.
+ 
+-=item 4
++=item C<4>
+ 
+ a "monthly by date" event, I<e.g.>, one that occurs on the 12th of
+ every month.
+ 
+-=item 5
++=item C<5>
+ 
+ a yearly event, I<e.g.>, one that occurs every year on December 25th.
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 61eccf6..6483007 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 clean-up-test-pdb.patch
 fix-pod-spelling.patch
+fix-pod-syntax.patch

-- 
Debian packaging of libpalm-perl



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