[Koha-bugs] [Bug 12259] Invalid dependency module version number

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 15 06:30:29 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12259

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28266|0                           |1
        is obsolete|                            |

--- Comment #2 from M. Tompsett <mtompset at hotmail.com> ---
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 <mtompset at hotmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list