r71817 - in /trunk/libnet-server-perl/debian/patches: 00list 04_fix-pod-error-in-http-manapage.dpatch

wolffc-guest at users.alioth.debian.org wolffc-guest at users.alioth.debian.org
Mon Mar 21 12:18:47 UTC 2011


Author: wolffc-guest
Date: Mon Mar 21 12:18:33 2011
New Revision: 71817

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71817
Log:
add fix for pod2man error message

Added:
    trunk/libnet-server-perl/debian/patches/04_fix-pod-error-in-http-manapage.dpatch
Modified:
    trunk/libnet-server-perl/debian/patches/00list

Modified: trunk/libnet-server-perl/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-server-perl/debian/patches/00list?rev=71817&op=diff
==============================================================================
--- trunk/libnet-server-perl/debian/patches/00list (original)
+++ trunk/libnet-server-perl/debian/patches/00list Mon Mar 21 12:18:33 2011
@@ -1,2 +1,3 @@
 02_spec
 03_rt-cpan-65891-reap-children
+04_fix-pod-error-in-http-manapage

Added: trunk/libnet-server-perl/debian/patches/04_fix-pod-error-in-http-manapage.dpatch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-server-perl/debian/patches/04_fix-pod-error-in-http-manapage.dpatch?rev=71817&op=file
==============================================================================
--- trunk/libnet-server-perl/debian/patches/04_fix-pod-error-in-http-manapage.dpatch (added)
+++ trunk/libnet-server-perl/debian/patches/04_fix-pod-error-in-http-manapage.dpatch Mon Mar 21 12:18:33 2011
@@ -1,0 +1,32 @@
+#! /bin/sh -e
+## 04_fix-pod-error-in-http-manapage.dpatch by Carsten Wolff <carsten at wolffcarsten.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Comments USER and ACCESS entries in rscsi file.
+
+if [ $# -ne 1 ]; then
+    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+    exit 1
+fi
+case "$1" in
+    -patch) patch -f --no-backup-if-mismatch -p0 < $0;;
+    -unpatch) patch -f --no-backup-if-mismatch -R -p0 < $0;;
+    *)
+        echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+        exit 1;;
+esac
+
+exit 0
+
+ at DPATCH@
+--- lib/Net/Server/HTTP.pm	(Revision 71815)
++++ lib/Net/Server/HTTP.pm	(Arbeitskopie)
+@@ -289,6 +289,8 @@
+ 
+ Calls send_status with 501 and the argument passed to send_501.
+ 
++=back
++
+ =head1 COMMAND LINE ARGUMENTS
+ 
+ In addition to the command line arguments of the Net::Server




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