[libx12-parser-perl] 02/03: Add initial version of debian/patches/Makefile-PL.patch.

Robert James Clay jame at rocasa.us
Mon Mar 28 22:23:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

jame-guest pushed a commit to branch master
in repository libx12-parser-perl.

commit f8002e2b66d1c4e10f92bcb1fcb80928344f787d
Author: Robert James Clay <jame at rocasa.us>
Date:   Mon Mar 28 09:26:59 2016 -0400

    Add initial version of debian/patches/Makefile-PL.patch.
---
 debian/patches/Makefile-PL.patch | 17 +++++++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/Makefile-PL.patch b/debian/patches/Makefile-PL.patch
new file mode 100644
index 0000000..280a547
--- /dev/null
+++ b/debian/patches/Makefile-PL.patch
@@ -0,0 +1,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 at 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',
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..14482e0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Makefile-PL.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libx12-parser-perl.git



More information about the Pkg-perl-cvs-commits mailing list