Bugzilla – Attachment 129591 Details for
Bug 29881
Remove SQLite2 dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29881: libdbd-sqlite2-perl is unavailable on deb12 (koha-common wont install)
Bug-29881-libdbd-sqlite2-perl-is-unavailable-on-de.patch (text/plain), 1.41 KB, created by
Jonathan Druart
on 2022-01-19 09:15:45 UTC
(
hide
)
Description:
Bug 29881: libdbd-sqlite2-perl is unavailable on deb12 (koha-common wont install)
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-01-19 09:15:45 UTC
Size:
1.41 KB
patch
obsolete
>From 4ef8e49b8449590f1e25cab3e1935c75e95c839d Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Fri, 14 Jan 2022 19:44:24 +1300 >Subject: [PATCH] Bug 29881: libdbd-sqlite2-perl is unavailable on deb12 > (koha-common wont install) > >to test... > >- attempt to install koha-common pkg on deb12 > > confirm error... > The following packages have unmet dependencies: > koha-common : Depends: libdbd-sqlite2-perl but it is not installable > >- apply patch, rebuild new package > >- install new koha-common pkg on deb12 successfully > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > debian/list-deps | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/debian/list-deps b/debian/list-deps >index 86b71782108..563c8d6ed74 100755 >--- a/debian/list-deps >+++ b/debian/list-deps >@@ -34,7 +34,8 @@ 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)', > 'Locale::Language' => 'liblocale-codes-perl', >- 'CGI::Compile' => 'libcgi-compile-perl (>= 0.25) | libcgi-compile-perl (<< 0.24)' >+ 'CGI::Compile' => 'libcgi-compile-perl (>= 0.25) | libcgi-compile-perl (<< 0.24)', >+ 'DBD::SQLite2' => 'libdbd-sqlite2-perl (>= 0.33) | libdbd-sqlite3-perl', > ); > > # These are packages we're going to ignore >-- >2.25.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 29881
:
129461
|
129591
|
130209
|
131216