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 <[email protected]> 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 <[email protected]> +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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
