[SCM] Packaging ofParse::Debcontrol in Debian branch, master, updated. debian/2.005-3-11-gd05ae2d
Damyan Ivanov
dmn at debian.org
Wed Jun 5 19:46:40 UTC 2013
The following commit has been merged in the master branch:
commit d05ae2d823a30746e6952f2cb67f313d29976607
Author: Damyan Ivanov <dmn at debian.org>
Date: Wed Jun 5 22:46:31 2013 +0300
add '=encoding utf-8' to Parse::DebControl::Error and Parse::DebControl::Patch fixing POD tests with perl 5.18 (Closes: #710964)
diff --git a/debian/changelog b/debian/changelog
index 16d84d4..c660ae7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,10 @@ libparse-debcontrol-perl (2.005-4) UNRELEASED; urgency=low
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs
+ [ Damyan Ivanov ]
+ * add '=encoding utf-8' to Parse::DebControl::Error and
+ Parse::DebControl::Patch fixing POD tests with perl 5.18 (Closes: #710964)
+
-- Salvatore Bonaccorso <carnil at debian.org> Sun, 07 Aug 2011 16:37:50 +0200
libparse-debcontrol-perl (2.005-3) unstable; urgency=low
diff --git a/debian/patches/0001-Parse-DebControl-error-handling.patch b/debian/patches/0001-Parse-DebControl-error-handling.patch
index e3dfafb..e3a45ff 100644
--- a/debian/patches/0001-Parse-DebControl-error-handling.patch
+++ b/debian/patches/0001-Parse-DebControl-error-handling.patch
@@ -217,13 +217,15 @@ return value
__END__
--- /dev/null
+++ b/lib/Parse/DebControl/Error.pm
-@@ -0,0 +1,104 @@
+@@ -0,0 +1,106 @@
+use strict;
+use warnings;
+
+package Parse::DebControl::Error;
+=pod
+
++=encoding utf-8
++
+=head1 NAME
+Parse::DebControl::Error - Exception classes for Parse::DebControl
+
diff --git a/debian/patches/0003-Parse-DebControl-Patch.patch b/debian/patches/0003-Parse-DebControl-Patch.patch
index fa8d557..d3cd770 100644
--- a/debian/patches/0003-Parse-DebControl-Patch.patch
+++ b/debian/patches/0003-Parse-DebControl-Patch.patch
@@ -18,10 +18,12 @@ Easy OO parsing of debian patch file metadata (DEP3) data
--- /dev/null
+++ b/lib/Parse/DebControl/Patch.pm
-@@ -0,0 +1,221 @@
+@@ -0,0 +1,223 @@
+package Parse::DebControl::Patch;
+=pod
+
++=encoding utf-8
++
+=head1 NAME
+
+Parse::DebControl::Patch - Easy OO parsing of debian patch file metadata (DEP3) data
--
Packaging ofParse::Debcontrol in Debian
More information about the Pkg-perl-cvs-commits
mailing list