diff -Nru libterm-animation-perl-2.6/debian/changelog libterm-animation-perl-2.6/debian/changelog --- libterm-animation-perl-2.6/debian/changelog 2016-06-19 10:04:05.000000000 +0000 +++ libterm-animation-perl-2.6/debian/changelog 2017-03-19 14:02:34.000000000 +0000 @@ -1,3 +1,38 @@ +libterm-animation-perl (2.6-18) precise; urgency=low + + * Fix links. + * Build for Precise. + + -- Niklas Sombert Sun, 19 Mar 2017 15:02:34 +0100 + +libterm-animation-perl (2.6-17) xenial; urgency=low + + * Update debian/control. + * Build for Yakkety. + + -- Niklas Sombert Sun, 19 Jun 2016 12:07:32 +0200 + +libterm-animation-perl (2.6-16) xenial; urgency=low + + * Update debian/control. + * Build for Xenial. + + -- Niklas Sombert Sun, 19 Jun 2016 12:07:31 +0200 + +libterm-animation-perl (2.6-15) wily; urgency=low + + * Update debian/control. + * Build for Wily. + + -- Niklas Sombert Sun, 19 Jun 2016 12:06:31 +0200 + +libterm-animation-perl (2.6-14) trusty; urgency=low + + * Update debian/control. + * Build for Trusty. + + -- Niklas Sombert Sun, 19 Jun 2016 12:05:31 +0200 + libterm-animation-perl (2.6-13) precise; urgency=low * Update debian/control. diff -Nru libterm-animation-perl-2.6/debian/patches/fix-links-in-pod libterm-animation-perl-2.6/debian/patches/fix-links-in-pod --- libterm-animation-perl-2.6/debian/patches/fix-links-in-pod 1970-01-01 00:00:00.000000000 +0000 +++ libterm-animation-perl-2.6/debian/patches/fix-links-in-pod 2016-06-19 11:08:25.000000000 +0000 @@ -0,0 +1,44 @@ +Description: Fix the links in the pods. + The description in Term::Animation links to several sections + in Term::Animation::Entity. + But the syntax is wrong - this is likely to be a typo. + Instead of L the links are + L. + +Author: Niklas Sombert + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: https://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- libterm-animation-perl-2.6.orig/lib/Term/Animation.pm ++++ libterm-animation-perl-2.6/lib/Term/Animation.pm +@@ -176,7 +176,7 @@ animation. This is identical to: + my $entity = Term::Animation::Entity->new(...); + $anim->add_entity($entity); + +-See L and L ++See L and L + in L for details on calling this method. + + =cut +--- libterm-animation-perl-2.6.orig/lib/Term/Animation/Entity.pm ++++ libterm-animation-perl-2.6/lib/Term/Animation/Entity.pm +@@ -619,7 +619,7 @@ sub default_color { + + $entity->color_mask( $mask ); + +-Set the color mask for the entity. See the L section of ++Set the color mask for the entity. See the L section of + L for details. + + =cut diff -Nru libterm-animation-perl-2.6/debian/patches/series libterm-animation-perl-2.6/debian/patches/series --- libterm-animation-perl-2.6/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ libterm-animation-perl-2.6/debian/patches/series 2016-06-19 10:27:59.000000000 +0000 @@ -0,0 +1 @@ +fix-links-in-pod