[libhtml-formhandler-perl] 01/01: split the Role:: patch in its own file

Damyan Ivanov dmn at moszumanska.debian.org
Sat Nov 11 22:58:44 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 902fb8a23955db28588303a841f3b36ad26673f9
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Nov 11 22:58:28 2017 +0000

    split the Role:: patch in its own file
    
    the Field:: part is already fixed in upstream Git
---
 debian/patches/series                              |  1 +
 .../patches/whatis-Field-Role-RequestToken.patch   | 31 ++++++++++++++++++++++
 debian/patches/whatis.patch                        | 29 +++-----------------
 3 files changed, 35 insertions(+), 26 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index a750fb7..1cdcc90 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 whatis.patch
+whatis-Field-Role-RequestToken.patch
diff --git a/debian/patches/whatis-Field-Role-RequestToken.patch b/debian/patches/whatis-Field-Role-RequestToken.patch
new file mode 100644
index 0000000..a3fb45c
--- /dev/null
+++ b/debian/patches/whatis-Field-Role-RequestToken.patch
@@ -0,0 +1,31 @@
+Description: fix FH::Field::Role::RequestToken WHATIS entry
+ the WHATIS entry of the manpage is taken from the NAME POD head,
+ and should be like "name - short description", just like in the rest
+ of the modules.
+ Also removes and extra '=head1 NAME'
+Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: https://github.com/gshank/html-formhandler/issues/137
+
+--- 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
diff --git a/debian/patches/whatis.patch b/debian/patches/whatis.patch
index 49aa5d9..8861587 100644
--- a/debian/patches/whatis.patch
+++ b/debian/patches/whatis.patch
@@ -1,7 +1,7 @@
-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
+Description: fix WHATIS entry of Field::RequestToken
+ This is already fixed in upstream Git
 Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: not needed
 
 --- a/lib/HTML/FormHandler/Field/RequestToken.pm
 +++ b/lib/HTML/FormHandler/Field/RequestToken.pm
@@ -28,26 +28,3 @@ Author: Damyan Ivanov <dmn at debian.org>
  =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