Code review comment for lp:~tormodvolden/ubuntu/karmic/googleearth-package/karmic-bugs

Revision history for this message
Tormod Volden (tormodvolden) wrote :

[PATCH] Do not use local libssl either.
Move the local libssl away the same way we do for libcrypto.
The standard libssl0.9.8 Debian package should work fine.
(Closes: 528029, 537837)

[PATCH] Fix bashism in make-googleearth-package
The string equality operator in the Bourne shell is "=". Anyway, if
we want to probe for the empty string, use -z instead.
(Closes: 524686)

« Back to merge proposal