[SCM] Debian packaging of libmail-checkuser-perl branch, master, updated. debian/1.21-1.1-16-gfdfa462

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Mar 8 20:08:58 UTC 2012


The following commit has been merged in the master branch:
commit 00c0408cc0596cf3290acd573c4ca4b6b03de845
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Mar 8 20:36:43 2012 +0100

    fix_pod_errors.patch

diff --git a/debian/changelog b/debian/changelog
index 24f2074..e40d91b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ libmail-checkuser-perl (1.21-2) UNRELEASED; urgency=low
     tests.
   * Disabled tests requiring network access.
   * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0).
+  * Added fix_pod_errors.patch.
 
  -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Thu, 08 Mar 2012 20:10:35 +0100
 
diff --git a/debian/patches/fix_pod_errors.patch b/debian/patches/fix_pod_errors.patch
new file mode 100644
index 0000000..93331e8
--- /dev/null
+++ b/debian/patches/fix_pod_errors.patch
@@ -0,0 +1,14 @@
+Description: fix pod parser problem due to lacking empty line
+Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75625
+
+--- a/procmail/cufilter
++++ b/procmail/cufilter
+@@ -1,6 +1,7 @@
+ #!/usr/bin/perl
+ 
+ =pod
++
+ =head1 NAME
+ 
+ cufilter - Filter emails through Mail::CheckUser
diff --git a/debian/patches/series b/debian/patches/series
index 1c7d45f..424c9f3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ update_wildcard_mx_records.patch
 fix_smtp-taint.patch
 delete_failing_wildcard_tests.patch
 change_failing_smtp_test.patch
+fix_pod_errors.patch

-- 
Debian packaging of libmail-checkuser-perl



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