[libunicode-string-perl] 07/08: Create patch to fix pod2man error

Lucas Kanashiro kanashiro at moszumanska.debian.org
Mon Sep 12 19:09:57 UTC 2016


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

kanashiro pushed a commit to branch master
in repository libunicode-string-perl.

commit f384f83f41aefe90f957a19c79f3eff6c0f00c8d
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Mon Sep 12 16:03:34 2016 -0300

    Create patch to fix pod2man error
---
 debian/changelog                            |  1 +
 debian/patches/0001-fix-pod2man-error.patch | 17 +++++++++++++++++
 debian/patches/series                       |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2319795..1f36f6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ libunicode-string-perl (2.10-1) UNRELEASED; urgency=low
   * Rename debian/docs -> debian/libunicode-string-perl.docs
   * Declare compliance with Debian policy 3.9.8
   * debian/rules: enable hardening=+bindnow
+  * Create patch to fix pod2man error
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Mon, 12 Sep 2016 15:37:36 -0300
 
diff --git a/debian/patches/0001-fix-pod2man-error.patch b/debian/patches/0001-fix-pod2man-error.patch
new file mode 100644
index 0000000..edc7a99
--- /dev/null
+++ b/debian/patches/0001-fix-pod2man-error.patch
@@ -0,0 +1,17 @@
+Description: fix pod2man error
+Author: Lucas Kanashiro <kanashiro at debian.org>
+Last-Updated: 2016-09-12
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=117798
+Bug: https://rt.cpan.org/Ticket/Display.html?id=117798
+
+--- a/String.pm
++++ b/String.pm
+@@ -596,6 +596,8 @@ passed as argument it will set the value
+ and the previous value is returned.  If no argument is passed then the
+ current value is returned.
+ 
++=encoding UTF-16
++
+ To illustrate the encodings we show how the 2 character sample string
+ of "�m" (micro meter) is encoded for each one.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6dbe799
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-fix-pod2man-error.patch

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



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