http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12259
M. Tompsett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28266|0 |1 is obsolete| | --- Comment #2 from M. Tompsett <[email protected]> --- Created attachment 28269 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28269&action=edit [SIGNED OFF] Bug 12259 - fix version numbers in dependencies This sets the version numbers of the modules added by bug 12234 to more sensible values (in this case, the versions included in Debian Squeeze.) TEST PLAN --------- $ git reset --hard origin/master HEAD is now at 739def8 Bug 12234 - build script version update $ ./koha_perl_deps.pl -a | grep Text::PDF Text::PDF 0.29 * 0.33 Yes $ ./koha_perl_deps.pl -a | grep Font::TTF Font::TTF 0.48 0.33 Yes $ git bz apply 12259 Bug 12259 - Invalid dependency module version number 28266 - Bug 12259 - fix version numbers in dependencies Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 12259 - fix version numbers in dependencies $ ./koha_perl_deps.pl -a | grep Text::PDF Text::PDF 0.29 0.29 Yes $ ./koha_perl_deps.pl -a | grep Font::TTF Font::TTF 0.48 0.45 Yes Signed-off-by: Mark Tompsett <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
