[libmodule-depends-perl] 02/03: Patch the test suite to work without cwd in @INC

Niko Tyni ntyni at moszumanska.debian.org
Sat Sep 17 13:42:55 UTC 2016


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

ntyni pushed a commit to branch master
in repository libmodule-depends-perl.

commit b9dd38917b1a9c835edf0fbe36aa6fb05fed859b
Author: Niko Tyni <ntyni at debian.org>
Date:   Sat Sep 17 16:39:21 2016 +0300

    Patch the test suite to work without cwd in @INC
    
    Closes: #837142
---
 ...ake-the-test-suite-work-without-cwd-in-INC.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0001-Make-the-test-suite-work-without-cwd-in-INC.patch b/debian/patches/0001-Make-the-test-suite-work-without-cwd-in-INC.patch
new file mode 100644
index 0000000..d1c0274
--- /dev/null
+++ b/debian/patches/0001-Make-the-test-suite-work-without-cwd-in-INC.patch
@@ -0,0 +1,21 @@
+From 21716d59012b9fa009da4a37bbdfb9c74d066c1f Mon Sep 17 00:00:00 2001
+From: Niko Tyni <ntyni at debian.org>
+Date: Sat, 17 Sep 2016 16:39:21 +0300
+Subject: [PATCH] Make the test suite work without cwd in @INC
+
+Bug-Debian: https://bugs.debian.org/837142
+---
+ t/template-extract/Build.PL | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/t/template-extract/Build.PL b/t/template-extract/Build.PL
+index 8de0e6e..8c7fd57 100644
+--- a/t/template-extract/Build.PL
++++ b/t/template-extract/Build.PL
+@@ -1,2 +1,2 @@
+ #!/usr/bin/env perl
+-do 'Makefile.PL';
++do './Makefile.PL';
+-- 
+2.9.3
+
diff --git a/debian/patches/series b/debian/patches/series
index 4db641f..5b7179e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 cpan_meta.patch
 set-environment-variables.patch
 0001-Escape-braces-in-a-regexp-fixing-deprecation-warning.patch
+0001-Make-the-test-suite-work-without-cwd-in-INC.patch

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



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