[SCM] Packaging of Net::HTTPServer in Debian branch, master, updated. 234f0e3b531808558000e4291056fc9b49d5a74b

Andrew Shadura bugzilla at tut.by
Mon Feb 20 13:12:15 UTC 2012


The following commit has been merged in the master branch:
commit 234f0e3b531808558000e4291056fc9b49d5a74b
Author: Andrew Shadura <bugzilla at tut.by>
Date:   Mon Feb 20 16:09:34 2012 +0300

    add a patch to fix NAME sections

diff --git a/debian/patches/02-manpage-name-fix.patch b/debian/patches/02-manpage-name-fix.patch
new file mode 100644
index 0000000..b461186
--- /dev/null
+++ b/debian/patches/02-manpage-name-fix.patch
@@ -0,0 +1,47 @@
+Description: Fix NAME sections of the man pages.
+Author: Andrew Shadura <bugzilla at tut.by>
+
+--- a/lib/Net/HTTPServer.pm
++++ b/lib/Net/HTTPServer.pm
+@@ -22,7 +22,7 @@
+ 
+ =head1 NAME
+ 
+-Net::HTTPServer
++Net::HTTPServer - HTTP server
+ 
+ =head1 SYNOPSIS
+ 
+--- a/lib/Net/HTTPServer/Request.pm
++++ b/lib/Net/HTTPServer/Request.pm
+@@ -22,7 +22,7 @@
+ 
+ =head1 NAME
+ 
+-Net::HTTPServer::Request
++Net::HTTPServer::Request - HTTP request
+ 
+ =head1 SYNOPSIS
+ 
+--- a/lib/Net/HTTPServer/Session.pm
++++ b/lib/Net/HTTPServer/Session.pm
+@@ -22,7 +22,7 @@
+ 
+ =head1 NAME
+ 
+-Net::HTTPServer::Session
++Net::HTTPServer::Session - HTTP server side client session
+ 
+ =head1 SYNOPSIS
+ 
+--- a/lib/Net/HTTPServer/Response.pm
++++ b/lib/Net/HTTPServer/Response.pm
+@@ -22,7 +22,7 @@
+ 
+ =head1 NAME
+ 
+-Net::HTTPServer::Response
++Net::HTTPServer::Response - HTTP response
+ 
+ =head1 SYNOPSIS
+ 
diff --git a/debian/patches/series b/debian/patches/series
index e1fa9b9..7dfb95e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-spelling-fix.patch
+02-manpage-name-fix.patch

-- 
Packaging of Net::HTTPServer in Debian



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