[libsoap-wsdl-perl] 05/07: Add a patch to install the wsdl2perl script.

gregor herrmann gregoa at debian.org
Sun May 29 16:50:37 UTC 2016


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

gregoa pushed a commit to branch master
in repository libsoap-wsdl-perl.

commit 317170d3fbca910236e5f66135f0ae3245f31f09
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 29 18:48:15 2016 +0200

    Add a patch to install the wsdl2perl script.
---
 debian/patches/makefile.pl-exe_files.patch | 17 +++++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/makefile.pl-exe_files.patch b/debian/patches/makefile.pl-exe_files.patch
new file mode 100644
index 0000000..4d4dd01
--- /dev/null
+++ b/debian/patches/makefile.pl-exe_files.patch
@@ -0,0 +1,17 @@
+Description: resurrect installation of bin/wsdl2perl.pl
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-05-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114807
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114807
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -29,6 +29,7 @@
+     test => { RECURSIVE_TEST_FILES => 1, },
+     ABSTRACT_FROM  => 'lib/SOAP/WSDL.pm',
+     AUTHOR       => 'Scott Walters <scott at slowass.net>',
++    EXE_FILES    => [ 'bin/wsdl2perl.pl' ],
+     (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
+     'meta-spec' => { version => 2 },
+      resources => {
diff --git a/debian/patches/series b/debian/patches/series
index d565a74..cf4975c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 pod-whatis.patch
 pod-spelling.patch
 use-Test::XML.patch
+makefile.pl-exe_files.patch

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



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