Thanks!
> - if (IsDebian(Distro) || Distro == UbuntuLucid || Distro == UbuntuJaunty)
> + if (IsDebian(Distro) || Distro == UbuntuLucid || Distro == UbuntuJaunty ||
> + Distro == UbuntuKarmic)
> ExtraOpts.push_back("--hash-style=both");
I should probably add version range checks....
Cheers,
Rafael