[libdata-messagepack-perl] 04/10: Update debian/patches/2001_use_system_lib.patch

Christopher Hoskin christopher.hoskin at gmail.com
Sat Sep 17 05:16:42 UTC 2016


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

grinorcole-guest pushed a commit to branch master
in repository libdata-messagepack-perl.

commit 15f191392c3e610164b8d7bd55359d4a363a5bb9
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sat Sep 17 04:40:56 2016 +0100

    Update debian/patches/2001_use_system_lib.patch
---
 debian/changelog                         |  1 +
 debian/patches/2001_use_system_lib.patch | 13 +++++++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e4e3b61..ad9c773 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libdata-messagepack-perl (1.00-1) UNRELEASED; urgency=medium
 
   [ Christopher Hoskin ]
   * New upstream release (1.00)
+  * Update debian/patches/2001_use_system_lib.patch
 
  -- Christopher Hoskin <christopher.hoskin at gmail.com>  Fri, 16 Sep 2016 20:00:04 +0100
 
diff --git a/debian/patches/2001_use_system_lib.patch b/debian/patches/2001_use_system_lib.patch
index 0d139a2..8c04f8b 100644
--- a/debian/patches/2001_use_system_lib.patch
+++ b/debian/patches/2001_use_system_lib.patch
@@ -1,3 +1,12 @@
+Description: Use packaged msgpack
+ Remove references to the bundled ./include path from Makefile.PL so that the
+ headers from the libmsgpack-dev package are used instead.
+Author: Jonas Smedegaard <dr at jones.dk>
+Reviewed-by: Christopher Hoskin <christopher.hoskin at gmail.com>
+Last-Update: 2016-09-17
+Forwarded: not-needed
+Last-Update: 2016-09-16
+
 --- a/Makefile.PL
 +++ b/Makefile.PL
 @@ -25,11 +25,10 @@
@@ -9,8 +18,8 @@
  	postamble (qq{
 -xs-src/pack.o : xshelper.h include/msgpack/pack_define.h include/msgpack/pack_template.h include/msgpack/sysdep.h
 -xs-src/unpack.o : xshelper.h include/msgpack/unpack_define.h include/msgpack/unpack_template.h include/msgpack/sysdep.h
-+xs-src/pack.o : xshelper.h msgpack/pack_define.h msgpack/pack_template.h msgpack/sysdep.h
-+xs-src/unpack.o : xshelper.h msgpack/unpack_define.h msgpack/unpack_template.h msgpack/sysdep.h
++xs-src/pack.o : xshelper.h   
++xs-src/unpack.o : xshelper.h 
  });
  
          if($Module::Install::AUTHOR) {

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



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