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

gregoa pushed a commit to branch master
in repository libstring-diff-perl.

commit dc7f6165be2a46cdde9c7d2d28156f0df8cbd793
Author: gregor herrmann <gre...@debian.org>
Date:   Tue Jan 3 18:48:36 2017 +0100

    Add patch to adjust test suite to YAML 1.21.
    
    Thanks: Niko Tyni for the patch.
    Closes: #849362
---
 ...he-test-suite-for-YAML-1.21-compatibility.patch | 47 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 48 insertions(+)

diff --git 
a/debian/patches/0001-Fix-the-test-suite-for-YAML-1.21-compatibility.patch 
b/debian/patches/0001-Fix-the-test-suite-for-YAML-1.21-compatibility.patch
new file mode 100644
index 0000000..c7619a1
--- /dev/null
+++ b/debian/patches/0001-Fix-the-test-suite-for-YAML-1.21-compatibility.patch
@@ -0,0 +1,47 @@
+From 14e39a0ce479023f6e4fb226528ca86bb2bd58af Mon Sep 17 00:00:00 2001
+From: Niko Tyni <nt...@debian.org>
+Date: Mon, 26 Dec 2016 19:39:12 +0200
+Subject: [PATCH] Fix the test suite for YAML-1.21 compatibility
+
+YAML-1.21, specifically <https://github.com/ingydotnet/yaml-pm/issues/131>,
+changed the handling of trailing nulls.
+
+Adapt the test suite accordingly.
+
+Bug-Debian: https://bugs.debian.org/849362
+Bug: https://github.com/yappo/p5-String-Diff/issues/6
+
+---
+ t/02_diff_fully-pp.t | 2 +-
+ t/02_diff_fully.t    | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/t/02_diff_fully-pp.t b/t/02_diff_fully-pp.t
+index 69a96ab..27e32bd 100644
+--- a/t/02_diff_fully-pp.t
++++ b/t/02_diff_fully-pp.t
+@@ -30,7 +30,7 @@ new: perl
+ --- data1
+ -
+  - ['-', 'perl']
+--
++- []
+ --- data2
+ old: perl
+ new: 
+diff --git a/t/02_diff_fully.t b/t/02_diff_fully.t
+index f816a89..6c4c8d8 100644
+--- a/t/02_diff_fully.t
++++ b/t/02_diff_fully.t
+@@ -29,7 +29,7 @@ new: perl
+ --- data1
+ -
+  - ['-', 'perl']
+--
++- []
+ --- data2
+ old: perl
+ new: 
+-- 
+2.11.0
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5ede8a5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-the-test-suite-for-YAML-1.21-compatibility.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libstring-diff-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