[SCM] Debian packaging of libxml-checker-perl branch, master,	updated. b37484893b00e6d86ecde08c3e16c564b1744300
    gregor herrmann 
    gregoa at debian.org
       
    Sat Jun  8 16:39:17 UTC 2013
    
    
  
The following commit has been merged in the master branch:
commit 5588fe74e116ae7d12bef3a6da3cf59850cbec0a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 8 18:31:30 2013 +0200
    Add patch to handle newer Carp's in the test suite.
    
    Closes: #711625
diff --git a/debian/patches/carp.patch b/debian/patches/carp.patch
new file mode 100644
index 0000000..8d0f97f
--- /dev/null
+++ b/debian/patches/carp.patch
@@ -0,0 +1,19 @@
+Description: Carp 1.25 now has one dot more.
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=75526
+Bug-Debian: http://bugs.debian.org/711625
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75526
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-08
+
+--- a/t/chk_batch.t
++++ b/t/chk_batch.t
+@@ -212,7 +212,7 @@
+ sub chop_exception
+ {
+     my ($ex) = @_;
+-    $ex =~ s/ at \S+ line \d+//;
++    $ex =~ s/ at \S+ line \d+\.?//;
+     $ex;
+ }
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9bd0d44
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+carp.patch
-- 
Debian packaging of libxml-checker-perl
    
    
More information about the Pkg-perl-cvs-commits
mailing list