[libdatetime-set-perl] 04/05: Create patch fix typo in manpage

Lucas Kanashiro kanashiro.duarte at gmail.com
Sat May 21 21:00:49 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libdatetime-set-perl.

commit 42bbc379086b528bcd338b730b152f394716c091
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sat May 21 17:54:23 2016 -0300

    Create patch fix typo in manpage
---
 debian/changelog                              |  1 +
 debian/patches/0001_fix-typo-in-manpage.patch | 30 +++++++++++++++++++++++++++
 debian/patches/series                         |  1 +
 3 files changed, 32 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 271a166..32980bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libdatetime-set-perl (0.3700-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Import upstream version 0.3700
   * Declare compliance with Debian policy 3.9.8
+  * Create patch fix typo in manpage
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sat, 21 May 2016 17:16:24 -0300
 
diff --git a/debian/patches/0001_fix-typo-in-manpage.patch b/debian/patches/0001_fix-typo-in-manpage.patch
new file mode 100644
index 0000000..eb6bded
--- /dev/null
+++ b/debian/patches/0001_fix-typo-in-manpage.patch
@@ -0,0 +1,30 @@
+Description: Fix typo in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114559
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114559
+
+--- a/lib/Set/Infinite/_recurrence.pm
++++ b/lib/Set/Infinite/_recurrence.pm
+@@ -361,17 +361,17 @@ Example: defines the set of all 'integer
+ 
+     {
+         my $x = 234.567;
+-        print "next occurence after $x = ", 
++        print "next occurrence after $x = ", 
+               $recurrence->{param}[0]->( $x ), "\n";  # 235
+-        print "previous occurence before $x = ",
++        print "previous occurrence before $x = ",
+               $recurrence->{param}[2]->( $x ), "\n";  # 234
+     }
+ 
+     {
+         my $x = 234;
+-        print "next occurence after $x = ",
++        print "next occurrence after $x = ",
+               $recurrence->{param}[0]->( $x ), "\n";  # 235
+-        print "previous occurence before $x = ",
++        print "previous occurrence before $x = ",
+               $recurrence->{param}[2]->( $x ), "\n";  # 233
+     }
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f857c26
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_fix-typo-in-manpage.patch

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



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