[SCM] Debian packaging of libcolor-library-perl branch, master, updated. debian/0.021-1-13-g19ae8ba

gregor herrmann gregoa at debian.org
Sun Jun 9 16:30:45 UTC 2013


The following commit has been merged in the master branch:
commit 72137ebe9e59d00530e4b8bcdd0582cf47a0099f
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 9 18:25:33 2013 +0200

    Add a patch to fix various POD issues.

diff --git a/debian/patches/pod-fixes.patch b/debian/patches/pod-fixes.patch
new file mode 100644
index 0000000..100f44c
--- /dev/null
+++ b/debian/patches/pod-fixes.patch
@@ -0,0 +1,51 @@
+Description: various POD fixes
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=86023
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=86023
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-09
+
+--- a/lib/Color/Library/Color.pm
++++ b/lib/Color/Library/Color.pm
+@@ -227,6 +227,8 @@
+ 
+ =cut
+ 
++=back
++
+ # Partly taken from Imager/Color.pm
+ sub parse_rgb_color {
+     return (@_) if @_ == 3 && ! grep /[^\d.+eE-]/, @_;
+--- a/lib/Color/Library/Dictionary.pm
++++ b/lib/Color/Library/Dictionary.pm
+@@ -227,6 +227,8 @@
+ 
+ Returns the description of $dictionary, if any
+ 
++=back
++
+ =cut
+ 
+ sub description {
+--- a/lib/Color/Library/Dictionary/NBS_ISCC/H.pm
++++ b/lib/Color/Library/Dictionary/NBS_ISCC/H.pm
+@@ -11,6 +11,8 @@
+ 
+ =pod
+ 
++=encoding latin1
++
+ =head1 NAME
+ 
+ Color::Library::Dictionary::NBS_ISCC::H - (NBS/ISCC H) Horticultural Colour Charts
+--- a/lib/Color/Library/Dictionary/NBS_ISCC/M.pm
++++ b/lib/Color/Library/Dictionary/NBS_ISCC/M.pm
+@@ -11,6 +11,8 @@
+ 
+ =pod
+ 
++=encoding latin1
++
+ =head1 NAME
+ 
+ Color::Library::Dictionary::NBS_ISCC::M - (NBS/ISCC M) Dictionary of Color
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1cc419b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-fixes.patch

-- 
Debian packaging of libcolor-library-perl



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