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 d966380148788ccc482ba6e08fdf7c18ef4ce511 Author: Lucas Kanashiro <[email protected]> Date: Fri Jun 3 11:12:10 2016 -0300 debian/patches: remove typo patch, applied by upstream --- debian/changelog | 1 + debian/patches/0001_fix-typo-in-manpage.patch | 30 --------------------------- debian/patches/series | 1 - 3 files changed, 1 insertion(+), 31 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0ea7010..64c1c3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libdatetime-set-perl (0.3800-1) UNRELEASED; urgency=medium * Import upstream version 0.3800 * debian/watch: update to version 4 + * debian/patches: remove typo patch, applied by upstream -- Lucas Kanashiro <[email protected]> Fri, 03 Jun 2016 11:07:52 -0300 diff --git a/debian/patches/0001_fix-typo-in-manpage.patch b/debian/patches/0001_fix-typo-in-manpage.patch deleted file mode 100644 index 3d238b9..0000000 --- a/debian/patches/0001_fix-typo-in-manpage.patch +++ /dev/null @@ -1,30 +0,0 @@ -Description: Fix typo in manpage -Author: Lucas Kanashiro <[email protected]> -Last-Updated: 2016-05-21 -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 deleted file mode 100644 index f857c26..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
