[libinline-c-perl] 04/05: port patch from old libinline-perl
gregor herrmann
gregoa at debian.org
Sat Jul 12 13:28:59 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libinline-c-perl.
commit 4a692c3d7df138d6017db99b8b65e41788134e4c
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jul 12 15:27:14 2014 +0200
port patch from old libinline-perl
---
debian/patches/fix-pod-paths.patch | 27 +++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 28 insertions(+)
diff --git a/debian/patches/fix-pod-paths.patch b/debian/patches/fix-pod-paths.patch
new file mode 100644
index 0000000..d4515fa
--- /dev/null
+++ b/debian/patches/fix-pod-paths.patch
@@ -0,0 +1,27 @@
+Description: fix paths to match Debian FHS
+ As lintian says:
+ The manual page references a directory that is specified
+ in the FSSTND but not in the FHS which is used by Debian.
+ This can be an indicator of a mismatch of the location of
+ files as installed for Debian and as described by the man
+ page.
+Origin: vendor
+Forwarded: not-needed
+Author: Jonathan Yu <jawnsy at cpan.org>
+Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-07-12
+
+--- a/lib/Inline/C/Cookbook.pod
++++ b/lib/Inline/C/Cookbook.pod
+@@ -175,8 +175,8 @@
+
+ Running this script produces:
+
+- > perl vowels.pl /usr/dict/words
+- The letters in /usr/dict/words are 37.5% vowels.
++ > perl vowels.pl /usr/share/dict/words
++ The letters in /usr/share/dict/words are 37.5% vowels.
+
+ =item See Also
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..763d83f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-pod-paths.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-c-perl.git
More information about the Pkg-perl-cvs-commits
mailing list