diff -Nru libapache-logformat-compiler-perl-0.33/Build.PL libapache-logformat-compiler-perl-0.35/Build.PL --- libapache-logformat-compiler-perl-0.33/Build.PL 2016-01-28 12:19:25.000000000 +0000 +++ libapache-logformat-compiler-perl-0.35/Build.PL 2017-03-08 04:10:15.000000000 +0000 @@ -4,62 +4,9 @@ # ========================================================================= use 5.008_001; - use strict; -use warnings; -use utf8; - -use Module::Build; -use File::Basename; -use File::Spec; - -my %args = ( - license => 'perl', - dynamic_config => 0, - - configure_requires => { - 'Module::Build' => 0.38, - }, - - name => 'Apache-LogFormat-Compiler', - module_name => 'Apache::LogFormat::Compiler', - allow_pureperl => 0, - - script_files => [glob('script/*'), glob('bin/*')], - c_source => [qw()], - PL_files => {}, - - test_files => ((-d '.git' || $ENV{RELEASE_TESTING}) && -d 'xt') ? 't/ xt/' : 't/', - recursive_test_files => 1, - - -); -if (-d 'share') { - $args{share_dir} = 'share'; -} - -my $builder = Module::Build->subclass( - class => 'MyBuilder', - code => q{ - sub ACTION_distmeta { - die "Do not run distmeta. Install Minilla and `minil install` instead.\n"; - } - sub ACTION_installdeps { - die "Do not run installdeps. Run `cpanm --installdeps .` instead.\n"; - } - } -)->new(%args); -$builder->create_build_script(); - -use File::Copy; -print "cp META.json MYMETA.json\n"; -copy("META.json","MYMETA.json") or die "Copy failed(META.json): $!"; +use Module::Build::Tiny 0.035; -if (-f 'META.yml') { - print "cp META.yml MYMETA.yml\n"; - copy("META.yml","MYMETA.yml") or die "Copy failed(META.yml): $!"; -} else { - print "There is no META.yml... You may install this module from the repository...\n"; -} +Build_PL(); diff -Nru libapache-logformat-compiler-perl-0.33/Changes libapache-logformat-compiler-perl-0.35/Changes --- libapache-logformat-compiler-perl-0.33/Changes 2016-01-28 12:19:25.000000000 +0000 +++ libapache-logformat-compiler-perl-0.35/Changes 2017-03-08 04:10:15.000000000 +0000 @@ -1,5 +1,13 @@ Revision history for Perl extension Apache::LogFormat::Compiler +0.35 2017-03-08T04:10:07Z + + - fixed test. load module from relative path. + +0.34 2017-03-07T03:18:42Z + + - re package with Minilla v3 + 0.33 2016-01-28T12:19:05Z - bugfix: Make `%T` to formatted in seconds (Thank you astj) diff -Nru libapache-logformat-compiler-perl-0.33/debian/changelog libapache-logformat-compiler-perl-0.35/debian/changelog --- libapache-logformat-compiler-perl-0.33/debian/changelog 2016-02-12 19:29:09.000000000 +0000 +++ libapache-logformat-compiler-perl-0.35/debian/changelog 2021-03-21 17:11:17.000000000 +0000 @@ -1,3 +1,30 @@ +libapache-logformat-compiler-perl (0.35-1~16.04.sav0) xenial; urgency=medium + + * Backport to Xenial + + -- Rob Savoury Sun, 21 Mar 2021 10:11:17 -0700 + +libapache-logformat-compiler-perl (0.35-1) unstable; urgency=medium + + * Import upstream version 0.35 + * Build-Depend on debhelper 9.20140227 for M::B::Tiny + * Update copyright years + * Declare compliance with Debian Policy 4.1.1 + + -- Florian Schlichting Sun, 08 Oct 2017 21:19:18 +0200 + +libapache-logformat-compiler-perl (0.33-2) unstable; urgency=medium + + * Team upload. + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * debian/upstream/metadata: use HTTPS for GitHub URLs. + * Add build dependency on tzdata. + Thanks to Lucas Nussbaum for the bug report. (Closes: #839513) + * Drop unnecessary version constraints from build dependencies. + * Declare compliance with Debian Policy 3.9.8. + + -- gregor herrmann Sat, 01 Oct 2016 17:37:12 +0200 + libapache-logformat-compiler-perl (0.33-1) unstable; urgency=medium * Team upload. diff -Nru libapache-logformat-compiler-perl-0.33/debian/compat libapache-logformat-compiler-perl-0.35/debian/compat --- libapache-logformat-compiler-perl-0.33/debian/compat 2016-02-12 19:29:09.000000000 +0000 +++ libapache-logformat-compiler-perl-0.35/debian/compat 2017-10-08 19:19:18.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru libapache-logformat-compiler-perl-0.33/debian/control libapache-logformat-compiler-perl-0.35/debian/control --- libapache-logformat-compiler-perl-0.33/debian/control 2016-02-12 19:29:09.000000000 +0000 +++ libapache-logformat-compiler-perl-0.35/debian/control 2017-10-08 19:19:18.000000000 +0000 @@ -4,16 +4,17 @@ Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 9), - libmodule-build-perl (>= 0.380000), +Build-Depends: debhelper (>= 10), + libmodule-build-tiny-perl, perl Build-Depends-Indep: libhttp-message-perl, libposix-strftime-compiler-perl, libtest-mocktime-perl, libtest-requires-perl, libtry-tiny-perl (>= 0.12), - liburi-perl (>= 1.60) -Standards-Version: 3.9.7 + liburi-perl, + tzdata +Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapache-logformat-compiler-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libapache-logformat-compiler-perl.git Homepage: http://search.cpan.org/dist/Apache-LogFormat-Compiler/ diff -Nru libapache-logformat-compiler-perl-0.33/debian/copyright libapache-logformat-compiler-perl-0.35/debian/copyright --- libapache-logformat-compiler-perl-0.33/debian/copyright 2016-02-12 19:29:09.000000000 +0000 +++ libapache-logformat-compiler-perl-0.35/debian/copyright 2017-10-08 19:19:18.000000000 +0000 @@ -1,4 +1,4 @@ -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: Apache-LogFormat-Compiler Source: http://search.cpan.org/dist/Apache-LogFormat-Compiler/ Upstream-Contact: Masahiro Nagano @@ -9,7 +9,7 @@ License: Artistic or GPL-1+ Files: debian/* -Copyright: 2013-2014, Florian Schlichting +Copyright: 2013-2017, Florian Schlichting License: Artistic or GPL-1+ License: Artistic diff -Nru libapache-logformat-compiler-perl-0.33/debian/upstream/metadata libapache-logformat-compiler-perl-0.35/debian/upstream/metadata --- libapache-logformat-compiler-perl-0.33/debian/upstream/metadata 2016-02-12 19:29:09.000000000 +0000 +++ libapache-logformat-compiler-perl-0.35/debian/upstream/metadata 2017-10-08 19:14:29.000000000 +0000 @@ -3,5 +3,5 @@ Bug-Database: https://github.com/kazeburo/Apache-LogFormat-Compiler/issues Contact: Masahiro Nagano Name: Apache-LogFormat-Compiler -Repository: git://github.com/kazeburo/Apache-LogFormat-Compiler.git +Repository: https://github.com/kazeburo/Apache-LogFormat-Compiler.git Repository-Browse: https://github.com/kazeburo/Apache-LogFormat-Compiler diff -Nru libapache-logformat-compiler-perl-0.33/lib/Apache/LogFormat/Compiler.pm libapache-logformat-compiler-perl-0.35/lib/Apache/LogFormat/Compiler.pm --- libapache-logformat-compiler-perl-0.33/lib/Apache/LogFormat/Compiler.pm 2016-01-28 12:19:25.000000000 +0000 +++ libapache-logformat-compiler-perl-0.35/lib/Apache/LogFormat/Compiler.pm 2017-03-08 04:10:15.000000000 +0000 @@ -13,7 +13,7 @@ TIME => 4, }; -our $VERSION = '0.33'; +our $VERSION = '0.35'; # copy from Plack::Middleware::AccessLog our %formats = ( diff -Nru libapache-logformat-compiler-perl-0.33/META.json libapache-logformat-compiler-perl-0.35/META.json --- libapache-logformat-compiler-perl-0.33/META.json 2016-01-28 12:19:25.000000000 +0000 +++ libapache-logformat-compiler-perl-0.35/META.json 2017-03-08 04:10:15.000000000 +0000 @@ -4,7 +4,7 @@ "Masahiro Nagano " ], "dynamic_config" : 0, - "generated_by" : "Minilla/v2.4.1", + "generated_by" : "Minilla/v3.0.10", "license" : [ "perl_5" ], @@ -28,7 +28,7 @@ "prereqs" : { "configure" : { "requires" : { - "Module::Build" : "0.38" + "Module::Build::Tiny" : "0.035" } }, "develop" : { @@ -62,7 +62,7 @@ "provides" : { "Apache::LogFormat::Compiler" : { "file" : "lib/Apache/LogFormat/Compiler.pm", - "version" : "0.33" + "version" : "0.35" } }, "release_status" : "stable", @@ -76,11 +76,11 @@ "web" : "https://github.com/kazeburo/Apache-LogFormat-Compiler" } }, - "version" : "0.33", + "version" : "0.35", "x_contributors" : [ "Florian Schlichting ", "Piotr Roszatycki ", "Asato Wakisaka " ], - "x_serialization_backend" : "JSON::PP version 2.27203" + "x_serialization_backend" : "JSON::PP version 2.27400" } diff -Nru libapache-logformat-compiler-perl-0.33/META.yml libapache-logformat-compiler-perl-0.35/META.yml --- libapache-logformat-compiler-perl-0.33/META.yml 2016-01-28 12:19:25.000000000 +0000 +++ libapache-logformat-compiler-perl-0.35/META.yml 2017-03-08 04:10:15.000000000 +0000 @@ -10,9 +10,9 @@ Try::Tiny: '0.12' URI::Escape: '1.60' configure_requires: - Module::Build: '0.38' + Module::Build::Tiny: '0.035' dynamic_config: 0 -generated_by: 'Minilla/v2.4.1, CPAN::Meta::Converter version 2.150005' +generated_by: 'Minilla/v3.0.10, CPAN::Meta::Converter version 2.150005' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -31,7 +31,7 @@ provides: Apache::LogFormat::Compiler: file: lib/Apache/LogFormat/Compiler.pm - version: '0.33' + version: '0.35' requires: POSIX: '0' POSIX::strftime::Compiler: '0.30' @@ -41,7 +41,7 @@ bugtracker: https://github.com/kazeburo/Apache-LogFormat-Compiler/issues homepage: https://github.com/kazeburo/Apache-LogFormat-Compiler repository: git://github.com/kazeburo/Apache-LogFormat-Compiler.git -version: '0.33' +version: '0.35' x_contributors: - 'Florian Schlichting ' - 'Piotr Roszatycki ' diff -Nru libapache-logformat-compiler-perl-0.33/t/01_basic.t libapache-logformat-compiler-perl-0.35/t/01_basic.t --- libapache-logformat-compiler-perl-0.33/t/01_basic.t 2016-01-28 12:19:25.000000000 +0000 +++ libapache-logformat-compiler-perl-0.35/t/01_basic.t 2017-03-08 04:10:15.000000000 +0000 @@ -1,7 +1,8 @@ use strict; use warnings; use HTTP::Request::Common; -use t::Req2PSGI; +require "./t/Req2PSGI.pm"; +t::Req2PSGI->import(); use Test::More; use Apache::LogFormat::Compiler; diff -Nru libapache-logformat-compiler-perl-0.33/t/02_custom.t libapache-logformat-compiler-perl-0.35/t/02_custom.t --- libapache-logformat-compiler-perl-0.33/t/02_custom.t 2016-01-28 12:19:25.000000000 +0000 +++ libapache-logformat-compiler-perl-0.35/t/02_custom.t 2017-03-08 04:10:15.000000000 +0000 @@ -1,7 +1,8 @@ use strict; use warnings; use HTTP::Request::Common; -use t::Req2PSGI; +require "./t/Req2PSGI.pm"; +t::Req2PSGI->import(); use Test::More; use Apache::LogFormat::Compiler; diff -Nru libapache-logformat-compiler-perl-0.33/t/03_extra.t libapache-logformat-compiler-perl-0.35/t/03_extra.t --- libapache-logformat-compiler-perl-0.33/t/03_extra.t 2016-01-28 12:19:25.000000000 +0000 +++ libapache-logformat-compiler-perl-0.35/t/03_extra.t 2017-03-08 04:10:15.000000000 +0000 @@ -1,7 +1,8 @@ use strict; use warnings; use HTTP::Request::Common; -use t::Req2PSGI; +require "./t/Req2PSGI.pm"; +t::Req2PSGI->import(); use Test::More; use Apache::LogFormat::Compiler; diff -Nru libapache-logformat-compiler-perl-0.33/t/04_tz.t libapache-logformat-compiler-perl-0.35/t/04_tz.t --- libapache-logformat-compiler-perl-0.33/t/04_tz.t 2016-01-28 12:19:25.000000000 +0000 +++ libapache-logformat-compiler-perl-0.35/t/04_tz.t 2017-03-08 04:10:15.000000000 +0000 @@ -4,7 +4,8 @@ use POSIX; use Time::Local; use Test::MockTime qw/set_fixed_time restore_time/; -use t::Req2PSGI; +require "./t/Req2PSGI.pm"; +t::Req2PSGI->import(); use Apache::LogFormat::Compiler; use HTTP::Request::Common;