[libxml-dom-xpath-perl] 01/04: Add patch from CPAN RT to fix issue caused by removal of the encoding pragma.

gregor herrmann gregoa at debian.org
Sat Jun 24 14:07:29 UTC 2017


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

gregoa pushed a commit to branch master
in repository libxml-dom-xpath-perl.

commit ae223115b79924bf66e75f0d986e71345356ca5a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 24 16:00:37 2017 +0200

    Add patch from CPAN RT to fix issue caused by removal of the encoding pragma.
    
    Closes: #826451
---
 debian/patches/pragma-encoding.patch | 19 +++++++++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/pragma-encoding.patch b/debian/patches/pragma-encoding.patch
new file mode 100644
index 0000000..e67362b
--- /dev/null
+++ b/debian/patches/pragma-encoding.patch
@@ -0,0 +1,19 @@
+Description: encoding pragma is gone
+Origin: CPAN RT
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=115098
+Bug-Debian: https://bugs.debian.org/826451
+Author: Father Chrysostomos <sprout at cpan.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-06-24
+
+--- a/t/test_non_ascii.t
++++ b/t/test_non_ascii.t
+@@ -7,7 +7,7 @@
+ use Test::More tests => 10;
+ use XML::DOM::XPath;
+ 
+-use encoding 'utf8';
++use utf8;
+ 
+ my $display_warning=0;
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a430418
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pragma-encoding.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-dom-xpath-perl.git



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