Hi, I'm pleased to announce that most of Koha dependencies (as listed in Makefile.PL) are present and up-to-date in Debian. The only exceptions are: * XML::RSS: the package libxml-rss-perl is outdated but its maintainer has just accepted that the package will be maintained by the Debian Perl Group. So it should be ok very soon. * Zebra [and Koha itself]: they will need more work According to a recent post on this list, zebra seems to require a more recent version of ZOOM (or at least of libyaz) than the one currently in Debian: Makefile.PL (from Koha) requires ZOOM >= 1.16 that works with libyaz2 2.1.48. Both ZOOM 1.16 and libyaz2 2.1.48 are on my webpage and in Debian experimental. But newer versions seem to be required. There is good hope here again that we will be able to upload an up-to-date yaz package in a few weeks. Next step: packaging zebra and Koha... Best regards, Vincent -- Vincent Danjean GPG key ID 0x9D025E87 vdanjean@debian.org GPG key fingerprint: FC95 08A6 854D DB48 4B9A 8A94 0BF7 7867 9D02 5E87 Unofficial pacakges: http://www-id.imag.fr/~danjean/deb.html#package APT repo: deb http://perso.debian.org/~vdanjean/debian unstable main
From my last installation Koha 3 (git) on Debian testing I found only this 3
Hi What state of work on deb-packaging of Koha? packages not in Debian testing repository (yet, but probably in unstable): Text::CSV Text::CSV_XS CGI::Session::Serialize::yaml In Debian Bugs found some report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389876 With best wishes Serhij Dubyk P.S. About yaml: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484556 (not in libcgi-session-perl) -- View this message in context: http://www.nabble.com/Status-of-Debian-and-Koha-tp14033209p17915328.html Sent from the Koha - Dev mailing list archive at Nabble.com. _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
Hello, On Tue, Jun 17, 2008 at 08:21:30AM -0700, Serhij Dubyk*Сергій Дубик wrote:
What state of work on deb-packaging of Koha?
Vincent Danjean did a great work to package every koha dependancies. There are some few missing, including idzebra. As idzebra is GPL licenced but compiled with openssl libs , it can't goes as it into debian. I have no reply from indexdata about it. For the packaging of koha itself, i would like something like: koha-web (installs opac and intranet files, nozebra used) koha-zebra (depending to zebra, installs zebra_queue zebra_daemon) here is still some work about debianization of init scripts with proper management of multiple koha instances. Something like k3ensite, k3dissite ? koha-utils (migration tools, ...) koha-locale-fr (guess :) ) koha-locale-it
From my last installation Koha 3 (git) on Debian testing I found only this 3 packages not in Debian testing repository (yet, but probably in unstable):
Text::CSV Text::CSV_XS
install libtext-csv-perl
CGI::Session::Serialize::yaml
this is a very new koha dependance so Vincent didn't allready notice it :)
In Debian Bugs found some report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389876
MRJ has de debianized version of koha in his git. I wait for him to go public with that work to discuss about the good way to debianize koha. regards -- Marc Chantreux BibLibre, expert en logiciels libres pour l'info-doc http://biblibre.com _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
Marc Chantreux wrote:
Hello,
On Tue, Jun 17, 2008 at 08:21:30AM -0700, Serhij Dubyk*Сергій Дубик wrote:
What state of work on deb-packaging of Koha?
Vincent Danjean did a great work to package every koha dependancies.
There are some few missing, including idzebra.
As idzebra is GPL licenced but compiled with openssl libs , it can't goes as it into debian. I have no reply from indexdata about it.
YAZ 3.0.30 is able to do SSL using GNU TLS and therefore no longer depend on OpenSSL. However, we made a mistake in YAZ 3.0.30 by using the OpenSSL GNU TLS compatibility library which is GPL and not LGPL. YAZ 3.0.34 (not yet released) will use GNU TLS core only. This should resolve the conflicts. AFAIK, YAZ 3.0.30 is packaged without SSL completely (due to the problem with GNU TLS Openssl). / Adam
For the packaging of koha itself, i would like something like:
koha-web (installs opac and intranet files, nozebra used) koha-zebra (depending to zebra, installs zebra_queue zebra_daemon)
here is still some work about debianization of init scripts with proper management of multiple koha instances. Something like k3ensite, k3dissite ?
koha-utils (migration tools, ...)
koha-locale-fr (guess :) ) koha-locale-it
From my last installation Koha 3 (git) on Debian testing I found only this 3 packages not in Debian testing repository (yet, but probably in unstable):
Text::CSV Text::CSV_XS
install libtext-csv-perl
CGI::Session::Serialize::yaml
this is a very new koha dependance so Vincent didn't allready notice it :)
In Debian Bugs found some report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389876
MRJ has de debianized version of koha in his git. I wait for him to go public with that work to discuss about the good way to debianize koha.
regards
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
hello Adam, On Wed, Jun 18, 2008 at 10:05:50AM +0200, Adam Dickmeiss wrote:
AFAIK, YAZ 3.0.30 is packaged without SSL completely (due to the problem with GNU TLS Openssl).
If you can't fix the soft, you can fix the license (http://www.gnome.org/~markmc/openssl-and-the-gpl.html) without having side effect ;) regards -- Marc Chantreux BibLibre, expert en logiciels libres pour l'info-doc http://biblibre.com _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
Marc Chantreux wrote:
hello Adam,
On Wed, Jun 18, 2008 at 10:05:50AM +0200, Adam Dickmeiss wrote:
AFAIK, YAZ 3.0.30 is packaged without SSL completely (due to the problem with GNU TLS Openssl).
If you can't fix the soft, you can fix the license (http://www.gnome.org/~markmc/openssl-and-the-gpl.html) without having side effect ;)
The soft is being fixed as we speak :-) / Adam
regards
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
On 2008/06/18, at 8:28 PM, Marc Chantreux wrote:
hello Adam,
On Wed, Jun 18, 2008 at 10:05:50AM +0200, Adam Dickmeiss wrote:
AFAIK, YAZ 3.0.30 is packaged without SSL completely (due to the problem with GNU TLS Openssl).
If you can't fix the soft, you can fix the license (http://www.gnome.org/~markmc/openssl-and-the-gpl.html) without having side effect ;)
regards
Interesting link - thanks Marc _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
Marc Chantreux wrote:
On Tue, Jun 17, 2008 at 08:21:30AM -0700, Serhij Dubyk*Сергій Дубик wrote:
From my last installation Koha 3 (git) on Debian testing I found only this 3 packages not in Debian testing repository (yet, but probably in unstable):
Text::CSV Text::CSV_XS
install libtext-csv-perl
and libtext-csv-xs-perl There was a mix in these Debian package : * etch libtext-csv-perl contains Text::CSV_XS (with patches to also have Text::CSV interface) * lenny libtext-csv-perl contains Text::CSV lenny libtext-csv-xs-perl contains Text::CSV_XS
CGI::Session::Serialize::yaml
this is a very new koha dependance so Vincent didn't allready notice it :)
Argh. I just see this yesterday. libcgi-session-serialize-yaml-perl is currently in the NEW queue (and on my web page). I'm not sure it will be in the lenny distribution (it would need a freeze exception from the release managers...) If I can find some free time, I will try to package zebra (the last missing dependency). I know that koha can work without it, but it will more more difficult to package two versions of koha (one with and one without zebra) (mostly to ensure smooth upgrades and so on). MJ: can you tell me where I can find your work about koha packaging ? Best regards, Vincent
hello Vincent, On Thu, Jul 31, 2008 at 12:58:57PM +0200, Vincent Danjean wrote:
There was a mix in these Debian package : * etch libtext-csv-perl contains Text::CSV_XS (with patches to also have Text::CSV interface) * lenny libtext-csv-perl contains Text::CSV lenny libtext-csv-xs-perl contains Text::CSV_XS
thanks for pointing it
CGI::Session::Serialize::yaml this is a very new koha dependance so Vincent didn't allready notice it :)
Argh. I just see this yesterday. libcgi-session-serialize-yaml-perl is currently in the NEW queue (and on my web page). I'm not sure it will be in the lenny distribution (it would need a freeze exception from the release managers...)
as we just want to provide some few packages for only one flavor (lenny) and as there are some simple tools to maintain such a trivial repo, we can also think about a koha repository (waiting for andy|davis|sergeant).
I know that koha can work without it, but it will more more difficult to package two versions of koha (one with and one without zebra) (mostly to ensure smooth upgrades and so on).
other points can be discuted for packaging. For example: how do we handle localization files, or misc tools?
MJ: can you tell me where I can find your work about koha packaging ?
MJ? :) -- Marc Chantreux BibLibre, expert en logiciels libres pour l'info-doc http://biblibre.com
Marc Chantreux <marc.chantreux@biblibre.com> wrote:
On Thu, Jul 31, 2008 at 12:58:57PM +0200, Vincent Danjean wrote:
MJ: can you tell me where I can find your work about koha packaging ?
MJ? :)
As I told people who wrote to me directly (who didn't mention this mailing list thread), my work has been obsoleted by that of Chris Cormack and Vincent Danjean. I may hold the Intent To Package bug and I'm happy to test, review and sponsor packages for 3.0 into debian, but software.coop is currently being paid to work on koha on Mac OS X more than on debian, so I don't expect new packaging work to happen here soon (unless we get a new debian contract). Regards, -- MJ Ray (slef) Webmaster for hire, statistician and online shop builder for a small worker cooperative http://www.ttllp.co.uk/ http://mjr.towers.org.uk/ (Notice http://mjr.towers.org.uk/email.html) tel:+44-844-4437-237
participants (6)
-
Adam Dickmeiss -
Marc Chantreux -
Mason James -
MJ Ray -
Serhij Dubyk *Сергі й Дубик -
Vincent Danjean