diff -Nru libclass-base-perl-0.05/Changes libclass-base-perl-0.08/Changes --- libclass-base-perl-0.05/Changes 2012-05-16 07:18:44.000000000 +0000 +++ libclass-base-perl-0.08/Changes 2016-07-25 10:44:53.000000000 +0000 @@ -10,47 +10,38 @@ # #======================================================================== -#------------------------------------------------------------------------ -# Version 0.05 2012/05/16 -#------------------------------------------------------------------------ -* Silencing a warning by chromatic RT 75286 +0.08 2016.08.25 + Fix release (hopefully) -* Linking to source repository +0.07 2016.08.25 + BUILD_REQUIRES vs TEST_REQUIRES (Kent Fredric) -#------------------------------------------------------------------------ -# Version 0.04 2012/02/06 -#------------------------------------------------------------------------ - -* Test script is using Test::More instead the home-made ok() and is(). - -* Recommend using Badger::Base instead. - -* Gabor Szabo co-maintainer. - -#------------------------------------------------------------------------ -# Version 0.03 -#------------------------------------------------------------------------ - -* Added the params() method which is typically called from the init() - method to copy value from a configuration hash into $self. - -* Minor changes to debug() method to only use object value _DEBUG if - defined, otherwise fall back on $DEBUG package variable. - -#------------------------------------------------------------------------ -# Version 0.02 2002/02/20 -#------------------------------------------------------------------------ - -* Added the clone() method as suggested by Brian Moseley - -* Added the id(), debug() and debugging() methods to provide a fairly - simple mechanism for generating debugging information. - - -#------------------------------------------------------------------------ -# Version 0.01 2002/01/11 -#------------------------------------------------------------------------ - -* initial version +0.06 2014.08.26 + Add license to META files + Updating the Changes file + +0.05 2012.05.16 + Silencing a warning by chromatic RT 75286 + Linking to source repository + + +0.04 2012.02.06 + Test script is using Test::More instead the home-made ok() and is(). + Recommend using Badger::Base instead. + Gabor Szabo co-maintainer. + +0.03 2002.05.13 + Added the params() method which is typically called from the init() + method to copy value from a configuration hash into $self. + + Minor changes to debug() method to only use object value _DEBUG if + defined, otherwise fall back on $DEBUG package variable. + +0.02 2002.02.20 + Added the clone() method as suggested by Brian Moseley + Added the id(), debug() and debugging() methods to provide a fairly + simple mechanism for generating debugging information. +0.01 2002.01.11 + initial version diff -Nru libclass-base-perl-0.05/debian/changelog libclass-base-perl-0.08/debian/changelog --- libclass-base-perl-0.05/debian/changelog 2012-05-24 15:58:57.000000000 +0000 +++ libclass-base-perl-0.08/debian/changelog 2016-07-29 23:03:44.000000000 +0000 @@ -1,3 +1,38 @@ +libclass-base-perl (0.08-1) unstable; urgency=low + + * Team upload. + + [ Salvatore Bonaccorso ] + * 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 + + [ Harlan Lieberman-Berg ] + * New upstream release. + + [ Salvatore Bonaccorso ] + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + + [ Nick Morrott ] + * Imported Upstream version 0.08 + * Add debian/upstream/metadata + * Bump Standards-Version to 3.9.8 + * Bump debhelper compatibility to 9 + * Update upstream contact + * Reformat Uploaders list + * Add Testsuite header to make package autopkgtest-able + * Add 0001-spelling-error-in-manpage.patch + + -- Nick Morrott Fri, 29 Jul 2016 16:10:05 +0100 + libclass-base-perl (0.05-1) unstable; urgency=low * Imported Upstream version 0.05 diff -Nru libclass-base-perl-0.05/debian/compat libclass-base-perl-0.08/debian/compat --- libclass-base-perl-0.05/debian/compat 2012-05-24 15:58:57.000000000 +0000 +++ libclass-base-perl-0.08/debian/compat 2016-07-29 23:03:44.000000000 +0000 @@ -1 +1 @@ -8 +9 diff -Nru libclass-base-perl-0.05/debian/control libclass-base-perl-0.08/debian/control --- libclass-base-perl-0.05/debian/control 2012-05-24 15:58:57.000000000 +0000 +++ libclass-base-perl-0.08/debian/control 2016-07-29 23:03:44.000000000 +0000 @@ -2,14 +2,16 @@ Section: perl Priority: optional Maintainer: Debian Perl Group -Uploaders: Eric Dorland , gregor herrmann , +Uploaders: Eric Dorland , + gregor herrmann , Fabrizio Regalli -Build-Depends: debhelper (>= 8) +Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl -Standards-Version: 3.9.3 -Homepage: http://search.cpan.org/dist/Class-Base/ -Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-base-perl.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-base-perl.git +Standards-Version: 3.9.8 +Homepage: https://metacpan.org/release/Class-Base +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libclass-base-perl.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-base-perl.git +Testsuite: autopkgtest-pkg-perl Package: libclass-base-perl Architecture: all diff -Nru libclass-base-perl-0.05/debian/copyright libclass-base-perl-0.08/debian/copyright --- libclass-base-perl-0.05/debian/copyright 2012-05-24 15:58:57.000000000 +0000 +++ libclass-base-perl-0.08/debian/copyright 2016-07-29 23:03:44.000000000 +0000 @@ -1,6 +1,6 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Contact: Andy Wardley -Source: http://search.cpan.org/dist/Class-Base/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Contact: Gábor Szabó +Source: https://metacpan.org/release/Class-Base Upstream-Name: Class-Base Files: * diff -Nru libclass-base-perl-0.05/debian/patches/0001-spelling-error-in-manpage.patch libclass-base-perl-0.08/debian/patches/0001-spelling-error-in-manpage.patch --- libclass-base-perl-0.05/debian/patches/0001-spelling-error-in-manpage.patch 1970-01-01 00:00:00.000000000 +0000 +++ libclass-base-perl-0.08/debian/patches/0001-spelling-error-in-manpage.patch 2016-07-29 23:03:44.000000000 +0000 @@ -0,0 +1,16 @@ +Description: Fix lintian spelling-error-in-manpage warning +Author: Nick Morrott +Bug: https://github.com/szabgab/Class-Base/pull/4 +Last-Update: 2016-07-29 +--- +--- a/lib/Class/Base.pm ++++ b/lib/Class/Base.pm +@@ -780,7 +780,7 @@ + part of the Template Toolkit. + + Thanks to Brian Moseley and Matt Sergeant for suggesting various +-enhancments, some of which went into version 0.02. ++enhancements, some of which went into version 0.02. + + Version 0.04 was uploaded by Gabor Szabo. + diff -Nru libclass-base-perl-0.05/debian/patches/series libclass-base-perl-0.08/debian/patches/series --- libclass-base-perl-0.05/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ libclass-base-perl-0.08/debian/patches/series 2016-07-29 23:03:44.000000000 +0000 @@ -0,0 +1 @@ +0001-spelling-error-in-manpage.patch diff -Nru libclass-base-perl-0.05/debian/upstream/metadata libclass-base-perl-0.08/debian/upstream/metadata --- libclass-base-perl-0.05/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ libclass-base-perl-0.08/debian/upstream/metadata 2016-07-29 23:03:44.000000000 +0000 @@ -0,0 +1,7 @@ +--- +Archive: CPAN +Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Class-Base +Contact: Gábor Szabó +Name: Class-Base +Repository: https://github.com/szabgab/Class-Base.git +Repository-Browse: https://github.com/szabgab/Class-Base diff -Nru libclass-base-perl-0.05/debian/watch libclass-base-perl-0.08/debian/watch --- libclass-base-perl-0.05/debian/watch 2012-05-24 15:58:57.000000000 +0000 +++ libclass-base-perl-0.08/debian/watch 2016-07-29 23:03:44.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/Class-Base/ .*/Class-Base-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/Class-Base .*/Class-Base-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ diff -Nru libclass-base-perl-0.05/lib/Class/Base.pm libclass-base-perl-0.08/lib/Class/Base.pm --- libclass-base-perl-0.05/lib/Class/Base.pm 2012-05-16 07:17:35.000000000 +0000 +++ libclass-base-perl-0.08/lib/Class/Base.pm 2016-07-25 10:44:26.000000000 +0000 @@ -22,7 +22,7 @@ use strict; -our $VERSION = '0.05'; +our $VERSION = '0.08'; #------------------------------------------------------------------------ diff -Nru libclass-base-perl-0.05/Makefile.PL libclass-base-perl-0.08/Makefile.PL --- libclass-base-perl-0.05/Makefile.PL 2012-05-16 07:16:21.000000000 +0000 +++ libclass-base-perl-0.08/Makefile.PL 2016-07-25 07:40:11.000000000 +0000 @@ -3,19 +3,32 @@ my %opts = ( 'NAME' => 'Class::Base', 'VERSION_FROM' => 'lib/Class/Base.pm', - 'PREREQ_PM' => { + 'PREREQ_PM' => { }, + 'TEST_REQUIRES' => { 'Test::More' => 0.47, }, + LICENSE => 'perl', META_MERGE => { - resources => { - repository => 'https://github.com/szabgab/Class-Base', - }, - }, + 'meta-spec' => { version => 2 }, + resources => { + repository => { + web => 'https://github.com/szabgab/Class-Base', + url => 'https://github.com/szabgab/Class-Base', + type => 'git', + }, + }, + }, ); if ($ExtUtils::MakeMaker::VERSION >= 5.43) { $opts{ AUTHOR } = 'Andy Wardley '; $opts{ ABSTRACT } = 'useful base class for other modules', } - +if ($ExtUtils::MakeMaker::VERSION <= 6.64) { + if ($ExtUtils::MakeMaker::VERSION >= 6.55_01) { + $opts{ BUILD_REQUIRES } = delete $opts{ TEST_REQUIRES }; + } else { + $opts{ PREREQ_PM } = delete $opts{ TEST_REQUIRES }; + } +} WriteMakefile( %opts ); diff -Nru libclass-base-perl-0.05/MANIFEST libclass-base-perl-0.08/MANIFEST --- libclass-base-perl-0.05/MANIFEST 2012-05-16 07:20:31.000000000 +0000 +++ libclass-base-perl-0.08/MANIFEST 2016-07-25 10:45:10.000000000 +0000 @@ -1,3 +1,4 @@ +.travis.yml Changes lib/Class/Base.pm Makefile.PL diff -Nru libclass-base-perl-0.05/META.json libclass-base-perl-0.08/META.json --- libclass-base-perl-0.05/META.json 2012-05-16 07:20:31.000000000 +0000 +++ libclass-base-perl-0.08/META.json 2016-07-25 10:45:10.000000000 +0000 @@ -4,9 +4,9 @@ "Andy Wardley " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.112150", + "generated_by" : "ExtUtils::MakeMaker version 7.08, CPAN::Meta::Converter version 2.150005", "license" : [ - "unknown" + "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", @@ -22,15 +22,18 @@ "prereqs" : { "build" : { "requires" : { - "ExtUtils::MakeMaker" : 0 + "ExtUtils::MakeMaker" : "0" } }, "configure" : { "requires" : { - "ExtUtils::MakeMaker" : 0 + "ExtUtils::MakeMaker" : "0" } }, "runtime" : { + "requires" : {} + }, + "test" : { "requires" : { "Test::More" : "0.47" } @@ -39,8 +42,11 @@ "release_status" : "stable", "resources" : { "repository" : { - "url" : "https://github.com/szabgab/Class-Base" + "type" : "git", + "url" : "https://github.com/szabgab/Class-Base", + "web" : "https://github.com/szabgab/Class-Base" } }, - "version" : "0.05" + "version" : "0.08", + "x_serialization_backend" : "JSON::PP version 2.27300" } diff -Nru libclass-base-perl-0.05/META.yml libclass-base-perl-0.08/META.yml --- libclass-base-perl-0.05/META.yml 2012-05-16 07:20:31.000000000 +0000 +++ libclass-base-perl-0.08/META.yml 2016-07-25 10:45:10.000000000 +0000 @@ -3,22 +3,23 @@ author: - 'Andy Wardley ' build_requires: - ExtUtils::MakeMaker: 0 + ExtUtils::MakeMaker: '0' + Test::More: '0.47' configure_requires: - ExtUtils::MakeMaker: 0 + ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.112150' -license: unknown +generated_by: 'ExtUtils::MakeMaker version 7.08, CPAN::Meta::Converter version 2.150005' +license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + version: '1.4' name: Class-Base no_index: directory: - t - inc -requires: - Test::More: 0.47 +requires: {} resources: repository: https://github.com/szabgab/Class-Base -version: 0.05 +version: '0.08' +x_serialization_backend: 'CPAN::Meta::YAML version 0.012' diff -Nru libclass-base-perl-0.05/.travis.yml libclass-base-perl-0.08/.travis.yml --- libclass-base-perl-0.05/.travis.yml 1970-01-01 00:00:00.000000000 +0000 +++ libclass-base-perl-0.08/.travis.yml 2014-09-03 06:14:55.000000000 +0000 @@ -0,0 +1,11 @@ +branches: + except: + - gh-pages +language: perl +perl: + - "5.20" + - "5.18" + - "5.16" + - "5.14" + - "5.12" + - "5.10"