[SCM] Debian packaging of libdevel-cover-perl branch, master, updated. debian/0.88-1-10-g19c3117
gregor herrmann
gregoa at debian.org
Sat Jun 16 13:54:14 UTC 2012
The following commit has been merged in the master branch:
commit dda7c56e8a427719d1155c8b59f7276cba4d9ff9
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jun 16 15:49:14 2012 +0200
Drop path-regexp.patch, merged upstream.
diff --git a/debian/patches/path-regexp.patch b/debian/patches/path-regexp.patch
deleted file mode 100644
index 1e091f7..0000000
--- a/debian/patches/path-regexp.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Subject: Fix test failures when the build directory contains regexp metacharacters.
- The build directory name may contain regexp metacharacters like '+'
- that need escaping or they break the substitution.
-Bug: https://rt.cpan.org/Ticket/Display.html?id=77598
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=77598
-Author: Niko Tyni <ntyni at debian.org>
-Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
-Last-Update: 2012-06-09
-
----
- lib/Devel/Cover.pm | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
---- a/lib/Devel/Cover.pm
-+++ b/lib/Devel/Cover.pm
-@@ -480,7 +480,7 @@
- # print STDERR "finally <$file> <$Dir>\n";
- }
- $file =~ s|\\|/|g if $^O eq "MSWin32";
-- $file =~ s|^$Dir/|| if defined $Dir;
-+ $file =~ s|^\Q$Dir\E/|| if defined $Dir;
-
- $Digests ||= Devel::Cover::DB::Digests->new(db => $DB);
- $file = $Digests->canonical_file($file);
diff --git a/debian/patches/series b/debian/patches/series
index 9431ee2..8a7c7d4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
keep-non-existent-dirs-in-INC.patch
-path-regexp.patch
whatis.patch
--
Debian packaging of libdevel-cover-perl
More information about the Pkg-perl-cvs-commits
mailing list