[libmodule-build-withxspp-perl] 01/05: updated version of reproducible-output.patch, thanks lamby
gregor herrmann
gregoa at debian.org
Sat Aug 27 11:19:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libmodule-build-withxspp-perl.
commit 7431e6cad047fa0206ec95e688e51487b726ecd4
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Aug 27 13:13:37 2016 +0200
updated version of reproducible-output.patch, thanks lamby
Gbp-Dch: Ignore
---
debian/changelog | 4 ----
debian/patches/reproducible-output.patch | 6 ++++--
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 32e66df..95214de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,5 @@
libmodule-build-withxspp-perl (0.14-3) UNRELEASED; urgency=medium
- PROBLEM:
- tests fail with patch
- fixed patch still needs to be forwarded upstream
-
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
diff --git a/debian/patches/reproducible-output.patch b/debian/patches/reproducible-output.patch
index 460937b..ed03bba 100644
--- a/debian/patches/reproducible-output.patch
+++ b/debian/patches/reproducible-output.patch
@@ -7,6 +7,8 @@ Bug-Debian: https://bugs.debian.org/835447
Author: Chris Lamb <lamby at debian.org>
Reviewed-by: gregor herrmann <gregoa at debian.org>
Last-Update: 2016-08-26
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=117252
+Bug: https://rt.cpan.org/Ticket/Display.html?id=117252
--- a/lib/Module/Build/WithXSpp.pm
+++ b/lib/Module/Build/WithXSpp.pm
@@ -23,12 +25,12 @@ Last-Update: 2016-08-26
my $typemap_args = '';
- $typemap_args .= '-t "' . _naive_shell_escape(Cwd::abs_path($_)) . '" ' foreach keys %$xspt_files;
-+ $typemap_args .= '-t "' . _naive_shell_escape(File::Spec->abs2rel($_, $this->build_dir)) . '" ' foreach keys %$xspt_files;
++ $typemap_args .= '-t "' . _naive_shell_escape(File::Spec->abs2rel($_, $self->build_dir)) . '" ' foreach keys %$xspt_files;
foreach my $xsp_file (keys %$xsp_files) {
- my $full_path_file = _naive_shell_escape( Cwd::abs_path($xsp_file) );
- my $cmd = qq{INCLUDE_COMMAND: \$^X -MExtUtils::XSpp::Cmd -e xspp -- $typemap_args "$full_path_file"\n\n};
-+ my $relative_path_file = _naive_shell_escape( File::Spec->abs2rel($xsp_file, $this->build_dir) );
++ my $relative_path_file = _naive_shell_escape( File::Spec->abs2rel($xsp_file, $self->build_dir) );
+ my $cmd = qq{INCLUDE_COMMAND: \$^X -MExtUtils::XSpp::Cmd -e xspp -- $typemap_args "$relative_path_file"\n\n};
$xs_code .= $cmd;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-build-withxspp-perl.git
More information about the Pkg-perl-cvs-commits
mailing list