[libdancer2-perl] 02/09: Remove patch, issue fixed upstream

Nuno Carvalho smash at cpan.org
Fri May 15 19:21:08 UTC 2015


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

mestre-guest pushed a commit to branch master
in repository libdancer2-perl.

commit eb04d73b4918545798b2ff094f2e8aab19e452d3
Author: Nuno Carvalho <smash at cpan.org>
Date:   Fri May 15 19:01:35 2015 +0100

    Remove patch, issue fixed upstream
---
 debian/changelog                          |  6 +++++
 debian/patches/series                     |  1 -
 debian/patches/t-basename-metachars.patch | 39 -------------------------------
 3 files changed, 6 insertions(+), 40 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e14da4c..9459735 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdancer2-perl (0.160001+dfsg-1) UNRELEASED; urgency=medium
+
+  * Drop t-basename-metachars.patch, fixed upstream.
+
+ -- Nuno Carvalho <smash at cpan.org>  Fri, 15 May 2015 18:34:25 +0100
+
 libdancer2-perl (0.152000+dfsg-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 83ce29a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-t-basename-metachars.patch
diff --git a/debian/patches/t-basename-metachars.patch b/debian/patches/t-basename-metachars.patch
deleted file mode 100644
index 917e3ca..0000000
--- a/debian/patches/t-basename-metachars.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-Description: fix (potential) test failure
- t/classes/Dancer2-Core-Role-HasLocation/base.t fails if the build path
- contains regex meta-characters (like '+' in my case).
- Disable pattern metacharacters when removing $basedir.
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-10-15
-Forwarded: https://github.com/PerlDancer/Dancer2/issues/727
-Bug: https://github.com/PerlDancer/Dancer2/issues/727
-
---- a/t/classes/Dancer2-Core-Role-HasLocation/base.t
-+++ b/t/classes/Dancer2-Core-Role-HasLocation/base.t
-@@ -42,7 +42,7 @@
-     isa_ok( $app, 'App' );
- 
-     my $location = $app->location;
--    $location =~ s/$basedir//;
-+    $location =~ s/\Q$basedir\E//;
- 
-     is(
-         $location,
-@@ -61,7 +61,7 @@
-     isa_ok( $app, 'App' );
- 
-     my $location = $app->location;
--    $location =~ s/$basedir//;
-+    $location =~ s/\Q$basedir\E//;
- 
-     is(
-         $location,
-@@ -80,7 +80,7 @@
-     isa_ok( $app, 'App' );
- 
-     my $location = $app->location;
--    $location =~ s/$basedir//;
-+    $location =~ s/\Q$basedir\E//;
- 
-     is(
-         $location,

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



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