[kephra] 09/14: Add patch to fix some POD issues.

gregor herrmann gregoa at debian.org
Sun Apr 6 15:52:33 UTC 2014


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

gregoa pushed a commit to branch master
in repository kephra.

commit 5954e92080b178204b7395a81b44a8b167845e8a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Apr 6 17:44:09 2014 +0200

    Add patch to fix some POD issues.
---
 debian/patches/pod-fixes.patch | 35 +++++++++++++++++++++++++++++++++++
 debian/patches/series          |  1 +
 2 files changed, 36 insertions(+)

diff --git a/debian/patches/pod-fixes.patch b/debian/patches/pod-fixes.patch
new file mode 100644
index 0000000..f4e5c43
--- /dev/null
+++ b/debian/patches/pod-fixes.patch
@@ -0,0 +1,35 @@
+Description: add encoding to POD and fix over/item sequence
+ pod2man errors:
+ "Non-ASCII character seen before =encoding in 'Bäcker'. Assuming UTF-8"
+ "You can't have =items (as at line 230) unless the first thing after the =over is an =item"
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=94481
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=94481
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-04-06
+
+--- a/lib/Kephra.pm
++++ b/lib/Kephra.pm
+@@ -191,6 +191,8 @@
+ 
+ __END__
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ Kephra - crossplatform GUI-Texteditor along Perl alike Paradigms 
+@@ -218,12 +220,10 @@
+ 
+ I know, I know, there are plenty text editors out there, even some really
+ mighty IDE, but still no perfect solution for many programmers. So lets
+-
+-=over 2
+-
+ learn from Perl what it takes to build a tool thats powerful and fun to
+ play with for hours and months.
+ 
++=over 2
+ 
+ =item * make a low entry barrier (usable like notepad)
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5ae66b8..299b0ec 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 02-change-icon.diff
+pod-fixes.patch

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



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