diff -Nru libconvert-base32-perl-0.05/Changes libconvert-base32-perl-0.06/Changes --- libconvert-base32-perl-0.05/Changes 2010-01-07 20:42:56.000000000 +0000 +++ libconvert-base32-perl-0.06/Changes 2012-04-22 21:09:22.000000000 +0000 @@ -1,9 +1,16 @@ Revision history for Perl extension Convert::Base32. -0.04 Thu Jan 07 2009 +0.06 Sun Apr 22 2012 + - POD fix. + +0.05 Thu Jan 25 2010 + - Reinstated support for 5.6. + - Reinstated support for older ExtUtils::MakeMaker. + +0.04 Thu Jan 07 2010 - Documentation fixes -0.03 Wed Jan 06 2009 +0.03 Wed Jan 06 2010 - Allow uppercase letters in input [RT#53015] - Fixed bug in error check [RT#53014] - Added check for invalid input to encode_base32. diff -Nru libconvert-base32-perl-0.05/debian/changelog libconvert-base32-perl-0.06/debian/changelog --- libconvert-base32-perl-0.05/debian/changelog 2012-03-31 16:48:29.000000000 +0000 +++ libconvert-base32-perl-0.06/debian/changelog 2015-08-13 17:52:44.000000000 +0000 @@ -1,3 +1,24 @@ +libconvert-base32-perl (0.06-1) unstable; urgency=medium + + * Team upload. + + [ Salvatore Bonaccorso ] + * Imported Upstream version 0.06 + * Drop pod.patch. + Drop pod.patch as it was applied upstream. + * Change Vcs-Git to canonical URI (git://anonscm.debian.org) + * Change search.cpan.org based URIs to metacpan.org based URIs + + [ gregor herrmann ] + * Strip trailing slash from metacpan URLs. + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to cgit web frontend + * Declare compliance with Debian policy 3.9.6 + * Declare package as autopkgtestable + + -- Salvatore Bonaccorso Thu, 13 Aug 2015 19:52:24 +0200 + libconvert-base32-perl (0.05-1) unstable; urgency=low * Initial release (closes: #666423). diff -Nru libconvert-base32-perl-0.05/debian/control libconvert-base32-perl-0.06/debian/control --- libconvert-base32-perl-0.05/debian/control 2012-03-31 16:48:29.000000000 +0000 +++ libconvert-base32-perl-0.06/debian/control 2015-08-13 17:52:44.000000000 +0000 @@ -6,10 +6,11 @@ Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-exception-perl, perl -Standards-Version: 3.9.3 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconvert-base32-perl.git -Vcs-Git: git://git.debian.org/pkg-perl/packages/libconvert-base32-perl.git -Homepage: http://search.cpan.org/dist/Convert-Base32/ +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconvert-base32-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconvert-base32-perl.git +Homepage: https://metacpan.org/release/Convert-Base32 +Testsuite: autopkgtest-pkg-perl Package: libconvert-base32-perl Architecture: all diff -Nru libconvert-base32-perl-0.05/debian/copyright libconvert-base32-perl-0.06/debian/copyright --- libconvert-base32-perl-0.05/debian/copyright 2012-03-31 16:48:29.000000000 +0000 +++ libconvert-base32-perl-0.06/debian/copyright 2015-08-13 17:52:44.000000000 +0000 @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Convert-Base32 -Source: http://search.cpan.org/dist/Convert-Base32/ +Source: https://metacpan.org/release/Convert-Base32 Upstream-Contact: Tatsuhiko Miyagawa Files: * diff -Nru libconvert-base32-perl-0.05/debian/patches/pod.patch libconvert-base32-perl-0.06/debian/patches/pod.patch --- libconvert-base32-perl-0.05/debian/patches/pod.patch 2012-03-31 16:48:29.000000000 +0000 +++ libconvert-base32-perl-0.06/debian/patches/pod.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -Description: POD error -Origin: vendor -Bug: https://rt.cpan.org/Ticket/Display.html?id=76190 -Forwarded: https://rt.cpan.org/Ticket/Display.html?id=76190 -Author: gregor herrmann -Last-Update: 2012-03-31 - ---- a/lib/Convert/Base32.pm -+++ b/lib/Convert/Base32.pm -@@ -167,6 +167,8 @@ - letters are treated as their lower case equivalent rather than - producing an error. - -+=back -+ - =head1 AUTHOR - - Tatsuhiko Miyagawa diff -Nru libconvert-base32-perl-0.05/debian/patches/series libconvert-base32-perl-0.06/debian/patches/series --- libconvert-base32-perl-0.05/debian/patches/series 2012-03-31 16:48:29.000000000 +0000 +++ libconvert-base32-perl-0.06/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -pod.patch diff -Nru libconvert-base32-perl-0.05/debian/watch libconvert-base32-perl-0.06/debian/watch --- libconvert-base32-perl-0.05/debian/watch 2012-03-31 16:48:29.000000000 +0000 +++ libconvert-base32-perl-0.06/debian/watch 2015-08-13 17:52:44.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/Convert-Base32/ .*/Convert-Base32-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/Convert-Base32 .*/Convert-Base32-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ diff -Nru libconvert-base32-perl-0.05/lib/Convert/Base32.pm libconvert-base32-perl-0.06/lib/Convert/Base32.pm --- libconvert-base32-perl-0.05/lib/Convert/Base32.pm 2010-01-25 20:01:46.000000000 +0000 +++ libconvert-base32-perl-0.06/lib/Convert/Base32.pm 2012-04-22 21:08:35.000000000 +0000 @@ -8,7 +8,7 @@ use vars qw( $VERSION @ISA @EXPORT ); -$VERSION = '0.05'; +$VERSION = '0.06'; push @ISA, 'Exporter'; @EXPORT = qw( encode_base32 decode_base32 ); @@ -167,6 +167,8 @@ letters are treated as their lower case equivalent rather than producing an error. +=back + =head1 AUTHOR Tatsuhiko Miyagawa diff -Nru libconvert-base32-perl-0.05/META.yml libconvert-base32-perl-0.06/META.yml --- libconvert-base32-perl-0.05/META.yml 2010-01-25 20:15:07.000000000 +0000 +++ libconvert-base32-perl-0.06/META.yml 2012-04-22 21:15:42.000000000 +0000 @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Convert-Base32 -version: 0.05 +version: 0.06 abstract: Encoding and decoding of base32 strings author: [] license: unknown @@ -8,14 +8,15 @@ configure_requires: ExtUtils::MakeMaker: 0 build_requires: + ExtUtils::MakeMaker: 0 +requires: Test::Exception: 0 Test::More: 0 -requires: {} no_index: directory: - t - inc -generated_by: ExtUtils::MakeMaker version 6.56 +generated_by: ExtUtils::MakeMaker version 6.55_02 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: 1.4