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

dom pushed a commit to branch master
in repository libical-parser-perl.

commit 2a8c781ac8886a8b6957aba38e9c29a4943d3792
Author: Dominic Hargreaves <d...@earth.li>
Date:   Wed Sep 21 11:58:13 2016 +0100

    Correct syntax error in example (Closes: #838475)
---
 debian/changelog                                  |  3 +++
 debian/patches/0001-Correct-typo-in-example.patch | 26 +++++++++++++++++++++++
 debian/patches/series                             |  1 +
 3 files changed, 30 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ffd359c..ce6073f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,9 @@ libical-parser-perl (1.20-2) UNRELEASED; urgency=medium
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * Remove Jonathan Yu from Uploaders. Thanks for your work!
 
+  [ Dominic Hargreaves ]
+  * Correct syntax error in example (Closes: #838475)
+
  -- gregor herrmann <gre...@debian.org>  Thu, 27 Feb 2014 22:36:39 +0100
 
 libical-parser-perl (1.20-1) unstable; urgency=low
diff --git a/debian/patches/0001-Correct-typo-in-example.patch 
b/debian/patches/0001-Correct-typo-in-example.patch
new file mode 100644
index 0000000..34affa7
--- /dev/null
+++ b/debian/patches/0001-Correct-typo-in-example.patch
@@ -0,0 +1,26 @@
+From d5df09f3fe878801ea91bffdc277001961c104cc Mon Sep 17 00:00:00 2001
+From: Dominic Hargreaves <d...@earth.li>
+Date: Wed, 21 Sep 2016 11:54:16 +0100
+Subject: [PATCH] Correct typo in example
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118012
+
+---
+ lib/iCal/Parser.pm | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/iCal/Parser.pm b/lib/iCal/Parser.pm
+index a03e319..b798b67 100644
+--- a/lib/iCal/Parser.pm
++++ b/lib/iCal/Parser.pm
+@@ -359,7 +359,7 @@ iCal::Parser - Parse iCalendar files into a data structure
+ 
+ =head1 SYNOPSIS
+ 
+-  use iCal::Parser
++  use iCal::Parser;
+ 
+   my $parser=iCal::Parser->new();
+   my $hash=$parser->parse($file);
+-- 
+2.1.4
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5e628d7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Correct-typo-in-example.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to