summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2019-02-22 16:38:09 +0100
committergregor herrmann <gregoa@debian.org>2019-02-22 16:38:09 +0100
commit396c29029374727a2adeef5e5a8cb0d50ba546a2 (patch)
tree72d952ab6d8583c8a5f0315d69596eb98060fee7
parent8744d718e9cdd2a5df2d109e3489965b98caade4 (diff)
add spelling.patch
Gbp-Dch: Ignore
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/spelling.patch27
2 files changed, 28 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..9d49d36
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,27 @@
+Description: Fix spelling mistakes in the POD
+Origin: vendor
+Author: gregor herrmann <gregoa@debian.org>
+Last-Update: 2019-02-22
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=128590
+Bug: https://rt.cpan.org/Ticket/Display.html?id=128590
+
+--- a/lib/Module/Build/Using/PkgConfig.pm
++++ b/lib/Module/Build/Using/PkgConfig.pm
+@@ -130,7 +130,7 @@
+
+ =item alien_version => $version
+
+-If the C<Alien::> module is not available, gives the module verison of it that
++If the C<Alien::> module is not available, gives the module version of it that
+ will be required to provide the F<pkg-config> module of the required version.
+ This gets added to C<requires>.
+
+@@ -476,7 +476,7 @@
+
+ =item *
+
+-Consider futher stealing the various helper methods from L<ExtUtils::CChecker>
++Consider further stealing the various helper methods from L<ExtUtils::CChecker>
+ and possibly splitting this class into a lower "C-using XS modules" and
+ higher-level F<pkg-config>+Alien layer.
+