[libhttp-oai-perl] 03/07: Drop use-encoding.patch, merged upstream.

gregor herrmann gregoa at debian.org
Sat Jul 15 13:59:42 UTC 2017


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

gregoa pushed a commit to branch master
in repository libhttp-oai-perl.

commit 646133f1cf39e166a712a0cef654168e3fdd2649
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jul 15 15:47:28 2017 +0200

    Drop use-encoding.patch, merged upstream.
---
 debian/patches/series             |  1 -
 debian/patches/use-encoding.patch | 20 --------------------
 2 files changed, 21 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 39fbf64..9dd915b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 fix-pod-errors.patch
 network-tests.patch
 spelling.patch
-use-encoding.patch
diff --git a/debian/patches/use-encoding.patch b/debian/patches/use-encoding.patch
deleted file mode 100644
index d043b19..0000000
--- a/debian/patches/use-encoding.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: 'use encoding' is gone in perl 5.26
- Simply remove it for now; the code is ascii anyway, and
- if the output needs utf-8, other solutions can be found.
-Origin: vendor
-Bug-Debian: https://bugs.debian.org/866934
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2017-07-15
-Forwarded: https://github.com/LibreCat/perl-oai-lib/pull/2
-Bug: https://github.com/LibreCat/perl-oai-lib/pull/2
-
---- a/bin/oai_pmh.pl
-+++ b/bin/oai_pmh.pl
-@@ -1,7 +1,5 @@
- #!/usr/bin/perl
- 
--use encoding 'utf8';
--
- use HTTP::OAI;
- use Getopt::Long;
- use Pod::Usage;

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



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