diff -Nru libhtml-tiny-perl-1.05/debian/changelog libhtml-tiny-perl-1.05/debian/changelog --- libhtml-tiny-perl-1.05/debian/changelog 2010-05-09 19:24:49.000000000 +0100 +++ libhtml-tiny-perl-1.05/debian/changelog 2010-02-18 15:16:09.000000000 +0000 @@ -1,3 +1,26 @@ +libhtml-tiny-perl (1.05-2) unstable; urgency=low + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * Change my email address. + + [ Ryan Niebur ] + * Update ryan52's email address + + [ gregor herrmann ] + * debian/control: Changed: (build-)depend on perl instead of perl- + modules. + + [ Gunnar Wolf ] + * Switched to quilt (3.0) source format + * Clarified documentation (Closes: #548127) + + -- Gunnar Wolf Thu, 18 Feb 2010 09:07:07 -0600 + libhtml-tiny-perl (1.05-1) unstable; urgency=low [ Ryan Niebur ] diff -Nru libhtml-tiny-perl-1.05/debian/control libhtml-tiny-perl-1.05/debian/control --- libhtml-tiny-perl-1.05/debian/control 2010-05-09 19:24:49.000000000 +0100 +++ libhtml-tiny-perl-1.05/debian/control 2010-02-18 14:56:32.000000000 +0000 @@ -2,13 +2,13 @@ Section: perl Priority: optional Build-Depends: debhelper (>= 7) -Build-Depends-Indep: perl (>= 5.8.8-7), perl-modules (>= 5.10) | libversion-perl +Build-Depends-Indep: perl, perl (>= 5.10) | libversion-perl Maintainer: Debian Perl Group Uploaders: Alejandro Garrido Mota , Gunnar Wolf , - Ryan Niebur + Ryan Niebur Homepage: http://search.cpan.org/dist/HTML-Tiny/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-tiny-perl/ -Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tiny-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-tiny-perl/ Standards-Version: 3.8.0 Package: libhtml-tiny-perl diff -Nru libhtml-tiny-perl-1.05/debian/copyright libhtml-tiny-perl-1.05/debian/copyright --- libhtml-tiny-perl-1.05/debian/copyright 2010-05-09 19:24:49.000000000 +0100 +++ libhtml-tiny-perl-1.05/debian/copyright 2010-02-18 14:56:32.000000000 +0000 @@ -11,9 +11,9 @@ Files: debian/* Copyright: 2007-2008, Alejandro Garrido Mota - 2008, gregor herrmann + 2008, gregor herrmann 2008, Gunnar Wolf - 2009, Ryan Niebur + 2009, Ryan Niebur License: Artistic | GPL-1+ License: Artistic diff -Nru libhtml-tiny-perl-1.05/debian/patches/add_documentation_for_tag libhtml-tiny-perl-1.05/debian/patches/add_documentation_for_tag --- libhtml-tiny-perl-1.05/debian/patches/add_documentation_for_tag 1970-01-01 01:00:00.000000000 +0100 +++ libhtml-tiny-perl-1.05/debian/patches/add_documentation_for_tag 2010-02-18 15:14:17.000000000 +0000 @@ -0,0 +1,22 @@ +Description: Clarified documentation ambiguity +Author: Gunnar Wolf +Bug-Debian: http://bugs.debian.org/548127 +Origin: vendor +Forwarded: yes +Last-Update: 2010-02-18 + +Index: libhtml-tiny-perl/lib/HTML/Tiny.pm +=================================================================== +--- libhtml-tiny-perl.orig/lib/HTML/Tiny.pm 2010-02-18 09:12:47.000000000 -0600 ++++ libhtml-tiny-perl/lib/HTML/Tiny.pm 2010-02-18 09:14:05.000000000 -0600 +@@ -173,8 +173,8 @@ + + The [ and ] can be thought of as grouping a number of arguments. + +-Attributes may be supplied by including an anonymous hash in the +-argument list: ++Attributes may be supplied by including an anonymous hash as the first element ++in the argument list (after the tag name): + + print $h->tag('p', { class => 'normal' }, 'Foo'); + diff -Nru libhtml-tiny-perl-1.05/debian/patches/series libhtml-tiny-perl-1.05/debian/patches/series --- libhtml-tiny-perl-1.05/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ libhtml-tiny-perl-1.05/debian/patches/series 2010-02-18 15:05:57.000000000 +0000 @@ -0,0 +1 @@ +add_documentation_for_tag diff -Nru libhtml-tiny-perl-1.05/debian/source/format libhtml-tiny-perl-1.05/debian/source/format --- libhtml-tiny-perl-1.05/debian/source/format 1970-01-01 01:00:00.000000000 +0100 +++ libhtml-tiny-perl-1.05/debian/source/format 2010-05-09 19:24:50.000000000 +0100 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libhtml-tiny-perl-1.05/debian/watch libhtml-tiny-perl-1.05/debian/watch --- libhtml-tiny-perl-1.05/debian/watch 2010-05-09 19:24:49.000000000 +0100 +++ libhtml-tiny-perl-1.05/debian/watch 2010-02-18 14:56:32.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/HTML-Tiny/ .*/HTML-Tiny-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +http://search.cpan.org/dist/HTML-Tiny/ .*/HTML-Tiny-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$