[libdata-objectdriver-perl] 07/13: Remove no longer necessary sqlite_unique.patch

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Wed Aug 19 18:23:24 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libdata-objectdriver-perl.

commit ba95f9916f34a464ddd023e6b8d1dc9ad331a408
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Aug 19 14:23:07 2015 -0300

    Remove no longer necessary sqlite_unique.patch
    
    Already applied by upstream.
---
 debian/changelog                   |  2 ++
 debian/patches/series              |  1 -
 debian/patches/sqlite_unique.patch | 18 ------------------
 3 files changed, 2 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f2a470d..8859066 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ libdata-objectdriver-perl (0.13-1) UNRELEASED; urgency=medium
   * Import upstream version 0.13
   * Bump debhelper compatibility level to 9
   * Update patch that fix spelling errors
+  * Remove no longer necessary sqlite_unique.patch. Already applied by
+    upstream.
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Wed, 19 Aug 2015 13:09:44 -0300
 
diff --git a/debian/patches/series b/debian/patches/series
index 0324e51..2cd8e6f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 spelling.patch
 pod.patch
-sqlite_unique.patch
diff --git a/debian/patches/sqlite_unique.patch b/debian/patches/sqlite_unique.patch
deleted file mode 100644
index 2e179b0..0000000
--- a/debian/patches/sqlite_unique.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: adjust to newer SQLite
-Origin: CPAN RT
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=92870
-Author: zefram [...] fysh.org 
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-07-11
-
---- a/lib/Data/ObjectDriver/Driver/DBD/SQLite.pm
-+++ b/lib/Data/ObjectDriver/Driver/DBD/SQLite.pm
-@@ -30,7 +30,7 @@
- sub map_error_code {
-     my $dbd = shift;
-     my($code, $msg) = @_;
--    if ($msg && $msg =~ /not unique/) {
-+    if ($msg && $msg =~ /not unique|UNIQUE constraint failed/) {
-         return Data::ObjectDriver::Errors->UNIQUE_CONSTRAINT;
-     } else {
-         return;

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



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