diff -Nru libdata-float-perl-0.012/Build.PL libdata-float-perl-0.013/Build.PL --- libdata-float-perl-0.012/Build.PL 2012-02-04 14:45:07.000000000 +0000 +++ libdata-float-perl-0.013/Build.PL 2017-07-29 19:39:32.000000000 +0000 @@ -32,7 +32,16 @@ }, dynamic_config => 0, meta_add => { distribution_type => "module" }, - create_makefile_pl => "passthrough", + meta_merge => { + "meta-spec" => { version => "2" }, + resources => { + bugtracker => { + mailto => "bug-Data-Float\@rt.cpan.org", + web => "https://rt.cpan.org/Public/Dist/". + "Display.html?Name=Data-Float", + }, + }, + }, sign => 1, )->create_build_script; diff -Nru libdata-float-perl-0.012/Changes libdata-float-perl-0.013/Changes --- libdata-float-perl-0.012/Changes 2012-02-04 14:45:07.000000000 +0000 +++ libdata-float-perl-0.013/Changes 2017-07-29 19:39:32.000000000 +0000 @@ -1,3 +1,12 @@ +version 0.013; 2017-07-29 + + * no longer include a Makefile.PL in the distribution + + * in documentation, use four-column indentation for all verbatim + material + + * in META.{yml,json}, point to public bug tracker + version 0.012; 2012-02-04 * include META.json in distribution diff -Nru libdata-float-perl-0.012/debian/changelog libdata-float-perl-0.013/debian/changelog --- libdata-float-perl-0.012/debian/changelog 2015-06-05 06:29:03.000000000 +0000 +++ libdata-float-perl-0.013/debian/changelog 2017-08-28 08:41:28.000000000 +0000 @@ -1,3 +1,20 @@ +libdata-float-perl (0.013-1) unstable; urgency=medium + + [ Salvatore Bonaccorso ] + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + + [ Angel Abad ] + * Add debian/upstream/metadata + * New upstream version 0.013 + * debian/copyright: Update copyright + * Bump Debhelper compat level to 10 + * Bump Standards-Version to 4.1.0 (no changes) + + -- Angel Abad Mon, 28 Aug 2017 10:41:28 +0200 + libdata-float-perl (0.012-2) unstable; urgency=low * Team upload. diff -Nru libdata-float-perl-0.012/debian/compat libdata-float-perl-0.013/debian/compat --- libdata-float-perl-0.012/debian/compat 2015-06-05 06:24:14.000000000 +0000 +++ libdata-float-perl-0.013/debian/compat 2017-08-28 08:40:37.000000000 +0000 @@ -1 +1 @@ -8 +10 diff -Nru libdata-float-perl-0.012/debian/control libdata-float-perl-0.013/debian/control --- libdata-float-perl-0.012/debian/control 2015-06-05 06:28:33.000000000 +0000 +++ libdata-float-perl-0.013/debian/control 2017-08-28 08:40:37.000000000 +0000 @@ -3,27 +3,25 @@ Uploaders: Ivan Kohler , Angel Abad Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 8), +Build-Depends: debhelper (>= 10), libmodule-build-perl, perl Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl -Standards-Version: 3.9.2 +Standards-Version: 4.1.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-float-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-float-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdata-float-perl.git Homepage: https://metacpan.org/release/Data-Float -Testsuite: autopkgtest-pkg-perl Package: libdata-float-perl Architecture: all Depends: ${misc:Depends}, - ${perl:Depends}, - perl + ${perl:Depends} Description: Perl module encapsulating the floating point data type Data::Float is about the native floating point numerical data type. A floating point number is one of the types of datum that can appear in the numeric part of a Perl scalar. This module supplies constants describing the native floating point type, classification functions, and functions to manipulate floating point values at a low level. - diff -Nru libdata-float-perl-0.012/debian/copyright libdata-float-perl-0.013/debian/copyright --- libdata-float-perl-0.012/debian/copyright 2015-06-05 06:24:14.000000000 +0000 +++ libdata-float-perl-0.013/debian/copyright 2017-08-28 08:37:46.000000000 +0000 @@ -1,16 +1,17 @@ -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: Data-Float Upstream-Contact: Andrew Main (Zefram) Source: https://metacpan.org/release/Data-Float Files: * -Copyright: 2006-2008, 2010, 2012, Andrew Main (Zefram) +Copyright: 2006-2008, 2010, 2012, 2017, Andrew Main (Zefram) License: Artistic or GPL-1+ Files: debian/* Copyright: 2007-2010, Ivan Kohler - 2010-2012, Angel Abad + 2010-2012, 2017, Angel Abad 2011, Ansgar Burchardt + 2015, Niko Tyni License: Artistic or GPL-1+ License: Artistic diff -Nru libdata-float-perl-0.012/debian/upstream/metadata libdata-float-perl-0.013/debian/upstream/metadata --- libdata-float-perl-0.012/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ libdata-float-perl-0.013/debian/upstream/metadata 2017-08-28 08:35:09.000000000 +0000 @@ -0,0 +1,4 @@ +--- +Archive: CPAN +Contact: Andrew Main (Zefram) +Name: Data-Float diff -Nru libdata-float-perl-0.012/lib/Data/Float.pm libdata-float-perl-0.013/lib/Data/Float.pm --- libdata-float-perl-0.012/lib/Data/Float.pm 2012-02-04 14:45:07.000000000 +0000 +++ libdata-float-perl-0.013/lib/Data/Float.pm 2017-07-29 19:39:32.000000000 +0000 @@ -4,55 +4,52 @@ =head1 SYNOPSIS - use Data::Float qw(have_signed_zero); + use Data::Float qw(have_signed_zero); - if(have_signed_zero) { ... + if(have_signed_zero) { ... - # and many other constants; see text + # and many other constants; see text - use Data::Float qw( - float_class float_is_normal float_is_subnormal - float_is_nzfinite float_is_zero float_is_finite - float_is_infinite float_is_nan - ); + use Data::Float qw( + float_class float_is_normal float_is_subnormal + float_is_nzfinite float_is_zero float_is_finite + float_is_infinite float_is_nan); - $class = float_class($value); + $class = float_class($value); - if(float_is_normal($value)) { ... - if(float_is_subnormal($value)) { ... - if(float_is_nzfinite($value)) { ... - if(float_is_zero($value)) { ... - if(float_is_finite($value)) { ... - if(float_is_infinite($value)) { ... - if(float_is_nan($value)) { ... + if(float_is_normal($value)) { ... + if(float_is_subnormal($value)) { ... + if(float_is_nzfinite($value)) { ... + if(float_is_zero($value)) { ... + if(float_is_finite($value)) { ... + if(float_is_infinite($value)) { ... + if(float_is_nan($value)) { ... - use Data::Float qw(float_sign signbit float_parts); + use Data::Float qw(float_sign signbit float_parts); - $sign = float_sign($value); - $sign_bit = signbit($value); - ($sign, $exponent, $significand) = float_parts($value); + $sign = float_sign($value); + $sign_bit = signbit($value); + ($sign, $exponent, $significand) = float_parts($value); - use Data::Float qw(float_hex hex_float); + use Data::Float qw(float_hex hex_float); - print float_hex($value); - $value = hex_float($string); + print float_hex($value); + $value = hex_float($string); - use Data::Float qw(float_id_cmp totalorder); + use Data::Float qw(float_id_cmp totalorder); - @sorted_floats = sort { float_id_cmp($a, $b) } @floats; - if(totalorder($a, $b)) { ... + @sorted_floats = sort { float_id_cmp($a, $b) } @floats; + if(totalorder($a, $b)) { ... - use Data::Float qw( - pow2 mult_pow2 copysign - nextup nextdown nextafter - ); + use Data::Float qw( + pow2 mult_pow2 copysign nextup nextdown nextafter); - $x = pow2($exp); - $x = mult_pow2($value, $exp); - $x = copysign($magnitude, $sign_from); - $x = nextup($x); - $x = nextdown($x); - $x = nextafter($x, $direction); + $x = pow2($exp); + $x = mult_pow2($value, $exp); + $x = copysign($magnitude, $sign_from); + $x = nextup($x); + $x = nextdown($x); + $x = nextafter($x, $direction); =head1 DESCRIPTION @@ -178,7 +175,7 @@ use Carp qw(croak); -our $VERSION = "0.012"; +our $VERSION = "0.013"; use parent "Exporter"; our @EXPORT_OK = qw( @@ -1385,7 +1382,7 @@ =head1 COPYRIGHT -Copyright (C) 2006, 2007, 2008, 2010, 2012 +Copyright (C) 2006, 2007, 2008, 2010, 2012, 2017 Andrew Main (Zefram) =head1 LICENSE diff -Nru libdata-float-perl-0.012/Makefile.PL libdata-float-perl-0.013/Makefile.PL --- libdata-float-perl-0.012/Makefile.PL 2012-02-04 14:45:07.000000000 +0000 +++ libdata-float-perl-0.013/Makefile.PL 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -# Note: this file was auto-generated by Module::Build::Compat version 0.3800 -require 5.006; - - unless (eval "use Module::Build::Compat 0.02; 1" ) { - print "This module requires Module::Build to install itself.\n"; - - require ExtUtils::MakeMaker; - my $yn = ExtUtils::MakeMaker::prompt - (' Install Module::Build now from CPAN?', 'y'); - - unless ($yn =~ /^y/i) { - die " *** Cannot install without Module::Build. Exiting ...\n"; - } - - require Cwd; - require File::Spec; - require CPAN; - - # Save this 'cause CPAN will chdir all over the place. - my $cwd = Cwd::cwd(); - - CPAN::Shell->install('Module::Build::Compat'); - CPAN::Shell->expand("Module", "Module::Build::Compat")->uptodate - or die "Couldn't install Module::Build, giving up.\n"; - - chdir $cwd or die "Cannot chdir() back to $cwd: $!"; - } - eval "use Module::Build::Compat 0.02; 1" or die $@; - - Module::Build::Compat->run_build_pl(args => \@ARGV); - my $build_script = 'Build'; - $build_script .= '.com' if $^O eq 'VMS'; - exit(0) unless(-e $build_script); # cpantesters convention - require Module::Build; - Module::Build::Compat->write_makefile(build_class => 'Module::Build'); diff -Nru libdata-float-perl-0.012/MANIFEST libdata-float-perl-0.013/MANIFEST --- libdata-float-perl-0.012/MANIFEST 2012-02-04 14:45:07.000000000 +0000 +++ libdata-float-perl-0.013/MANIFEST 2017-07-29 19:39:32.000000000 +0000 @@ -4,7 +4,6 @@ MANIFEST META.json META.yml -Makefile.PL README lib/Data/Float.pm t/class.t diff -Nru libdata-float-perl-0.012/META.json libdata-float-perl-0.013/META.json --- libdata-float-perl-0.012/META.json 2012-02-04 14:45:07.000000000 +0000 +++ libdata-float-perl-0.013/META.json 2017-07-29 19:39:32.000000000 +0000 @@ -4,57 +4,62 @@ "Andrew Main (Zefram) " ], "dynamic_config" : 0, - "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.112621", + "generated_by" : "Module::Build version 0.4224", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "Data-Float", "prereqs" : { "build" : { "requires" : { - "Module::Build" : 0, - "Test::More" : 0, + "Module::Build" : "0", + "Test::More" : "0", "perl" : "5.006", - "strict" : 0, - "warnings" : 0 + "strict" : "0", + "warnings" : "0" } }, "configure" : { "requires" : { - "Module::Build" : 0, + "Module::Build" : "0", "perl" : "5.006", - "strict" : 0, - "warnings" : 0 + "strict" : "0", + "warnings" : "0" } }, "runtime" : { "requires" : { - "Carp" : 0, - "Exporter" : 0, - "constant" : 0, - "integer" : 0, - "parent" : 0, + "Carp" : "0", + "Exporter" : "0", + "constant" : "0", + "integer" : "0", + "parent" : "0", "perl" : "5.006", - "strict" : 0, - "warnings" : 0 + "strict" : "0", + "warnings" : "0" } } }, "provides" : { "Data::Float" : { "file" : "lib/Data/Float.pm", - "version" : "0.012" + "version" : "0.013" } }, "release_status" : "stable", "resources" : { + "bugtracker" : { + "mailto" : "bug-Data-Float@rt.cpan.org", + "web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Float" + }, "license" : [ "http://dev.perl.org/licenses/" ] }, - "version" : "0.012" + "version" : "0.013", + "x_serialization_backend" : "JSON::PP version 2.93" } diff -Nru libdata-float-perl-0.012/META.yml libdata-float-perl-0.013/META.yml --- libdata-float-perl-0.012/META.yml 2012-02-04 14:45:07.000000000 +0000 +++ libdata-float-perl-0.013/META.yml 2017-07-29 19:39:32.000000000 +0000 @@ -3,36 +3,38 @@ author: - 'Andrew Main (Zefram) ' build_requires: - Module::Build: 0 - Test::More: 0 - perl: 5.006 - strict: 0 - warnings: 0 + Module::Build: '0' + Test::More: '0' + perl: '5.006' + strict: '0' + warnings: '0' configure_requires: - Module::Build: 0 - perl: 5.006 - strict: 0 - warnings: 0 + Module::Build: '0' + perl: '5.006' + strict: '0' + warnings: '0' dynamic_config: 0 -generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.112621' +generated_by: 'Module::Build version 0.4224, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + version: '1.4' name: Data-Float provides: Data::Float: file: lib/Data/Float.pm - version: 0.012 + version: '0.013' requires: - Carp: 0 - Exporter: 0 - constant: 0 - integer: 0 - parent: 0 - perl: 5.006 - strict: 0 - warnings: 0 + Carp: '0' + Exporter: '0' + constant: '0' + integer: '0' + parent: '0' + perl: '5.006' + strict: '0' + warnings: '0' resources: + bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Float license: http://dev.perl.org/licenses/ -version: 0.012 +version: '0.013' +x_serialization_backend: 'CPAN::Meta::YAML version 0.012' diff -Nru libdata-float-perl-0.012/README libdata-float-perl-0.013/README --- libdata-float-perl-0.012/README 2012-02-04 14:45:07.000000000 +0000 +++ libdata-float-perl-0.013/README 2017-07-29 19:39:32.000000000 +0000 @@ -23,7 +23,7 @@ COPYRIGHT -Copyright (C) 2006, 2007, 2008, 2010, 2012 +Copyright (C) 2006, 2007, 2008, 2010, 2012, 2017 Andrew Main (Zefram) LICENSE diff -Nru libdata-float-perl-0.012/SIGNATURE libdata-float-perl-0.013/SIGNATURE --- libdata-float-perl-0.012/SIGNATURE 2012-02-04 14:45:11.000000000 +0000 +++ libdata-float-perl-0.013/SIGNATURE 2017-07-29 19:39:39.000000000 +0000 @@ -1,5 +1,5 @@ This file contains message digests of all files listed in MANIFEST, -signed via the Module::Signature module, version 0.68. +signed via the Module::Signature module, version 0.81. To verify the content in this distribution, first make sure you have Module::Signature installed, then type: @@ -15,14 +15,13 @@ Hash: SHA1 SHA1 67ab6441ac84593b05be87ec425194d069a51a4f .gitignore -SHA1 22c0b8256338e7f077f6311527c006ca9acfc75b Build.PL -SHA1 ca759dce347033b09e9ae85304e9afa352f97e6b Changes -SHA1 739118525532c8ff18c2f9ec7a929501d610088a MANIFEST -SHA1 c842f45a8761f35bb77ce7cff3e1bde66826d4c2 META.json -SHA1 83ade225100dc05a2d06033c44cd317609f97efb META.yml -SHA1 a4df8e97ccd390a42212af5a9f4d0986c85e7a5f Makefile.PL -SHA1 6f2a34c998a573556ecc84049f01bc1deb30d860 README -SHA1 f3398878f29a6e567c17b98caa25ffa15c857033 lib/Data/Float.pm +SHA1 51038d8df8e8a4aa29c0b5462db2a554079dd1d4 Build.PL +SHA1 083de6c6b8b9b82eabc05f87708086791c66d14a Changes +SHA1 efa3ba002e530881eb04ceb66df34f8d5151e6ee MANIFEST +SHA1 3d9fb5d89a73d9dd7dd9ce83e05d6b9f58e8b274 META.json +SHA1 093974afafda5e5df08e79ecdf9f553c7d8864d5 META.yml +SHA1 0e70e74666ed9702cbce0899ed0a2e759c532b0c README +SHA1 7d2f83d9e82cc04b8f03716373f6e4f963da5079 lib/Data/Float.pm SHA1 1108747d9aec62d4eadd34403fa59f1c54df153f t/class.t SHA1 eba7f4eeb285767f6546eebdca9cd07011b4dd51 t/const.t SHA1 a4ee7a6b431b6e5ee3872ff2dba90663c28148d7 t/copysign.t @@ -34,9 +33,9 @@ SHA1 65c75abdef6f01a5d1588a307f2ddfe2333dc961 t/pod_syn.t SHA1 3369ba662006149c6e5a089e6f2a440367f6df64 t/pow2.t -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.10 (GNU/Linux) +Version: GnuPG v1 -iEYEARECAAYFAk8tRHMACgkQOV9mt2VyAVHh0QCfTJyr4UoKGJNnpJBYoNRMt0st -0DsAniDJ01nBya7tjOZrcDPqJ9zv5ynU -=rIt7 +iEYEARECAAYFAll85HQACgkQOV9mt2VyAVG57wCfWtVZY5fr+Sm2iKataje2u6s8 +HsIAoJaNsFJB2s+xS3UlCJdqvXRe103v +=fbmx -----END PGP SIGNATURE-----