[SCM] Debian packaging of libpdf-create-perl branch, master, updated. 4f23a9192cc98222a028e6740bee92fc84771b45

gregor herrmann gregoa at debian.org
Tue Jun 4 17:41:48 UTC 2013


The following commit has been merged in the master branch:
commit ba8cde2c54b258ec47df23a81fc650552abc2b19
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jun 4 19:33:40 2013 +0200

    Add patch to fix test failure due to missing `use'.
    
    Taken from CPAN RT.
    
    Closes: #710967

diff --git a/debian/patches/file-spec.patch b/debian/patches/file-spec.patch
new file mode 100644
index 0000000..9e98b25
--- /dev/null
+++ b/debian/patches/file-spec.patch
@@ -0,0 +1,29 @@
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=73638
+Origin: CPAN RT
+Forwarded: not-needed
+Bug-Debian: http://bugs.debian.org/710967
+
+From 147b28ee91f038b0af5275baad344ef98ba20d0f Mon Sep 17 00:00:00 2001
+From: Slaven Rezic <slaven at rezic.de>
+Date: Sat, 3 Mar 2012 17:51:27 +0100
+Subject: [PATCH] * missing "use File::Spec", see https://rt.cpan.org/Ticket/Display.html?id=73638
+
+---
+ t/09-cgi.t |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/t/09-cgi.t b/t/09-cgi.t
+index a740b3d..f2e19f1 100755
+--- a/t/09-cgi.t
++++ b/t/09-cgi.t
+@@ -10,6 +10,7 @@
+ BEGIN { unshift @INC, "lib", "../lib" }
+ use strict;
+ use File::Basename;
++use File::Spec ();
+ use PDF::Create;
+ use Test::More tests => 2;
+ use Config;
+-- 
+1.7.0.4
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8bc8a72
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+file-spec.patch

-- 
Debian packaging of libpdf-create-perl



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