[libdata-messagepack-stream-perl] 05/13: Refresh use-packaged-msgpack.patch.

gregor herrmann gregoa at debian.org
Sat Sep 17 14:25:31 UTC 2016


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

gregoa pushed a commit to branch master
in repository libdata-messagepack-stream-perl.

commit 2c51c01d038fb7daac361957b126ab06c92b1873
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 17 15:37:50 2016 +0200

    Refresh use-packaged-msgpack.patch.
---
 debian/patches/use-packaged-msgpack.patch | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/patches/use-packaged-msgpack.patch b/debian/patches/use-packaged-msgpack.patch
index 0561904..d219fc3 100644
--- a/debian/patches/use-packaged-msgpack.patch
+++ b/debian/patches/use-packaged-msgpack.patch
@@ -1,9 +1,10 @@
 Description: Use packaged msgpack
  Remove from Makefile.PL the code to build the msgpack source code included in
  the upstream source. Link to the binary from the libmsgpack package instead.
-Author: Christopher Hoskin <christopher.hoskin at gmail.com>
 Forwarded: not-needed
-Last-Update: 2015-02-14
+Author: Christopher Hoskin <christopher.hoskin at gmail.com>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-09-17
 
 --- a/Makefile.PL
 +++ b/Makefile.PL
@@ -11,7 +12,7 @@ Last-Update: 2015-02-14
  
  use_ppport 3.19;
  cc_src_paths 'src';
--cc_include_paths 'msgpack-0.5.7/src';
+-cc_include_paths 'msgpack-1.4.2/include';
  cc_warnings;
  
  test_requires 'Data::MessagePack';
@@ -21,14 +22,14 @@ Last-Update: 2015-02-14
 -$opt .= ' --with-pic' if $amd64;
 +makemaker_args->{LIBS} = '-lmsgpack';
  
--makemaker_args->{MYEXTLIB} = 'msgpack-0.5.7/src/.libs/libmsgpack$(LIB_EXT)';
+-makemaker_args->{MYEXTLIB} = 'msgpack-1.4.2/src/.libs/libmsgpackc$(LIB_EXT)';
 -
 -{
 -    package MY;
 -    sub postamble {
 -        <<"__EOF__";
 -\$(MYEXTLIB):
--	cd msgpack-0.5.7 && ./configure $opt && \$(MAKE)
+-	cd msgpack-1.4.2 && ./configure $opt && \$(MAKE)
 -
 -__EOF__
 -    }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-messagepack-stream-perl.git



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