diff -Nru libcpanplus-dist-build-perl-0.74/Changes libcpanplus-dist-build-perl-0.76/Changes --- libcpanplus-dist-build-perl-0.74/Changes 2013-08-06 19:53:31.000000000 +0000 +++ libcpanplus-dist-build-perl-0.76/Changes 2014-01-08 08:46:41.000000000 +0000 @@ -1,5 +1,8 @@ Revision history for Perl extension CPANPLUS::Dist::Build. +0.76 Wed Jan 8 08:46:22 GMT 2014 + - Don't send test reports during prepare() phase + 0.74 Tue Aug 6 20:53:04 BST 2013 - Remove Module::Pluggable prereq diff -Nru libcpanplus-dist-build-perl-0.74/LICENSE libcpanplus-dist-build-perl-0.76/LICENSE --- libcpanplus-dist-build-perl-0.74/LICENSE 2013-08-06 19:54:22.000000000 +0000 +++ libcpanplus-dist-build-perl-0.76/LICENSE 2014-01-08 08:47:49.000000000 +0000 @@ -1,4 +1,4 @@ -This software is copyright (c) 2013 by Jos Boumans, Ken Williams, Chris Williams and David Golden. +This software is copyright (c) 2014 by Jos Boumans, Ken Williams, Chris Williams and David Golden. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2013 by Jos Boumans, Ken Williams, Chris Williams and David Golden. +This software is Copyright (c) 2014 by Jos Boumans, Ken Williams, Chris Williams and David Golden. This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2013 by Jos Boumans, Ken Williams, Chris Williams and David Golden. +This software is Copyright (c) 2014 by Jos Boumans, Ken Williams, Chris Williams and David Golden. This is free software, licensed under: diff -Nru libcpanplus-dist-build-perl-0.74/META.yml libcpanplus-dist-build-perl-0.76/META.yml --- libcpanplus-dist-build-perl-0.74/META.yml 2013-08-06 19:54:25.000000000 +0000 +++ libcpanplus-dist-build-perl-0.76/META.yml 2014-01-08 08:47:52.000000000 +0000 @@ -22,10 +22,10 @@ provides: CPANPLUS::Dist::Build: file: lib/CPANPLUS/Dist/Build.pm - version: 0.74 + version: 0.76 CPANPLUS::Dist::Build::Constants: file: lib/CPANPLUS/Dist/Build/Constants.pm - version: 0.74 + version: 0.76 requires: CPANPLUS: 0.84 ExtUtils::Install: 1.42 @@ -43,4 +43,4 @@ homepage: https://github.com/bingos/cpanplus-dist-build/tree license: http://dev.perl.org/licenses/ repository: git://github.com/bingos/cpanplus-dist-build.git -version: 0.74 +version: 0.76 diff -Nru libcpanplus-dist-build-perl-0.74/debian/changelog libcpanplus-dist-build-perl-0.76/debian/changelog --- libcpanplus-dist-build-perl-0.74/debian/changelog 2013-08-10 15:22:58.000000000 +0000 +++ libcpanplus-dist-build-perl-0.76/debian/changelog 2014-01-14 18:01:06.000000000 +0000 @@ -1,3 +1,13 @@ +libcpanplus-dist-build-perl (0.76-1) unstable; urgency=low + + * Explicitly (build) depend on CPANPLUS. (Closes: #721657) + + * New upstream release. + * Update years of upstream and packaging copyright. + * Declare compliance with Debian Policy 3.9.5. + + -- gregor herrmann Tue, 14 Jan 2014 19:00:58 +0100 + libcpanplus-dist-build-perl (0.74-1) unstable; urgency=low * New upstream release. diff -Nru libcpanplus-dist-build-perl-0.74/debian/control libcpanplus-dist-build-perl-0.76/debian/control --- libcpanplus-dist-build-perl-0.74/debian/control 2013-08-10 15:22:58.000000000 +0000 +++ libcpanplus-dist-build-perl-0.76/debian/control 2014-01-14 18:01:06.000000000 +0000 @@ -1,20 +1,23 @@ Source: libcpanplus-dist-build-perl -Section: perl -Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann +Section: perl +Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, - libtest-pod-perl, - libtest-pod-coverage-perl -Standards-Version: 3.9.4 + libcpanplus-perl | perl (<< 5.17.0), + libtest-pod-perl, + libtest-pod-coverage-perl +Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcpanplus-dist-build-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpanplus-dist-build-perl.git Homepage: https://metacpan.org/release/CPANPLUS-Dist-Build/ Package: libcpanplus-dist-build-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends} +Depends: ${misc:Depends}, + ${perl:Depends}, + libcpanplus-perl | perl (<< 5.17.0) Description: CPANPLUS plugin to install packages that use Build.PL CPANPLUS::Dist::Build is a distribution class for Module::Build related modules. Using this package, you can create, install and uninstall perl diff -Nru libcpanplus-dist-build-perl-0.74/debian/copyright libcpanplus-dist-build-perl-0.76/debian/copyright --- libcpanplus-dist-build-perl-0.74/debian/copyright 2013-08-10 15:22:58.000000000 +0000 +++ libcpanplus-dist-build-perl-0.76/debian/copyright 2014-01-14 18:01:06.000000000 +0000 @@ -4,10 +4,10 @@ Upstream-Contact: Chris Williams Files: * -Copyright: 2001-2013, Jos Boumans - 2013, Ken Williams - 2013, Chris Williams - 2013, David Golden +Copyright: 2001-2014, Jos Boumans + 2014, Ken Williams + 2014, Chris Williams + 2014, David Golden License: Artistic or GPL-1+ Files: inc/Module/* @@ -17,7 +17,7 @@ License: Artistic or GPL-1+ Files: debian/* -Copyright: 2013, gregor herrmann +Copyright: 2014, gregor herrmann License: Artistic or GPL-1+ License: Artistic diff -Nru libcpanplus-dist-build-perl-0.74/inc/Module/Install/GithubMeta.pm libcpanplus-dist-build-perl-0.76/inc/Module/Install/GithubMeta.pm --- libcpanplus-dist-build-perl-0.74/inc/Module/Install/GithubMeta.pm 2013-08-06 19:54:22.000000000 +0000 +++ libcpanplus-dist-build-perl-0.76/inc/Module/Install/GithubMeta.pm 2014-01-08 08:47:49.000000000 +0000 @@ -7,7 +7,7 @@ use base qw(Module::Install::Base); use vars qw($VERSION); -$VERSION = '0.22'; +$VERSION = '0.26'; sub githubmeta { my $self = shift; @@ -15,6 +15,7 @@ return unless _under_git(); return unless $self->can_run('git'); my $remote = shift || 'origin'; + local $ENV{LANG}='C'; return unless my ($git_url) = `git remote show -n $remote` =~ /URL: (.*)$/m; return unless $git_url =~ /github\.com/; # Not a Github repository my $http_url = $git_url; @@ -48,4 +49,4 @@ 'Github'; __END__ -#line 111 +#line 112 diff -Nru libcpanplus-dist-build-perl-0.74/lib/CPANPLUS/Dist/Build/Constants.pm libcpanplus-dist-build-perl-0.76/lib/CPANPLUS/Dist/Build/Constants.pm --- libcpanplus-dist-build-perl-0.74/lib/CPANPLUS/Dist/Build/Constants.pm 2013-08-06 19:52:50.000000000 +0000 +++ libcpanplus-dist-build-perl-0.76/lib/CPANPLUS/Dist/Build/Constants.pm 2014-01-08 08:46:57.000000000 +0000 @@ -11,7 +11,7 @@ require Exporter; use vars qw[$VERSION @ISA @EXPORT]; - $VERSION = '0.74'; + $VERSION = '0.76'; @ISA = qw[Exporter]; @EXPORT = qw[ BUILD_DIR BUILD CPDB_PERL_WRAPPER]; } diff -Nru libcpanplus-dist-build-perl-0.74/lib/CPANPLUS/Dist/Build.pm libcpanplus-dist-build-perl-0.76/lib/CPANPLUS/Dist/Build.pm --- libcpanplus-dist-build-perl-0.74/lib/CPANPLUS/Dist/Build.pm 2013-08-06 19:52:50.000000000 +0000 +++ libcpanplus-dist-build-perl-0.76/lib/CPANPLUS/Dist/Build.pm 2014-01-08 08:46:57.000000000 +0000 @@ -32,7 +32,7 @@ local $Params::Check::VERBOSE = 1; -$VERSION = '0.74'; +$VERSION = '0.76'; =pod @@ -350,7 +350,9 @@ } ### send out test report? ### - if( $fail and $conf->get_conf('cpantest') and not $prereq_fail ) { + ### there is no way to accurately know if it is a PASS/FAIL/ETC + ### CPANPLUS::Dist::MM doesn't bother why are we? + if( 0 and $fail and $conf->get_conf('cpantest') and not $prereq_fail ) { $cb->_send_report( module => $self, failed => $fail,