Alright, I was upgrading from Alpha 2.37 and had a minor hiccup during the upgrade.
A mythtv related script has moved from one package to another which has caused an upgrade hiccup. Here's my experience:
# apt-get update
# apt-get dist-upgrade
After downloading for about 45 minutes apt began updating packages but failed, a window opened telling me that "lmce-mythtv-scripts 2.0.0.44.09112922522 had failed to install or upgrade."
So I performed another dist-upgrade and watched the screen as it failed again (and left other packages not upgraded):
Unpacking lmce-mythtv-scripts (from .../lmce-mythtv-scripts_2.0.0.44.09112922522_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/lmce-mythtv-scripts_2.0.0.44.09112922522_i386.deb (--unpack):
trying to overwrite `/usr/pluto/bin/SaveMythRecording.sh', which is also in package pluto-mythtv-player
Now almost all of the packages have been updated but... I performed another dist-upgrade and watched the screen:
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
pluto-mythtv-player: Depends: lmce-mythtv-scripts (>= 2.0.0.44) but it is not installed
Depends: lmce-mythtv-scripts (< 2.0.0.45) but it is not installed
pluto-mythtv-plugin: Depends: lmce-mythtv-scripts (>= 2.0.0.44) but it is not installed
Depends: lmce-mythtv-scripts (< 2.0.0.45) but it is not installed
E: Unmet dependencies. Try using -f.
All other packages have been updated at this point, so then I did an "apt-get -f install" and it installed the lmce-mythtv-scripts package successfully.
I used apt-get, "aptitude dist-upgrade" may have been able to deal with the removal/install ordering better, I'm not sure.
I rebooted and am currently waiting for orbiter to regenerate.
J.