diff -Nru libcookie-baker-xs-perl-0.09/Changes libcookie-baker-xs-perl-0.10/Changes --- libcookie-baker-xs-perl-0.09/Changes 2018-03-03 04:37:43.000000000 +0000 +++ libcookie-baker-xs-perl-0.10/Changes 2018-09-21 07:41:43.000000000 +0000 @@ -1,5 +1,9 @@ Revision history for Perl extension Cookie-Baker-XS +0.10 2018-09-21T07:41:42Z + + - just bump up version. PP requires newer version number + 0.09 2018-03-03T04:37:36Z - just bump up version. PP requires newer version number diff -Nru libcookie-baker-xs-perl-0.09/debian/changelog libcookie-baker-xs-perl-0.10/debian/changelog --- libcookie-baker-xs-perl-0.09/debian/changelog 2018-11-03 00:09:55.000000000 +0000 +++ libcookie-baker-xs-perl-0.10/debian/changelog 2018-10-03 19:22:38.000000000 +0000 @@ -1,8 +1,9 @@ -libcookie-baker-xs-perl (0.09-1build1) disco; urgency=medium +libcookie-baker-xs-perl (0.10-1) unstable; urgency=medium - * No-change rebuild for the perl 5.28 transition. + * Email change: Xavier Guimard -> yadd@debian.org + * Import upstream version 0.10 - -- Adam Conrad Fri, 02 Nov 2018 18:09:55 -0600 + -- Xavier Guimard Wed, 03 Oct 2018 21:22:38 +0200 libcookie-baker-xs-perl (0.09-1) unstable; urgency=low diff -Nru libcookie-baker-xs-perl-0.09/debian/control libcookie-baker-xs-perl-0.10/debian/control --- libcookie-baker-xs-perl-0.09/debian/control 2018-03-27 20:30:43.000000000 +0000 +++ libcookie-baker-xs-perl-0.10/debian/control 2018-10-03 19:17:34.000000000 +0000 @@ -2,7 +2,7 @@ Section: perl Priority: optional Maintainer: Debian Perl Group -Uploaders: Xavier Guimard +Uploaders: Xavier Guimard Build-Depends: debhelper (>= 10), perl (>= 5.17.7) Standards-Version: 4.1.3 diff -Nru libcookie-baker-xs-perl-0.09/debian/copyright libcookie-baker-xs-perl-0.10/debian/copyright --- libcookie-baker-xs-perl-0.09/debian/copyright 2018-03-27 20:30:43.000000000 +0000 +++ libcookie-baker-xs-perl-0.10/debian/copyright 2018-10-03 19:17:34.000000000 +0000 @@ -14,7 +14,7 @@ License: Artistic or GPL-1+ Files: debian/* -Copyright: 2018, Xavier Guimard +Copyright: 2018, Xavier Guimard License: Artistic or GPL-1+ License: Artistic diff -Nru libcookie-baker-xs-perl-0.09/lib/Cookie/Baker/XS.pm libcookie-baker-xs-perl-0.10/lib/Cookie/Baker/XS.pm --- libcookie-baker-xs-perl-0.09/lib/Cookie/Baker/XS.pm 2018-03-03 04:37:43.000000000 +0000 +++ libcookie-baker-xs-perl-0.10/lib/Cookie/Baker/XS.pm 2018-09-21 07:41:43.000000000 +0000 @@ -5,7 +5,7 @@ use warnings; use base qw/Exporter/; -our $VERSION = "0.09"; +our $VERSION = "0.10"; our @EXPORT_OK = qw/crush_cookie/; use XSLoader; diff -Nru libcookie-baker-xs-perl-0.09/Makefile.PL libcookie-baker-xs-perl-0.10/Makefile.PL --- libcookie-baker-xs-perl-0.09/Makefile.PL 2018-03-03 04:37:43.000000000 +0000 +++ libcookie-baker-xs-perl-0.10/Makefile.PL 2018-09-21 07:41:43.000000000 +0000 @@ -8,11 +8,10 @@ use ExtUtils::MakeMaker 6.64; - my %WriteMakefileArgs = ( NAME => 'Cookie::Baker::XS', DISTNAME => 'Cookie-Baker-XS', - VERSION => '0.09', + VERSION => '0.10', EXE_FILES => [glob('script/*'), glob('bin/*')], CONFIGURE_REQUIRES => { "ExtUtils::MakeMaker" => "6.64" diff -Nru libcookie-baker-xs-perl-0.09/META.json libcookie-baker-xs-perl-0.10/META.json --- libcookie-baker-xs-perl-0.09/META.json 2018-03-03 04:37:43.000000000 +0000 +++ libcookie-baker-xs-perl-0.10/META.json 2018-09-21 07:41:43.000000000 +0000 @@ -4,7 +4,7 @@ "Masahiro Nagano " ], "dynamic_config" : 0, - "generated_by" : "Minilla/v3.0.16", + "generated_by" : "Minilla/v3.1.1", "license" : [ "perl_5" ], @@ -55,7 +55,7 @@ "provides" : { "Cookie::Baker::XS" : { "file" : "lib/Cookie/Baker/XS.pm", - "version" : "0.09" + "version" : "0.10" } }, "release_status" : "stable", @@ -69,6 +69,7 @@ "web" : "https://github.com/kazeburo/Cookie-Baker-XS" } }, - "version" : "0.09", - "x_serialization_backend" : "JSON::PP version 2.27400_02" + "version" : "0.10", + "x_serialization_backend" : "JSON::PP version 2.27300_01", + "x_static_install" : 0 } diff -Nru libcookie-baker-xs-perl-0.09/META.yml libcookie-baker-xs-perl-0.10/META.yml --- libcookie-baker-xs-perl-0.09/META.yml 2018-03-03 04:37:43.000000000 +0000 +++ libcookie-baker-xs-perl-0.10/META.yml 2018-09-21 07:41:43.000000000 +0000 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: '6.64' dynamic_config: 0 -generated_by: 'Minilla/v3.0.16, CPAN::Meta::Converter version 2.150010' +generated_by: 'Minilla/v3.1.1, CPAN::Meta::Converter version 2.150005' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -26,7 +26,7 @@ provides: Cookie::Baker::XS: file: lib/Cookie/Baker/XS.pm - version: '0.09' + version: '0.10' requires: Exporter: '0' perl: '5.008001' @@ -34,5 +34,6 @@ bugtracker: https://github.com/kazeburo/Cookie-Baker-XS/issues homepage: https://github.com/kazeburo/Cookie-Baker-XS repository: git://github.com/kazeburo/Cookie-Baker-XS.git -version: '0.09' +version: '0.10' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' +x_static_install: 0