On 2017-06-04 09:23, Steinar H. Gunderson wrote: > On Sun, Jun 04, 2017 at 12:15:56AM +0200, Andreas Beckmann wrote: >> If I read the upgrade log correct, dblatex got first deconfigured and >> later *removed* during the distupgrade. Actually most of the texlive >> stack seems to get removed (including texlive-binaries, which ships >> mktexlsr). Why did this happen? What was the actual command you used to >> perform the upgrade? What was the set of packages installed before the >> upgrade? > > I don't have a full list of pre-upgrade packages, but the command was a > standard “apt full-upgrade”. The deconfigure is presumably due to the > Breaks:, as Norbert mentioned.
You should be able to find the logs for the actions taken/planned by apt for that upgrade in /var/log/apt/history.log*, the should help me reproduce the upgrade scenario. Andreas