> I don't understand why nginx-common depends on nginx. > If it wasn't, it would be installed before nginx naturally.
I don't think it should, that's my thought. HOWEVER I did discover that nginx **has a direct Depends` on nginx-common. Because it has a direct Depends on nginx-common it makes sense for a Predepends to be set for nginx to make sure this doesn't happen. However, it's odd that the Depends would fail to be properly determined by apt first. Thomas