[libmail-rbl-perl] 01/01: Add debian/patches/pod2man_fixes.patch so man page is generated cleanly

Scott Kitterman kitterman at moszumanska.debian.org
Thu Dec 22 16:58:29 UTC 2016


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

kitterman pushed a commit to branch master
in repository libmail-rbl-perl.

commit 58056e43d2dba67b6b8eb83cfe9b6f9269bd9bdf
Author: Scott Kitterman <scott at kitterman.com>
Date:   Thu Dec 22 11:47:48 2016 -0500

    Add debian/patches/pod2man_fixes.patch so man page is generated cleanly
---
 debian/changelog                   |  5 ++++-
 debian/patches/pod2man_fixes.patch | 26 ++++++++++++++++++++++++++
 debian/patches/series              |  1 +
 3 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fa68ada..a2dfa44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,4 +3,7 @@ libmail-rbl-perl (1.10-1) unstable; urgency=low
   [ Markus Benning ]
   * Initial Release (Closes: #849083).
 
- -- Scott Kitterman <scott at kitterman.com>  Thu, 22 Dec 2016 10:11:55 -0500
+  [ Scott Kitterman ]
+  * Add debian/patches/pod2man_fixes.patch so man page is generated cleanly
+
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 22 Dec 2016 11:46:15 -0500
diff --git a/debian/patches/pod2man_fixes.patch b/debian/patches/pod2man_fixes.patch
new file mode 100644
index 0000000..f907615
--- /dev/null
+++ b/debian/patches/pod2man_fixes.patch
@@ -0,0 +1,26 @@
+Description: Fix pod2man errors
+Author: Scott Kitterman <scott at kitterman.com>
+Origin: vendor
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=119377
+Last-Update: 2016-12-22
+
+--- libmail-rbl-perl-1.10.orig/RBL.pm
++++ libmail-rbl-perl-1.10/RBL.pm
+@@ -123,6 +123,8 @@ sub check ($$)
+ 
+ =pod
+ 
++=over
++
+ =item C<-E<gt>check_rhsbl($host)>
+ 
+ Analogous to C<-E<gt>check()>, but  queries RHSBLs instead of IP-based
+@@ -131,6 +133,8 @@ B<http://www.rfc-ignorant.org/>.
+ 
+ Results and return values are the same as C<-E<gt>check()>.
+ 
++=back
++
+ =cut
+ 
+ sub check_rhsbl ($$)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..900dac7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod2man_fixes.patch

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



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