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

carnil pushed a commit to branch master
in repository libdbd-sqlite3-perl.

commit ae7c2f09a0d192f5077c33d88eac9ce3cc466f2c
Author: Salvatore Bonaccorso <car...@debian.org>
Date:   Thu Jun 11 20:10:08 2015 +0200

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

diff --git a/debian/patches/fix-test-sort.patch 
b/debian/patches/fix-test-sort.patch
deleted file mode 100644
index 5fb7147..0000000
--- a/debian/patches/fix-test-sort.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: fix test failure by forcing sqlite to actually sort something
- Current versions of sqlite seem to not do any sorting if the result has just
- one element. This patch makes sure the result picks up a few more elements,
- so that the sort counter gets pushed above zero.
-Author: Florian Schlichting <f...@debian.org>
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=89011
-
---- a/t/53_status.t
-+++ b/t/53_status.t
-@@ -39,8 +39,8 @@
-       }
- 
-       {
--              my $sth = $dbh->prepare('select * from foo where text = ? order 
by text desc');
--              $sth->execute("text1");
-+              my $sth = $dbh->prepare('select * from foo where text LIKE ? 
order by text desc');
-+              $sth->execute("text1%");
-               my $st_status = $sth->$func('st_status');
-               ok $st_status && ref $st_status eq ref {}, "st status is a 
hashref";
-               my $num_of_keys = scalar keys %$st_status;
diff --git a/debian/patches/series b/debian/patches/series
index 90c8520..65230e8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 use_system_sqlite
-fix-test-sort.patch

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