[libmongodb-perl] 02/03: Remove patch applied upstream.

Harlan Lieberman-Berg H.LiebermanBerg at gmail.com
Mon Nov 16 05:11:10 UTC 2015


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

hlieberman-guest pushed a commit to branch master
in repository libmongodb-perl.

commit 48d0a0880e7d73382d1dc03005141a0fbee72b87
Author: Harlan Lieberman-Berg <hlieberman at setec.io>
Date:   Mon Nov 16 00:06:41 2015 -0500

    Remove patch applied upstream.
---
 ...ON-encoded-doubles-in-little-endian-order.patch | 28 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/0001-Expect-BSON-encoded-doubles-in-little-endian-order.patch b/debian/patches/0001-Expect-BSON-encoded-doubles-in-little-endian-order.patch
deleted file mode 100644
index c8c7514..0000000
--- a/debian/patches/0001-Expect-BSON-encoded-doubles-in-little-endian-order.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 6469bf8eb321686c3b38a15b9a8a311a838568cb Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni at debian.org>
-Date: Tue, 27 Oct 2015 20:49:00 +0000
-Subject: [PATCH] Expect BSON encoded doubles in little endian order
-
-This fixes bson_codec test failures on big endian platforms.
-
-Bug-Debian: https://bugs.debian.org/803178
----
- t/lib/TestBSON.pm | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/t/lib/TestBSON.pm b/t/lib/TestBSON.pm
-index e400586..b0f5b04 100644
---- a/t/lib/TestBSON.pm
-+++ b/t/lib/TestBSON.pm
-@@ -82,7 +82,7 @@ sub _doc {
- sub _cstring { return $_[0] . "\x00" }
- BEGIN { *_ename = \&_cstring }
- 
--sub _double { return pack( "d", shift ) }
-+sub _double { return pack( PERL58 ? "d" : "d<", shift ) }
- 
- sub _int32 { return pack( P_INT32, shift ) }
- 
--- 
-2.1.4
-
diff --git a/debian/patches/series b/debian/patches/series
index 46bb23d..5299247 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 spelling.patch
-0001-Expect-BSON-encoded-doubles-in-little-endian-order.patch

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



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