Does apt-get have a command to upgrade all the dependencies of a package? Currently I use 'apt-cache show package' and upgrade each of the dependencies one by one, but it seems to me this is a job for apt-get if ever there was one. If this requires a new command, perhaps 'apt-get upgrade package' or 'apt-get upgrade-dep package'.
Cheers, Shaun