diff -Nru libclone-perl-0.38/Changes libclone-perl-0.39/Changes --- libclone-perl-0.38/Changes 2015-01-18 21:34:32.000000000 +0000 +++ libclone-perl-0.39/Changes 2017-04-07 11:11:24.000000000 +0000 @@ -1,5 +1,9 @@ Revision history for Perl module Clone +0.39 2017-04-07 13:06:00 garu + - use explicit '.' in tests since it may not be in @INC + anymore in newer perls (fixes RT120648) (PLICEASE, SIMCOP) + 0.38 2015-01-18 19:27:41 garu - typo fixes and improvements to the README (zmughal) - travis/coveralls integration (zmughal) diff -Nru libclone-perl-0.38/Clone.pm libclone-perl-0.39/Clone.pm --- libclone-perl-0.38/Clone.pm 2015-01-18 21:34:00.000000000 +0000 +++ libclone-perl-0.39/Clone.pm 2017-04-07 11:11:56.000000000 +0000 @@ -11,7 +11,7 @@ @EXPORT = qw(); @EXPORT_OK = qw( clone ); -$VERSION = '0.38'; +$VERSION = '0.39'; bootstrap Clone $VERSION; @@ -81,7 +81,7 @@ =head1 COPYRIGHT -Copyright 2001-2015 Ray Finch. All Rights Reserved. +Copyright 2001-2017 Ray Finch. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libclone-perl-0.38/debian/changelog libclone-perl-0.39/debian/changelog --- libclone-perl-0.38/debian/changelog 2015-12-18 00:30:03.000000000 +0000 +++ libclone-perl-0.39/debian/changelog 2021-03-20 18:07:05.000000000 +0000 @@ -1,8 +1,39 @@ -libclone-perl (0.38-1build1) xenial; urgency=medium +libclone-perl (0.39-1~16.04.sav0) xenial; urgency=medium - * Rebuild for Perl 5.22.1. + * Backport to Xenial - -- Colin Watson Fri, 18 Dec 2015 00:30:03 +0000 + -- Rob Savoury Sat, 20 Mar 2021 11:07:05 -0700 + +libclone-perl (0.39-1) unstable; urgency=medium + + * Team upload + + [ gregor herrmann ] + * Remove Brian Cassidy from Uploaders. Thanks for your work! + + [ Damyan Ivanov ] + * New upstream version 0.39 + * update years of upstream copyright + * declare compliance with Policy 4.1.1 (no changes needed) + + -- Damyan Ivanov Thu, 02 Nov 2017 15:33:29 +0000 + +libclone-perl (0.38-2) unstable; urgency=medium + + * Team upload. + + [ Salvatore Bonaccorso ] + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS. + + [ intrigeri ] + * Enable all hardening build flags. + * Declare compliance with Standards-Version 3.9.8. + + -- intrigeri Tue, 05 Jul 2016 20:06:36 +0000 libclone-perl (0.38-1) unstable; urgency=medium diff -Nru libclone-perl-0.38/debian/control libclone-perl-0.39/debian/control --- libclone-perl-0.38/debian/control 2015-05-21 17:19:06.000000000 +0000 +++ libclone-perl-0.39/debian/control 2017-11-02 15:33:00.000000000 +0000 @@ -2,18 +2,17 @@ Maintainer: Debian Perl Group Uploaders: gregor herrmann , Ansgar Burchardt , - Brian Cassidy , Xavier Guimard Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9.20120312), libtaint-runtime-perl, perl -Standards-Version: 3.9.6 +Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclone-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclone-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libclone-perl.git Homepage: https://metacpan.org/release/Clone -Testsuite: autopkgtest-pkg-perl Package: libclone-perl Architecture: any @@ -29,4 +28,3 @@ functionality is _not_ serializing in-memory objects (i.e. as Data::Dumper or YAML::Dump do), but deep-copying them over to new in-memory structures. - diff -Nru libclone-perl-0.38/debian/copyright libclone-perl-0.39/debian/copyright --- libclone-perl-0.38/debian/copyright 2015-05-21 17:19:06.000000000 +0000 +++ libclone-perl-0.39/debian/copyright 2017-11-02 15:31:07.000000000 +0000 @@ -1,10 +1,10 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Clone Source: https://metacpan.org/release/Clone Upstream-Contact: Ray Finch Files: * -Copyright: 2001-2015, Ray Finch +Copyright: 2001-2017, Ray Finch License: Artistic or GPL-1+ Files: t/dclone.t diff -Nru libclone-perl-0.38/debian/rules libclone-perl-0.39/debian/rules --- libclone-perl-0.38/debian/rules 2015-05-21 17:19:06.000000000 +0000 +++ libclone-perl-0.39/debian/rules 2017-11-02 15:28:28.000000000 +0000 @@ -1,4 +1,6 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ diff -Nru libclone-perl-0.38/debian/upstream/metadata libclone-perl-0.39/debian/upstream/metadata --- libclone-perl-0.38/debian/upstream/metadata 2015-05-21 17:19:06.000000000 +0000 +++ libclone-perl-0.39/debian/upstream/metadata 2017-11-02 15:28:28.000000000 +0000 @@ -1,6 +1,6 @@ --- Archive: CPAN -Bug-Database: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Clone +Bug-Database: https://rt.cpan.org/NoAuth/Bugs.html?Dist=Clone Contact: Ray Finch Name: Clone -Repository: http://github.com/garu/Clone +Repository: https://github.com/garu/Clone diff -Nru libclone-perl-0.38/META.json libclone-perl-0.39/META.json --- libclone-perl-0.38/META.json 2015-01-18 21:36:01.000000000 +0000 +++ libclone-perl-0.39/META.json 2017-04-07 11:22:02.000000000 +0000 @@ -4,7 +4,7 @@ "Ray Finch " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.02, CPAN::Meta::Converter version 2.142690", + "generated_by" : "ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter version 2.150005", "license" : [ "perl_5" ], @@ -46,5 +46,6 @@ "url" : "http://github.com/garu/Clone" } }, - "version" : "0.38" + "version" : "0.39", + "x_serialization_backend" : "JSON::PP version 2.27300_01" } diff -Nru libclone-perl-0.38/META.yml libclone-perl-0.39/META.yml --- libclone-perl-0.38/META.yml 2015-01-18 21:36:01.000000000 +0000 +++ libclone-perl-0.39/META.yml 2017-04-07 11:22:01.000000000 +0000 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.02, CPAN::Meta::Converter version 2.142690' +generated_by: 'ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter version 2.150005' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -22,4 +22,5 @@ bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Clone license: http://dev.perl.org/licenses/ repository: http://github.com/garu/Clone -version: '0.38' +version: '0.39' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -Nru libclone-perl-0.38/README libclone-perl-0.39/README --- libclone-perl-0.38/README 2015-01-18 21:32:56.000000000 +0000 +++ libclone-perl-0.39/README 2017-04-07 11:12:29.000000000 +0000 @@ -63,7 +63,7 @@ COPYRIGHT --------- -Copyright 2001-2015 Ray Finch. All Rights Reserved. +Copyright 2001-2017 Ray Finch. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -Nru libclone-perl-0.38/t/04tie.t libclone-perl-0.39/t/04tie.t --- libclone-perl-0.38/t/04tie.t 2014-05-10 13:33:02.000000000 +0000 +++ libclone-perl-0.39/t/04tie.t 2017-04-07 10:44:01.000000000 +0000 @@ -17,8 +17,8 @@ my $test = 2; -require 't/dump.pl'; -require 't/tied.pl'; +require './t/dump.pl'; +require './t/tied.pl'; my ($a, @a, %a); tie $a, TIED_SCALAR; diff -Nru libclone-perl-0.38/t/dclone.t libclone-perl-0.39/t/dclone.t --- libclone-perl-0.38/t/dclone.t 2014-05-10 13:33:02.000000000 +0000 +++ libclone-perl-0.39/t/dclone.t 2017-04-07 10:44:01.000000000 +0000 @@ -55,7 +55,7 @@ # Baseline for first beta release. # -require 't/dump.pl'; +require './t/dump.pl'; # use Storable qw(dclone); use Clone qw(clone); diff -Nru libclone-perl-0.38/t/tied.pl libclone-perl-0.39/t/tied.pl --- libclone-perl-0.38/t/tied.pl 2014-05-10 13:33:02.000000000 +0000 +++ libclone-perl-0.39/t/tied.pl 2017-04-07 10:44:01.000000000 +0000 @@ -50,7 +50,7 @@ # Baseline for first beta release. # -require 't/dump.pl'; +require './t/dump.pl'; package TIED_HASH;