[libmodule-cpants-analyse-perl] 06/09: drop 03-yaml.patch, YAML::Any is now available in libyaml-perl

Florian Schlichting fsfs at alioth.debian.org
Sun Aug 11 12:09:43 UTC 2013


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libmodule-cpants-analyse-perl.

commit 63cf44cc05c784a94b05486bd7fb0e3fe335e54f
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun Aug 11 13:54:10 2013 +0200

    drop 03-yaml.patch, YAML::Any is now available in libyaml-perl
---
 debian/control               |    4 ++--
 debian/patches/03-yaml.patch |   39 ---------------------------------------
 debian/patches/series        |    1 -
 3 files changed, 2 insertions(+), 42 deletions(-)

diff --git a/debian/control b/debian/control
index d515530..77416f0 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Build-Depends-Indep: perl,
                      libtest-deep-perl,
                      libtest-nowarnings-perl,
                      libtest-warn-perl,
-                     libyaml-syck-perl
+                     libyaml-perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-cpants-analyse-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-cpants-analyse-perl.git
@@ -46,7 +46,7 @@ Depends: ${misc:Depends},
          libreadonly-perl,
          libset-scalar-perl,
          libsoftware-license-perl,
-         libyaml-syck-perl
+         libyaml-perl
 Description: Perl module to generate Kwalitee ratings for a distribution
  Module::CPANTS::Analyse is a utility module used by Test::Kwalitee and others
  to analyse CPAN distributions and determine their Kwalitee. Kwalitee is a set
diff --git a/debian/patches/03-yaml.patch b/debian/patches/03-yaml.patch
deleted file mode 100644
index 6849e7b..0000000
--- a/debian/patches/03-yaml.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-Description: there's no YAML::Any in Debian yet, switch back to YAML::Syck
-Origin: vendor
-Forwarded: not-needed
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2012-06-08
-
---- a/bin/cpants_lint.pl
-+++ b/bin/cpants_lint.pl
-@@ -5,7 +5,7 @@
- use Getopt::Long;
- use IO::Capture::Stdout;
- use Data::Dumper;
--use YAML::Any;
-+use YAML::Syck;
- use File::Spec::Functions;
- use Cwd;
- use Pod::Usage;
---- a/lib/Module/CPANTS/Analyse.pm
-+++ b/lib/Module/CPANTS/Analyse.pm
-@@ -11,7 +11,7 @@
- use Module::CPANTS::Kwalitee;
- use IO::Capture::Stdout;
- use IO::Capture::Stderr;
--use YAML::Any qw(LoadFile);
-+use YAML::Syck qw(LoadFile);
- 
- our $VERSION = '0.86';
- 
---- a/lib/Module/CPANTS/Kwalitee/MetaYML.pm
-+++ b/lib/Module/CPANTS/Kwalitee/MetaYML.pm
-@@ -2,7 +2,7 @@
- use warnings;
- use strict;
- use File::Spec::Functions qw(catfile);
--use YAML::Any qw(Load LoadFile);
-+use YAML::Syck qw(Load LoadFile);
- use Test::CPAN::Meta::YAML::Version;
- 
- sub order { 20 }
diff --git a/debian/patches/series b/debian/patches/series
index 92d6e2a..ae31383 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 01-cpants-lint-rename.patch
-03-yaml.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-cpants-analyse-perl.git



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