Bugzilla – Attachment 131217 Details for
Bug 30209
Upgrade 'libdbd-sqlite2-perl' package to 'libdbd-sqlite3-perl'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30209: Upgrade 'libdbd-sqlite2-perl' package to 'libdbd-sqlite3-perl'
Bug-30209-Upgrade-libdbd-sqlite2-perl-package-to-l.patch (text/plain), 1.81 KB, created by
Mason James
on 2022-03-02 02:19:14 UTC
(
hide
)
Description:
Bug 30209: Upgrade 'libdbd-sqlite2-perl' package to 'libdbd-sqlite3-perl'
Filename:
MIME Type:
Creator:
Mason James
Created:
2022-03-02 02:19:14 UTC
Size:
1.81 KB
patch
obsolete
>From 3efffe8667022d927bd86b8468c774c535a454f7 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Wed, 2 Mar 2022 14:46:09 +1300 >Subject: [PATCH] Bug 30209: Upgrade 'libdbd-sqlite2-perl' package to > 'libdbd-sqlite3-perl' >Content-Type: text/plain; charset="utf-8" > >to test... > >- apply patch, build and install new package > >- build and install new package > >- check that libdbd-sqlite3-perl package is installed > > note: libdbd-sqlite3-perl package installs DBD::SQLite module, which uses sqlite3 :) > > https://packages.debian.org/stretch/libdbd-sqlite3-perl > https://metacpan.org/pod/DBD::SQLite >--- > cpanfile | 2 +- > debian/list-deps | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/cpanfile b/cpanfile >index 36bf4f6b90..5a10602715 100644 >--- a/cpanfile >+++ b/cpanfile >@@ -135,7 +135,7 @@ recommends 'AnyEvent::HTTP', '2.13'; > recommends 'Archive::Extract', '0.60'; > recommends 'Archive::Zip', '1.30'; > recommends 'CGI::Session::Driver::memcached', '0.04'; >-recommends 'DBD::SQLite2', '0.33'; >+recommends 'DBD::SQLite', '1.70'; > recommends 'Devel::Cover', '0.89'; > recommends 'File::Copy', '2.08'; > recommends 'File::Path', '2.07'; >diff --git a/debian/list-deps b/debian/list-deps >index ec74aedc27..877e4a5f8b 100755 >--- a/debian/list-deps >+++ b/debian/list-deps >@@ -34,7 +34,7 @@ my %overrides = ( > 'Mojolicious' => 'libmojolicious-perl (>= 6.0)', > 'CPAN::Meta' => 'libcpan-meta-perl (>= 2.150010) | perl-modules-5.28 | perl-modules-5.30 | perl-modules (>= 5.20.2)', > 'CGI::Compile' => 'libcgi-compile-perl (>= 0.25) | libcgi-compile-perl (<< 0.24)', >- 'DBD::SQLite2' => 'libdbd-sqlite2-perl (>= 0.33) | libdbd-sqlite3-perl', >+ 'DBD::SQLite' => 'libdbd-sqlite3-perl', > ); > > # These are packages we're going to ignore >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30209
:
131217
|
131218
|
131432
|
131457