New upstream 1.6.0 uploaded. Everything moved out of /usr/lib into /usr/lib/axis2. Kees, I'm not sure what you want me to do about the minizip thing? Mention something in debian/copyright, perhaps?
As for the test suite, that failure is really strange. They declare "char msg[10]" and then try to copy a 13 byte string into it. That in itself is odd, but the oddest thing is that the variable isn't used for anything. It's only referenced in that strcpy call. Removing it (or extending the char array to 15) lets it continue a bit, but the test suite still fails. It would be nice to get this fixed, but it won't happen in time for FF (which is 40 minutes from now). -- MIR for axis2c https://bugs.launchpad.net/bugs/418225 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
