Re: [Koha-devel] Upgrading bugs.koha-community.org (plus others)

2023-01-10 Thread David Nind
Hi Chris. It looks like the IRC logging has stopped logging again. David Nind ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/

Re: [Koha-devel] Upgrading bugs.koha-community.org (plus others)

2023-01-10 Thread Chris Cormack
Yeah the irc server keeps kicking the bot off. I'll see what I can do Chris On 11 January 2023 8:07:59 am NZDT, David Nind wrote: >Hi Chris. > >It looks like the IRC logging has stopped logging again. > >David Nind ___ Koha-devel mailing list Koha-dev

[Koha-devel] debian/control out of date in master

2023-01-10 Thread David Cook
Hi all, It looks like debian/control is out of date in master. I know that we update it from debian/control.in using debian/update-control when the official packages are made, but why don't we run that as part of tagged releases? It seems to me like it would make sense to have a stable debian/c

[Koha-devel] libtest-dbix-class-perl not installable on Docker Debian Bullseye image...

2023-01-10 Thread David Cook
Hi all, I'm trying to build Debian packages for Koha 22.11 but keep having little hiccups. The last one is that libtest-dbix-class-perl is not installable on Docker's Debian Bullseye image. It looks like libtest-dbix-class-perl's dep libdbix-class-uuidcolumns-perl uses either libuuid-perl o

Re: [Koha-devel] libtest-dbix-class-perl not installable on Docker Debian Bullseye image...

2023-01-10 Thread David Cook
Hi again, The problem was with the interaction of devscripts and libtest-dbix-class-perl. They have mutually incompatible dependencies. (Well, a devscript recommendation and a libtest-dbix-class-perl dependency.) I removed libtest-dbix-class-perl from my control file and now I'm fine. Shoul