Description
David Cook
2024-01-10 02:30:07 UTC
Can someone from the packaging team look at this one? I have a library that needs needs an updated Business::ISBN for a Koha plugin they use, so I'm going to download libbusiness-isbn-perl from https://packages.ubuntu.com/mantic/libbusiness-isbn-perl and install it. It would be good to have the Debian version in the Koha apt repo though. Actually looks like the download link for mantic is busted so I'll use the one for noble. I'll also need the latest libbusiness-isbn-data-perl Created attachment 169492 [details] [review] Bug 35755: Update cpanfile for Business::ISBN 3.008 Created attachment 169535 [details] [review] Bug 35755: Update cpanfile for Business::ISBN 3.008 Signed-off-by: David Cook <dcook@prosentient.com.au> Trying to move this one along. FYI the one library I have on Business::ISBN 3.008 is doing fine. Created attachment 169556 [details] [review] Bug 35755: Update cpanfile for Business::ISBN 3.008 Signed-off-by: David Cook <dcook@prosentient.com.au> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> FTR: ## Bad * bullseye: 3.006 * bookworm: 3.006 * focal: 3.004 * jammy: 3.006 ## Good * trixie: 3.0009 * noble: 3.009 * mantic (23.10): 3.008 ## Conclusion Needs to be packaged for `bullseye`, `bookworm`, `focal` and `jammy`. Mason.. are you OK to get this packaged up Should we go 3.0009? (mantic is EOL in a couple months anyway). (In reply to Tomás Cohen Arazi from comment #10) > Should we go 3.0009? (mantic is EOL in a couple months anyway). I don't see why not. Waiting for feedback from Packaging Manager. (In reply to Lucas Gass from comment #11) > (In reply to Tomás Cohen Arazi from comment #10) > > Should we go 3.0009? (mantic is EOL in a couple months anyway). > > I don't see why not. i've added Business::ISBN 3.0009 to the koha-staging/KTD images lets wait until jenkins test pass, and then add to koha prod apt repo (In reply to Mason James from comment #14) > (In reply to Lucas Gass from comment #11) > > (In reply to Tomás Cohen Arazi from comment #10) > > > Should we go 3.0009? (mantic is EOL in a couple months anyway). > > > > I don't see why not. > > i've added Business::ISBN 3.0009 to the koha-staging/KTD images > > lets wait until jenkins test pass, and then add to koha prod apt repo Jenkins is looking much greener now - are we ready to move on with this? Who goes first? Created attachment 170232 [details] [review] Bug 35755: Update cpanfile for Business::ISBN 3.009 I suspect we should require 3.009? (In reply to Lucas Gass from comment #17) > I suspect we should require 3.009? Can you explain what else is needed? It looks like we do: -requires 'Business::ISBN', '2.05'; +requires 'Business::ISBN', '3.009'; (In reply to Katrin Fischer from comment #18) > (In reply to Lucas Gass from comment #17) > > I suspect we should require 3.009? > > Can you explain what else is needed? It looks like we do: > > -requires 'Business::ISBN', '2.05'; > +requires 'Business::ISBN', '3.009'; yep, thats all that is needed :) Pushed for 24.11! Well done everyone, thank you! |