the DBD::SQLite2 package has been removed in debian-testing, therefor we should upgrade to DBD::SQLite3 package only one script uses DBD::SQLite2 (misc/cronjobs/create_koc_db.pl), see BZ-4269 'create_koc_db.pl' can use both sqlite2 and sqlite3, so we can upgrade this package without a problem
Created attachment 131217 [details] [review] Bug 30209: Upgrade 'libdbd-sqlite2-perl' package to 'libdbd-sqlite3-perl' 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
Created attachment 131218 [details] [review] Bug 30209: Upgrade 'libdbd-sqlite2-perl' package to 'libdbd-sqlite3-perl' 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
Created attachment 131432 [details] [review] Bug 30209: Upgrade 'libdbd-sqlite2-perl' package to 'libdbd-sqlite3-perl' 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 Signed-off-by: Mason James <mtj@kohaaloha.com>
hi Frido can you apply this patch to pass the master tests on jenkins https://jenkins.koha-community.org/view/master/job/Koha_Master_D10/548/
Created attachment 131457 [details] [review] Bug 30209: Upgrade 'libdbd-sqlite2-perl' package to 'libdbd-sqlite3-perl' to test... 1/ apply patch, build and install new package 2/ check that libdbd-sqlite3-perl package is installed $ dpkg -l | grep libdbd-sqlite ii libdbd-sqlite3-perl:amd64 1.62-3 amd64 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 Signed-off-by: Mason James <mtj@kohaaloha.com>
(In reply to Mason James from comment #5) > hi Frido > can you apply this patch to pass the master tests on jenkins > > https://jenkins.koha-community.org/view/master/job/Koha_Master_D10/548/ lets not apply this to 21.11 and lower, for now
Pushed to master for 22.05, thanks to everybody involved [U+1F984]
(In reply to Mason James from comment #7) > (In reply to Mason James from comment #5) > > hi Frido > > can you apply this patch to pass the master tests on jenkins > > > > https://jenkins.koha-community.org/view/master/job/Koha_Master_D10/548/ > > lets not apply this to 21.11 and lower, for now hi tuxayo, any chance we can get this patch added to 21.05?
Backported: Pushed to 21.05.x branch for 21.05.19
(In reply to Mason James from comment #10) > hi tuxayo, any chance we can get this patch added to 21.05? What about 21.11?
(In reply to Victor Grousset/tuxayo from comment #12) > (In reply to Mason James from comment #10) > > hi tuxayo, any chance we can get this patch added to 21.05? > > What about 21.11? ok, lets do 21.11 too :0)