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/
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
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
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
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