File: fix-pod-paths.patch

package info (click to toggle)
libinline-perl 0.46-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 620 kB
  • ctags: 122
  • sloc: perl: 3,817; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 692 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.
Author: Jonathan Yu <jawnsy@cpan.org>
Origin: vendor
Forwarded: no
--- a/C/C-Cookbook.pod
+++ b/C/C-Cookbook.pod
@@ -174,8 +174,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