[pinto] 01/03: Add patch to "use URI::file" before using it.

gregor herrmann gregoa at debian.org
Sun Jul 20 13:04:05 UTC 2014


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

gregoa pushed a commit to branch master
in repository pinto.

commit bf78f275c1ec82485dd6f546ad3cb210d69bfe9a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jul 20 14:57:02 2014 +0200

    Add patch to "use URI::file" before using it.
    
    Thanks: David Suárez for the bug report.
    Closes: #755324
---
 debian/patches/URI-file.patch | 18 ++++++++++++++++++
 debian/patches/series         |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/URI-file.patch b/debian/patches/URI-file.patch
new file mode 100644
index 0000000..eab875d
--- /dev/null
+++ b/debian/patches/URI-file.patch
@@ -0,0 +1,18 @@
+Description: "use URI::file" before using it
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/755324
+Forwarded: not-needed
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-07-20
+Applied-Upstream: kind of; the file doesn't exist in newer releases
+
+--- a/lib/Pinto/Role/FileFetcher.pm
++++ b/lib/Pinto/Role/FileFetcher.pm
+@@ -8,6 +8,7 @@
+ use File::Temp;
+ use Path::Class;
+ use LWP::UserAgent;
++use URI::file;
+ 
+ use Pinto::Util qw(itis debug mtime throw);
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9721caa
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+URI-file.patch

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



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