Debian Squeeze packages and CPAN for master
Hi to all I'm testing a patch and so I have installed the master version from git (ver.3.09.00.057). After the commands sudo dpkg --set-selections < install_misc/debian.packages sudo apt-get dselect-upgrade the command "perl koha_perl_deps.pl -m -u" gives me a list of perl modules to install I find this situation: a)Modules in debian squeeze with a correct version: Cache::Memcached::Fast [libcache-memcached-fast-perl in debian] DBD::Mock [libdbd-mock-perl in debian] Test::MockModule [libtest-mockmodule-perl in debian] Test::Strict [libtest-strict-perl in debian] Test::YAML::Valid [libtest-yaml-valid-perl in debian] Time::Progress [libtime-progress-perl in debian] b)Modules in debian squeeze with a too early version: DateTime::Format::MySQL JSON::Any MooseX::Storage String::RewritePrefix c)Modulese not in debian squeeze: CHI CHI::Driver::Memcached Data::Pagination Data::Paginator Template::Plugin::HtmlToText For MooseX::Types I don't understand the exact situation. Do I prepare a patch for install_misc/debian.packages with all packages in a) section ? For b) section, are we sure of required versions of all packages ? Bye Zeno Tajoli -- Dott. Zeno Tajoli tajoliAT_SPAM_no_prendiATcilea.it fax +39 02 2135520 CILEA - Consorzio Interuniversitario http://www.cilea.it/disclaimer
Greetings,
a)Modules in debian squeeze with a correct version: Cache::Memcached::Fast [libcache-memcached-fast-perl in debian] DBD::Mock [libdbd-mock-perl in debian] Test::MockModule [libtest-mockmodule-perl in debian] Test::Strict [libtest-strict-perl in debian] Test::YAML::Valid [libtest-yaml-valid-perl in debian] Time::Progress [libtime-progress-perl in debian]
b)Modules in debian squeeze with a too early version: DateTime::Format::MySQL JSON::Any MooseX::Storage String::RewritePrefix
c) Modules not in debian squeeze: CHI CHI::Driver::Memcached Data::Pagination Data::Paginator Template::Plugin::HtmlToText
Do I prepare a patch for install_misc/debian.packages with all packages in a) section ?
I already did something like that: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8784
For b) section, are we sure of required versions of all packages ?
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8780 I'm not sure all are required. And as for c), are you sure you did: wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key add - echo deb http://debian.koha-community.org/koha squeeze-dev main | sudo tee /etc/apt/sources.list.d/koha.list (oldstable [3.6.x] or squeeze [3.8.x] instead of squeeze-dev [3.9.x] may work too, but since this is a git of master use squeeze-dev) sudo apt-get update sudo apt-get install libtemplate-plugin-htmltotext-perl The others are not required, as far as I recall. GPML, Mark Tompsett
participants (2)
-
Mark Tompsett -
Zeno Tajoli