[libpdf-create-perl] 03/07: Drop patches, both applied upstream.

gregor herrmann gregoa at debian.org
Mon Dec 16 18:43:52 UTC 2013


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

gregoa pushed a commit to branch master
in repository libpdf-create-perl.

commit 1a54b25dbe7d67950953d7433c78cd6f3e545843
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Dec 16 19:34:27 2013 +0100

    Drop patches, both applied upstream.
---
 debian/patches/file-spec.patch    | 29 -----------------------------
 debian/patches/pod-encoding.patch | 18 ------------------
 debian/patches/series             |  2 --
 3 files changed, 49 deletions(-)

diff --git a/debian/patches/file-spec.patch b/debian/patches/file-spec.patch
deleted file mode 100644
index 9e98b25..0000000
--- a/debian/patches/file-spec.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-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/pod-encoding.patch b/debian/patches/pod-encoding.patch
deleted file mode 100644
index e34fd3b..0000000
--- a/debian/patches/pod-encoding.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: add =encoding to avoid POD ERROR in Perl 5.18
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=85857
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85857
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-06-04
-
---- a/lib/PDF/Create.pm
-+++ b/lib/PDF/Create.pm
-@@ -1079,6 +1079,8 @@
- 
- __END__
- 
-+=encoding utf8
-+
- =head1 NAME
- 
- PDF::Create - create PDF files
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c61adc5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-file-spec.patch
-pod-encoding.patch

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



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