Summary: | Invalid dependency module version number | ||
---|---|---|---|
Product: | Koha | Reporter: | Robin Sheat <robin> |
Component: | Architecture, internals, and plumbing | Assignee: | Robin Sheat <robin> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P3 | CC: | gmcharlt, ztajoli |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 12259 - fix version numbers in dependencies
[SIGNED OFF] Bug 12259 - fix version numbers in dependencies Bug 12259 - fix version numbers in dependencies |
Description
Robin Sheat
2014-05-14 22:39:07 UTC
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! |