[libxml-atom-perl] 01/04: Add no-dot-in-inc.patch (closes: #871801)

Florian Schlichting fsfs at moszumanska.debian.org
Tue Jan 2 18:39:05 UTC 2018


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

fsfs pushed a commit to branch master
in repository libxml-atom-perl.

commit 416e3a6f65afa1781876fbe395350dd70374ad27
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Jan 2 19:27:48 2018 +0100

    Add no-dot-in-inc.patch (closes: #871801)
---
 debian/patches/no-dot-in-inc.patch | 14 ++++++++++++++
 debian/patches/series              |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/no-dot-in-inc.patch b/debian/patches/no-dot-in-inc.patch
new file mode 100644
index 0000000..c0f2b05
--- /dev/null
+++ b/debian/patches/no-dot-in-inc.patch
@@ -0,0 +1,14 @@
+Description: Fix test when no '.' in @INC
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://github.com/miyagawa/xml-atom/pull/14
+
+--- a/t/11-entry.t
++++ b/t/11-entry.t
+@@ -2,6 +2,7 @@
+ 
+ use strict;
+ 
++use lib '.';
+ use t::TestLib;
+ use Test::More;
+ use XML::Atom;
diff --git a/debian/patches/series b/debian/patches/series
index 3175d99..13c462f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 use-Digest-SHA.patch
+no-dot-in-inc.patch

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



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