[libhtml-formhandler-perl] 05/05: add small patch fixing WHATIS entries of two manpages

Damyan Ivanov dmn at moszumanska.debian.org
Sat Nov 11 21:19:26 UTC 2017


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

dmn pushed a commit to branch master
in repository libhtml-formhandler-perl.

commit f07d5707884d3cb89abe8781274e119e7452948a
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Nov 11 21:19:13 2017 +0000

    add small patch fixing WHATIS entries of two manpages
---
 debian/patches/series       |  1 +
 debian/patches/whatis.patch | 53 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a750fb7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+whatis.patch
diff --git a/debian/patches/whatis.patch b/debian/patches/whatis.patch
new file mode 100644
index 0000000..49aa5d9
--- /dev/null
+++ b/debian/patches/whatis.patch
@@ -0,0 +1,53 @@
+Description: small fix for WHATIS entry of two manpages
+ The WHATIS entry is taken from the NAME head of the POD and should be like
+ "name - short description", just like the POD in the rest of the modules
+Author: Damyan Ivanov <dmn at debian.org>
+
+--- a/lib/HTML/FormHandler/Field/RequestToken.pm
++++ b/lib/HTML/FormHandler/Field/RequestToken.pm
+@@ -117,7 +117,9 @@ __END__
+ 
+ =head1 NAME
+ 
+-HTML::FormHandler::Field::RequestToken
++HTML::FormHandler::Field::RequestToken - Hidden text field which contains
++a unique time-stamped token
++
+ 
+ =head1 VERSION
+ 
+@@ -138,11 +140,6 @@ an encrypted token containing an expirat
+ No data needs to be persisted in the user's session or on the
+ server.
+ 
+-=head1 NAME
+-
+-HTML::FormHandler::Field::RequestToken - Hidden text field which contains
+-a unique time-stamped token
+-
+ =head1 ATTRIBUTES
+ 
+ =head2 expiration_time
+--- a/lib/HTML/FormHandler/Field/Role/RequestToken.pm
++++ b/lib/HTML/FormHandler/Field/Role/RequestToken.pm
+@@ -30,7 +30,8 @@ __END__
+ 
+ =head1 NAME
+ 
+-HTML::FormHandler::Field::Role::RequestToken
++HTML::FormHandler::Field::Role::RequestToken - Moose attributes for
++RequestToken fields
+ 
+ =head1 VERSION
+ 
+@@ -40,10 +41,6 @@ version 0.40068
+ 
+ Role with Moose attributes necessary for the RequestToken field
+ 
+-=head1 NAME
+-
+-HTML::FormHandler::Field::Role::RequestToken
+-
+ =head1 AUTHOR
+ 
+ FormHandler Contributors - see HTML::FormHandler

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



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