In bug 12234, I forgot to change a version number for Text::PDF.
Created attachment 28266 [details] [review] 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.)
Created attachment 28269 [details] [review] [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 <mtompset@hotmail.com>
Created attachment 28274 [details] [review] 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.) Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Pushed to master. Thanks, Robin!