[librdf-ns-perl] 03/03: New pod_error_encoding.patch

Florian Schlichting fsfs at alioth.debian.org
Wed Sep 25 21:36:18 UTC 2013


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

fsfs pushed a commit to branch master
in repository librdf-ns-perl.

commit f17e8381623f06a8951e1226f30ade5925c01c9c
Author: Florian Schlichting <fsfs at debian.org>
Date:   Wed Sep 25 23:33:18 2013 +0200

    New pod_error_encoding.patch
---
 debian/changelog                        |    1 +
 debian/patches/pod_error_encoding.patch |   25 +++++++++++++++++++++++++
 debian/patches/series                   |    1 +
 3 files changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a9974e6..138d291 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ librdf-ns-perl (20130924-1) unstable; urgency=low
   * Team upload
 
   * Import Upstream version 20130924
+  * New pod_error_encoding.patch
 
  -- Florian Schlichting <fsfs at debian.org>  Wed, 25 Sep 2013 23:21:22 +0200
 
diff --git a/debian/patches/pod_error_encoding.patch b/debian/patches/pod_error_encoding.patch
new file mode 100644
index 0000000..8185300
--- /dev/null
+++ b/debian/patches/pod_error_encoding.patch
@@ -0,0 +1,25 @@
+Description: fix POD errors "Non-ASCII character seen before =encoding"
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://github.com/nichtich/RDF-NS/issues/6
+--- a/bin/rdfns
++++ b/bin/rdfns
+@@ -10,6 +10,8 @@
+ 
+ =pod
+ 
++=encoding utf-8
++
+ =head1 NAME
+ 
+ rdfns - look up common URI namespaces and prefixes
+--- a/lib/App/rdfns.pm
++++ b/lib/App/rdfns.pm
+@@ -73,6 +73,8 @@
+ 
+ =pod
+ 
++=encoding utf-8
++
+ =head1 NAME
+ 
+ App::rdfns - quickly get common URI namespaces
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..58f5ae3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod_error_encoding.patch

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



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