[SCM] Debian packaging of libmodule-cpants-analyse-perl branch, master, updated. d236b82b6e5151aae478636f27c18c34df5a2d7b

gregor herrmann gregoa at debian.org
Fri Jun 8 21:14:24 UTC 2012


The following commit has been merged in the master branch:
commit c06aebfd96b560d07a204d0a371636847958082b
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 8 22:50:17 2012 +0200

    Drop patch 03-test-yaml-meta_test-cpan-meta.patch (applied upstream);
    
    refresh remaining patches.

diff --git a/debian/patches/01-cpants-lint-rename.patch b/debian/patches/01-cpants-lint-rename.patch
index 885b89d..5bb6c6b 100644
--- a/debian/patches/01-cpants-lint-rename.patch
+++ b/debian/patches/01-cpants-lint-rename.patch
@@ -7,29 +7,29 @@ Last-Update: 2011-04-07
 
 --- a/bin/cpants_lint.pl
 +++ b/bin/cpants_lint.pl
-@@ -135,11 +135,11 @@
- 
- =head1 NAME
- 
--cpants_lint.pl - commandline frontend to Module::CPANTS::Analyse
-+cpants_lint - commandline frontend to Module::CPANTS::Analyse
- 
- =head1 SYNOPSIS
- 
--    cpants_lint.pl path/to/Foo-Dist-1.42.tgz
-+    cpants_lint path/to/Foo-Dist-1.42.tgz
- 
-     Options:
-         --help              brief help message
-@@ -156,9 +156,9 @@
- 
- =head1 DESCRIPTION
- 
--C<cpants_lint.pl> checks the B<Kwalitee> of CPAN distributions. More exact, it checks how a given tarball will be rated on C<http://cpants.perl.org>, without needing to upload it first.
-+C<cpants_lint> checks the B<Kwalitee> of CPAN distributions. More exact, it checks how a given tarball will be rated on C<http://cpants.perl.org>, without needing to upload it first.
- 
--C<cpants_lint.pl> is also used by C<cpants.perl.org> itself to check all dists on CPAN.
-+C<cpants_lint> is also used by C<cpants.perl.org> itself to check all dists on CPAN.
- 
- For more information on Kwalitee, and the whole of CPANTS, see C<http://cpants.perl.org> and / or C<Module::CPANTS::Analyse>.
- 
+@@ -137,11 +137,11 @@
+ 
+ =head1 NAME
+ 
+-cpants_lint.pl - commandline frontend to Module::CPANTS::Analyse
++cpants_lint - commandline frontend to Module::CPANTS::Analyse
+ 
+ =head1 SYNOPSIS
+ 
+-    cpants_lint.pl path/to/Foo-Dist-1.42.tgz
++    cpants_lint path/to/Foo-Dist-1.42.tgz
+ 
+     Options:
+         --help              brief help message
+@@ -158,9 +158,9 @@
+ 
+ =head1 DESCRIPTION
+ 
+-C<cpants_lint.pl> checks the B<Kwalitee> of CPAN distributions. More exact, it checks how a given tarball will be rated on C<http://cpants.perl.org>, without needing to upload it first.
++C<cpants_lint> checks the B<Kwalitee> of CPAN distributions. More exact, it checks how a given tarball will be rated on C<http://cpants.perl.org>, without needing to upload it first.
+ 
+-C<cpants_lint.pl> is also used by C<cpants.perl.org> itself to check all dists on CPAN.
++C<cpants_lint> is also used by C<cpants.perl.org> itself to check all dists on CPAN.
+ 
+ For more information on Kwalitee, and the whole of CPANTS, see C<http://cpants.perl.org> and / or C<Module::CPANTS::Analyse>.
+ 
diff --git a/debian/patches/02-cpantserrors-pod.patch b/debian/patches/02-cpantserrors-pod.patch
index ba6af6c..755b9d9 100644
--- a/debian/patches/02-cpantserrors-pod.patch
+++ b/debian/patches/02-cpantserrors-pod.patch
@@ -8,27 +8,27 @@ Last-Update: 2011-04-07
 --- a/lib/Module/CPANTS/Kwalitee/CpantsErrors.pm
 +++ b/lib/Module/CPANTS/Kwalitee/CpantsErrors.pm
 @@ -50,11 +50,11 @@
- 
- =head1 NAME
- 
--Module::CPANTS::Kwalitee::CpantsErrors
-+Module::CPANTS::Kwalitee::CpantsErrors - Check for CPANTS testing errors
- 
- =head1 SYNOPSIS
- 
--Checks if something strange happend during testing
-+Checks if something strange happened during testing.
- 
- =head1 DESCRIPTION
- 
+ 
+ =head1 NAME
+ 
+-Module::CPANTS::Kwalitee::CpantsErrors
++Module::CPANTS::Kwalitee::CpantsErrors - Check for CPANTS testing errors
+ 
+ =head1 SYNOPSIS
+ 
+-Checks if something strange happend during testing
++Checks if something strange happened during testing
+ 
+ =head1 DESCRIPTION
+ 
 --- a/bin/cpants_lint.pl
 +++ b/bin/cpants_lint.pl
-@@ -183,7 +183,7 @@
- 
- =head3 --no_capture
- 
--Turn off capturing of STDOUT and STDERR. Mostly usefull during debugging / development of new features. 
-+Turn off capturing of STDOUT and STDERR. Mostly useful during debugging / development of new features. 
- 
- If C<--no_capture> is used, the value of C<cpants_error> might be wrong.
- 
+@@ -185,7 +185,7 @@
+ 
+ =head3 --no_capture
+ 
+-Turn off capturing of STDOUT and STDERR. Mostly usefull during debugging / development of new features. 
++Turn off capturing of STDOUT and STDERR. Mostly useful during debugging / development of new features.
+ 
+ If C<--no_capture> is used, the value of C<cpants_error> might be wrong.
+ 
diff --git a/debian/patches/03-test-yaml-meta_test-cpan-meta.patch b/debian/patches/03-test-yaml-meta_test-cpan-meta.patch
deleted file mode 100644
index a336cf9..0000000
--- a/debian/patches/03-test-yaml-meta_test-cpan-meta.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-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
diff --git a/debian/patches/series b/debian/patches/series
index 73bf7bf..55b2d37 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 01-cpants-lint-rename.patch
 02-cpantserrors-pod.patch
-03-test-yaml-meta_test-cpan-meta.patch

-- 
Debian packaging of libmodule-cpants-analyse-perl



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