[libfile-userconfig-perl] 01/07: Add no-dot-in-inc.patch (closes: #871934)

Florian Schlichting fsfs at moszumanska.debian.org
Tue Jan 2 18:14:08 UTC 2018


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

fsfs pushed a commit to branch master
in repository libfile-userconfig-perl.

commit 95e5e797427e991d85cc00511b09d1c0bb83b9f7
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Jan 2 18:03:30 2018 +0100

    Add no-dot-in-inc.patch (closes: #871934)
---
 debian/patches/no-dot-in-inc.patch | 11 +++++++++++
 debian/patches/series              |  1 +
 2 files changed, 12 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..e6547a0
--- /dev/null
+++ b/debian/patches/no-dot-in-inc.patch
@@ -0,0 +1,11 @@
+Description: Fix build failure without PERL_USE_UNSAFE_INC
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=123227
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -1,3 +1,4 @@
++use lib '.';
+ use inc::Module::Install 0.77;
+ 
+ all_from      'lib/File/UserConfig.pm';
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4c08db0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+no-dot-in-inc.patch

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



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