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

gregoa pushed a commit to branch master
in repository libipc-sharelite-perl.

commit 3244cb48323439659ca380237c22f63af13e4552
Author: gregor herrmann <gre...@debian.org>
Date:   Sat Oct 1 18:13:10 2016 +0200

    Add patch to remove duplicate key in META.yml.
    
    Closes: #839202
---
 debian/patches/meta_duplicate_key.patch | 27 +++++++++++++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/meta_duplicate_key.patch 
b/debian/patches/meta_duplicate_key.patch
new file mode 100644
index 0000000..be4decb
--- /dev/null
+++ b/debian/patches/meta_duplicate_key.patch
@@ -0,0 +1,27 @@
+Description: merge the two no_index keys
+ This avoids:
+ CPAN::Meta::YAML found a duplicate key 'no_index' in line '' at 
/usr/share/perl/5.24/CPAN/Meta/YAML.pm line 515.
+ in perl 5.24
+Origin: vendor
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2016-10-01
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118211
+Bug: https://rt.cpan.org/Ticket/Display.html?id=118211
+
+--- a/META.yml
++++ b/META.yml
+@@ -15,11 +15,10 @@
+     directory:
+         - t
+         - inc
++    package:
++        - Devel::CheckLib
++        - IO::CaptureOutput
+ generated_by:       ExtUtils::MakeMaker version 6.48
+ meta-spec:
+     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+     version:  1.4
+-no_index:
+-    package:
+-        - Devel::CheckLib
+-        - IO::CaptureOutput
diff --git a/debian/patches/series b/debian/patches/series
index 7c14145..c4dbd80 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 Disable-t-sharelite.t-Closes-625828.patch
 fix-checklib-fail.patch
+meta_duplicate_key.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libipc-sharelite-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to