The debci log files show changes in the base system. That is sometimes useful, but it would also be interesting to see the changes in installed packages from the test-deps themselves too, at least until we get to a point where precisely one package has changed on every run. :)
I suppose it's a matter of taking a package list before and after installing test-deps, subtracting the former from the latter and then diffing to the previous run.
The debci log files show changes in the base system. That is sometimes useful, but it would also be interesting to see the changes in installed packages from the test-deps themselves too, at least until we get to a point where precisely one package has changed on every run. :)
I suppose it's a matter of taking a package list before and after installing test-deps, subtracting the former from the latter and then diffing to the previous run.