r72333 - in /trunk/libmodule-cpants-analyse-perl/debian: changelog control patches/03-test-yaml-meta_test-cpan-meta.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Apr 7 20:33:46 UTC 2011


Author: gregoa
Date: Thu Apr  7 20:32:28 2011
New Revision: 72333

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72333
Log:
Add a patch from the CPAN RT to use Test::CPAN::Meta::YAML::Version
instead of the vanished Test::YAML::Meta::Version (closes: #621468).
Adjust build and runtime dependency accordingly.

Added:
    trunk/libmodule-cpants-analyse-perl/debian/patches/03-test-yaml-meta_test-cpan-meta.patch
Modified:
    trunk/libmodule-cpants-analyse-perl/debian/changelog
    trunk/libmodule-cpants-analyse-perl/debian/control
    trunk/libmodule-cpants-analyse-perl/debian/patches/series

Modified: trunk/libmodule-cpants-analyse-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-cpants-analyse-perl/debian/changelog?rev=72333&op=diff
==============================================================================
--- trunk/libmodule-cpants-analyse-perl/debian/changelog (original)
+++ trunk/libmodule-cpants-analyse-perl/debian/changelog Thu Apr  7 20:32:28 2011
@@ -11,6 +11,9 @@
 
   [ gregor herrmann ]
   * debian/rules: switch order of arguments to dh.
+  * Add a patch from the CPAN RT to use Test::CPAN::Meta::YAML::Version
+    instead of the vanished Test::YAML::Meta::Version (closes: #621468).
+    Adjust build and runtime dependency accordingly.
 
  -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:25:30 -0700
 

Modified: trunk/libmodule-cpants-analyse-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-cpants-analyse-perl/debian/control?rev=72333&op=diff
==============================================================================
--- trunk/libmodule-cpants-analyse-perl/debian/control (original)
+++ trunk/libmodule-cpants-analyse-perl/debian/control Thu Apr  7 20:32:28 2011
@@ -8,7 +8,7 @@
  libfile-find-rule-perl, libfile-slurp-perl, libio-capture-perl (>= 0.05),
  liblist-moreutils-perl, libmodule-extractuse-perl (>= 0.18),
  libtest-deep-perl, libtest-nowarnings-perl, libtest-warn-perl (>= 0.11),
- libtest-yaml-meta-perl (>= 0.11), libtext-csv-xs-perl (>= 0.45),
+ libtest-cpan-meta-yaml-perl, libtext-csv-xs-perl (>= 0.45),
  libwww-perl, libyaml-syck-perl (>= 0.95), perl,
  libsoftware-license-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -26,7 +26,7 @@
  libfile-find-rule-perl, liblist-moreutils-perl, libio-capture-perl (>= 0.05),
  libmodule-extractuse-perl (>= 0.18), libarray-diff-perl (>= 0.04),
  libsoftware-license-perl (>= 0.003), libreadonly-perl, libfile-slurp-perl,
- libtest-yaml-meta-perl (>= 0.11), libtext-csv-xs-perl (>= 0.45),
+ libtest-cpan-meta-yaml-perl, libtext-csv-xs-perl (>= 0.45),
  libwww-perl, libyaml-syck-perl (>= 0.95), libsoftware-license-perl
 Description: Perl module to generate Kwalitee ratings for a distribution
  Module::CPANTS::Analyse is a utility module used by Test::Kwalitee and others

Added: trunk/libmodule-cpants-analyse-perl/debian/patches/03-test-yaml-meta_test-cpan-meta.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-cpants-analyse-perl/debian/patches/03-test-yaml-meta_test-cpan-meta.patch?rev=72333&op=file
==============================================================================
--- trunk/libmodule-cpants-analyse-perl/debian/patches/03-test-yaml-meta_test-cpan-meta.patch (added)
+++ trunk/libmodule-cpants-analyse-perl/debian/patches/03-test-yaml-meta_test-cpan-meta.patch Thu Apr  7 20:32:28 2011
@@ -1,0 +1,62 @@
+Description: use Test::CPAN::Meta::YAML::Version instead of the vanished Test::YAML::Meta::Version
+Origin: https://rt.cpan.org/Public/Bug/Display.html?id=65903
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=65903
+Bug-Debian: http://bugs.debian.org/621468
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=65903
+Author: Jerome Quelin <jquelin at cpan.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-04-07
+
+--- a/Build.PL
++++ b/Build.PL
+@@ -15,7 +15,7 @@
+         'Module::Pluggable'         => '2.96',
+         'IO::Capture'               => '0.05',
+         'Array::Diff'               => '0.04',
+-        'Test::YAML::Meta::Version' => '0.11',
++        'Test::CPAN::Meta::YAML::Version' => '0.11',
+         'version'                   => '0.73',
+         'List::MoreUtils'           => '0',
+         'File::Find::Rule'          => '0',
+--- a/lib/Module/CPANTS/Kwalitee/MetaYML.pm
++++ b/lib/Module/CPANTS/Kwalitee/MetaYML.pm
+@@ -3,7 +3,7 @@
+ use strict;
+ use File::Spec::Functions qw(catfile);
+ use YAML::Syck qw(Load LoadFile);
+-use Test::YAML::Meta::Version;
++use Test::CPAN::Meta::YAML::Version;
+ 
+ sub order { 20 }
+ 
+@@ -149,7 +149,7 @@
+         }
+     }
+     $hash{spec} = $version;
+-    my $spec = Test::YAML::Meta::Version->new(%hash);
++    my $spec = Test::CPAN::Meta::YAML::Version->new(%hash);
+     if ($spec->parse()) {
+         my $report_version= $version || 'known';
+         my @errors;
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -25,7 +25,7 @@
+                            'Test::More' => '0',
+                            'Test::NoWarnings' => '0',
+                            'Test::Warn' => '0.11',
+-                           'Test::YAML::Meta::Version' => '0.11',
++                           'Test::CPAN::Meta::YAML::Version' => '0.11',
+                            'Text::CSV_XS' => '0.45',
+                            'YAML::Syck' => '0.95',
+                            'version' => '0.73'
+--- a/META.yml
++++ b/META.yml
+@@ -27,7 +27,7 @@
+   Pod::Simple::Checker: 2.02
+   Readonly: 0
+   Software::License: 0.003
+-  Test::YAML::Meta::Version: 0.11
++  Test::CPAN::Meta::YAML::Version: 0.11
+   Text::CSV_XS: 0.45
+   YAML::Syck: 0.95
+   perl: 5.006

Modified: trunk/libmodule-cpants-analyse-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-cpants-analyse-perl/debian/patches/series?rev=72333&op=diff
==============================================================================
--- trunk/libmodule-cpants-analyse-perl/debian/patches/series (original)
+++ trunk/libmodule-cpants-analyse-perl/debian/patches/series Thu Apr  7 20:32:28 2011
@@ -1,2 +1,3 @@
 01-cpants-lint-rename.patch
 02-cpantserrors-pod.patch
+03-test-yaml-meta_test-cpan-meta.patch




More information about the Pkg-perl-cvs-commits mailing list