[libmongodb-perl] 09/15: Drop patch fix-db-test, fixed upstream.

gregor herrmann gregoa at debian.org
Sat Jun 21 23:13:10 UTC 2014


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

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

commit 772f8bf4a9d3d603d5c2370c8d24062d6e0ca341
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 22 00:25:42 2014 +0200

    Drop patch fix-db-test, fixed upstream.
---
 debian/patches/fix-db-test | 20 --------------------
 debian/patches/series      |  1 -
 2 files changed, 21 deletions(-)

diff --git a/debian/patches/fix-db-test b/debian/patches/fix-db-test
deleted file mode 100644
index 4793df9..0000000
--- a/debian/patches/fix-db-test
+++ /dev/null
@@ -1,20 +0,0 @@
-Description:Fix db test
- Change the expected error string to a new value
- issued by mongodb. The change also accepts 
- older error string to be backward compatible.
- .
- See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730913#19 for rationale
-Bug:http://rt.cpan.org/Public/Bug/Display.html?id=91085
-Bug-Debian:https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730913
-Author:dod
---- a/t/db.t
-+++ b/t/db.t
-@@ -49,7 +49,7 @@
- is('hello, world', $hello, 'db eval');
- 
- my $err = $db->eval('function(x) { xreturn "hello, "+x; }', ["world"]);
--like($err, qr/(?:compile|execution) failed/, 'js err');
-+like($err, qr/(?:compile|execution) failed|exception: SyntaxError: Unexpected string/, 'js err');
- 
- # tie
- {
diff --git a/debian/patches/series b/debian/patches/series
index 68e5f06..9fd7c6c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 5.14-ccflags.patch
-fix-db-test

-- 
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