File: Makefile-PL.patch

package info (click to toggle)
libx12-parser-perl 0.80-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 248 kB
  • ctags: 39
  • sloc: perl: 432; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 850 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Do not install Readme.pod to wrong directory.
 In order to resolve Lintian errors regarding a man page being in the wrong
 direcory, remove the line in Makefile.PL that installs the 'Readme.pod'
 file to the '$INST_MAN3DIR)/Parser' directory.
Author: Robert James Clay <jame@rocasa.us>
Last-Update: <2016-03-28>

--- libx12-parser-perl-0.80.orig/Makefile.PL
+++ libx12-parser-perl-0.80/Makefile.PL
@@ -8,7 +8,6 @@ WriteMakefile(
 	'VERSION_FROM' => 'lib/X12/Parser.pm',    # finds $VERSION
 	'PREREQ_PM'    => {},                     # e.g., Module::Name => 1.1
 	'PM'           => {
-		'Readme.pod'             => '$(INST_MAN3DIR)/Parser/Readme.pod',
 		'lib/X12/Parser.pm'      => '$(INST_LIBDIR)/Parser.pm',
 		'lib/X12/Parser/Cf.pm'   => '$(INST_LIBDIR)/Parser/Cf.pm',
 		'lib/X12/Parser/Tree.pm' => '$(INST_LIBDIR)/Parser/Tree.pm',