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 68e4e4ec204af124bc892238e207e82afe6b757c
Author: gregor herrmann <gre...@debian.org>
Date:   Sat Sep 17 16:09:26 2016 +0200

    Adjust for msgpack-c (>= 1).
---
 debian/control                            | 2 +-
 debian/patches/use-packaged-msgpack.patch | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 56f4fd0..7e895c2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Perl Group 
<pkg-perl-maintain...@lists.alioth.debian.org>
 Uploaders: Christopher Hoskin <christopher.hos...@gmail.com>
 Build-Depends: debhelper (>= 9.20120312~),
  libdata-messagepack-perl,
- libmsgpack-dev,
+ libmsgpack-dev (>= 1),
  perl,
  perl (>= 5.17.4) | libextutils-parsexs-perl (>= 3.180000)
 Standards-Version: 3.9.6
diff --git a/debian/patches/use-packaged-msgpack.patch 
b/debian/patches/use-packaged-msgpack.patch
index d219fc3..8b45aa4 100644
--- a/debian/patches/use-packaged-msgpack.patch
+++ b/debian/patches/use-packaged-msgpack.patch
@@ -20,7 +20,7 @@ Last-Update: 2016-09-17
 -my ($amd64) = qx{ $^X -V } =~ /(amd64|x86_64)/i;
 -my $opt = '--disable-shared';
 -$opt .= ' --with-pic' if $amd64;
-+makemaker_args->{LIBS} = '-lmsgpack';
++makemaker_args->{LIBS} = '-lmsgpackc';
  
 -makemaker_args->{MYEXTLIB} = 'msgpack-1.4.2/src/.libs/libmsgpackc$(LIB_EXT)';
 -

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdata-messagepack-stream-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