[libspreadsheet-parsexlsx-perl] 11/11: create patch to fix whatis issue

Lucas Kanashiro kanashiro at moszumanska.debian.org
Sun Jun 25 05:00:15 UTC 2017


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

kanashiro pushed a commit to branch master
in repository libspreadsheet-parsexlsx-perl.

commit 5f0a9cd377833ca36b91f3b7dbcbbaee94378203
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Sun Jun 25 01:54:09 2017 -0300

    create patch to fix whatis issue
---
 debian/patches/001_fix-NAME-section-in-pod.patch | 39 ++++++++++++++++++++++++
 debian/patches/series                            |  1 +
 2 files changed, 40 insertions(+)

diff --git a/debian/patches/001_fix-NAME-section-in-pod.patch b/debian/patches/001_fix-NAME-section-in-pod.patch
new file mode 100644
index 0000000..76093f9
--- /dev/null
+++ b/debian/patches/001_fix-NAME-section-in-pod.patch
@@ -0,0 +1,39 @@
+Description: fix NAME section in POD
+ whatis cannot parse the NAME section in POD because do not have a bried
+ description of module, a simple description was added.
+Author: Lucas Kanashiro <kanashiro at debian.org>
+Last-Updated: 2017-06-25
+
+--- a/lib/Spreadsheet/ParseXLSX/Decryptor.pm
++++ b/lib/Spreadsheet/ParseXLSX/Decryptor.pm
+@@ -218,7 +218,7 @@ __END__
+ 
+ =head1 NAME
+ 
+-Spreadsheet::ParseXLSX::Decryptor
++Spreadsheet::ParseXLSX::Decryptor - decrypt XLSX file
+ 
+ =head1 VERSION
+ 
+--- a/lib/Spreadsheet/ParseXLSX/Decryptor/Agile.pm
++++ b/lib/Spreadsheet/ParseXLSX/Decryptor/Agile.pm
+@@ -110,7 +110,7 @@ __END__
+ 
+ =head1 NAME
+ 
+-Spreadsheet::ParseXLSX::Decryptor::Agile
++Spreadsheet::ParseXLSX::Decryptor::Agile - decrypt XLSX file in an agile way
+ 
+ =head1 VERSION
+ 
+--- a/lib/Spreadsheet/ParseXLSX/Decryptor/Standard.pm
++++ b/lib/Spreadsheet/ParseXLSX/Decryptor/Standard.pm
+@@ -90,7 +90,7 @@ __END__
+ 
+ =head1 NAME
+ 
+-Spreadsheet::ParseXLSX::Decryptor::Standard
++Spreadsheet::ParseXLSX::Decryptor::Standard - decrypt XLSX file in a standard way
+ 
+ =head1 VERSION
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8ca15fc
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+001_fix-NAME-section-in-pod.patch

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



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