The koha package depends on libyaz3, which depends on libicu42 which was removed from Debian Squeeze, so koha can't be installed. Could you use libyaz4? Or use it as an alternative?
Can you provide a bit more detail? The koha-common package depends on 'yaz', which in turn depends on libyaz4.
I'll investigate - it might be my mistake.
install_misc/apt-get-debian-lenny.sh says libyaz3. Is it OK if we rm that file (telling people to run downloaded shell scripts as root is not best practice IMO) and change INSTALL.debian to using debian.packages instead?
This works for me.
Created attachment 4505 [details] [review] install_misc/apt-get-debian-lenny.sh: obsolete, causing problems and a questionable practice, so deleted INSTALL.debian: updated to use debian.packages instead and cite more related docs
There's an error in the patch: $ sudo dpkg --set-selections < installer_misc/debian.packages should be: $ sudo dpkg --set-selections < install_misc/debian.packages
Created attachment 4508 [details] [review] install_misc/apt-get-debian-lenny.sh: obsolete, causing problems and a questionable practice, so deleted INSTALL.debian: updated to use debian.packages instead and cite more related docs Amended following feedback comment #6 from Robin Sheat <robin@catalyst.net.nz>
Created attachment 4774 [details] [review] Bug 5468: install_misc/apt-get-debian-lenny.sh: obsolete, causing problems and a questionable practice, so deleted INSTALL.debian: updated to use debian.packages instead and cite more related docs Amended following feedback comment #6 from Robin Sheat <robin@catalyst.net.nz> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Created attachment 4830 [details] [review] proposed patch (passed QA) QA comment This patch is harmless. I've changed the 1st line of the patch comment, the provided line was far too long ! I haven't tested the content itself is OK and applicable, slef, robin & chris are far better than me on this ! Marking passed QA
oups, ian, forgot to put you in the cc list, pls read the previous comment, it's for you
Pushed
Created attachment 5577 [details] [review] Follow up patch for HEAD/3.4.4 Required for Debian Koha 3.4.4 installation (and HEAD)
Created attachment 5578 [details] [review] Follow up patch for HEAD/3.4.4
Created attachment 5579 [details] [review] Follow up patch for HEAD/3.4.4
Lots conflicts on current master
This is now all fixed in master