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

gregoa pushed a commit to branch master
in repository libsereal-encoder-perl.

commit 68b4152de816a8cf58bcd3d5ee8d891cb83db35e
Author: gregor herrmann <gre...@debian.org>
Date:   Mon Apr 14 21:12:07 2014 +0200

    Add a patch to fix the perl path in const-c.inc.
---
 debian/patches/perl-path.patch | 20 ++++++++++++++++++++
 debian/patches/series          |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/perl-path.patch b/debian/patches/perl-path.patch
new file mode 100644
index 0000000..9335779
--- /dev/null
+++ b/debian/patches/perl-path.patch
@@ -0,0 +1,20 @@
+Description: Fix perl path in const-c.inc
+ Reverts a change that happened somewhere between the 2.08 and 2.11 releases.
+ Probably harmless but still ...
+Origin: vendor
+Bug: https://github.com/Sereal/Sereal/issues/51
+Forwarded: https://github.com/Sereal/Sereal/issues/51
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2014-04-14
+
+--- a/const-c.inc
++++ b/const-c.inc
+@@ -673,7 +673,7 @@
+      Regenerate these constant functions by feeding this entire source file to
+      perl -x
+ 
+-#!/home/yorton/perl5/perlbrew/perls/perl-5.18.2/bin/perl -w
++#!/usr/bin/perl -w
+ use ExtUtils::Constant qw (constant_types C_constant XS_constant);
+ 
+ my $types = {map {($_, 1)} qw(IV)};
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..60c14a3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+perl-path.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to