[libmodule-build-xsutil-perl] 05/05: Add patch to fix spelling error found by Lintian
Axel Beckert
abe at deuxchevaux.org
Fri Dec 22 02:13:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libmodule-build-xsutil-perl.
commit 0b75c29e941f44882b25a9fd409d028809e33434
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Fri Dec 22 03:10:50 2017 +0100
Add patch to fix spelling error found by Lintian
---
debian/changelog | 1 +
debian/patches/fix-spelling-errors.patch | 36 ++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 38 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 9e56a29..4e47b50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libmodule-build-xsutil-perl (0.18-1) UNRELEASED; urgency=medium
* Import upstream version 0.18.
* Set "Rules-Requires-Root: no".
* Declare compliance with Debian Policy 4.1.2. (No changes needed.)
+ * Add patch to fix spelling error found by Lintian.
-- Axel Beckert <abe at debian.org> Fri, 22 Dec 2017 03:03:54 +0100
diff --git a/debian/patches/fix-spelling-errors.patch b/debian/patches/fix-spelling-errors.patch
new file mode 100644
index 0000000..1762ee4
--- /dev/null
+++ b/debian/patches/fix-spelling-errors.patch
@@ -0,0 +1,36 @@
+Description: Fix spelling errors found by Lintian
+Author: Axel Beckert <abe at debian.org>
+Forwarded: no
+
+--- a/README.md
++++ b/README.md
+@@ -61,11 +61,11 @@
+
+ - generate\_ppport\_h
+
+- Genereate ppport.h by [Devel::PPPort](https://metacpan.org/pod/Devel::PPPort).
++ Generate ppport.h by [Devel::PPPort](https://metacpan.org/pod/Devel::PPPort).
+
+ - generate\_xshelper\_h
+
+- Genereate xshelper.h which is a helper header file to include EXTERN.h, perl.h, XSUB.h and ppport.h,
++ Generate xshelper.h which is a helper header file to include EXTERN.h, perl.h, XSUB.h and ppport.h,
+ and defines some portability stuff which are not supported by ppport.h.
+
+ It is porting from [Module::Install::XSUtil](https://metacpan.org/pod/Module::Install::XSUtil).
+--- a/lib/Module/Build/XSUtil.pm
++++ b/lib/Module/Build/XSUtil.pm
+@@ -452,11 +452,11 @@
+
+ =item generate_ppport_h
+
+-Genereate ppport.h by L<Devel::PPPort>.
++Generate ppport.h by L<Devel::PPPort>.
+
+ =item generate_xshelper_h
+
+-Genereate xshelper.h which is a helper header file to include EXTERN.h, perl.h, XSUB.h and ppport.h,
++Generate xshelper.h which is a helper header file to include EXTERN.h, perl.h, XSUB.h and ppport.h,
+ and defines some portability stuff which are not supported by ppport.h.
+
+ It is porting from L<Module::Install::XSUtil>.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..770c395
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-errors.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-build-xsutil-perl.git
More information about the Pkg-perl-cvs-commits
mailing list