Suppose I have three packages: foo, subfoo, bar
The sources.txt for foo looks like this:
(subfoo is a sub-package in the foo family, let's say)
The sources.txt for bar looks like this:
Should subfoo be installed or not? Right now, it isn't and I have to write my bar sources.txt like this instead:
.
/path/to/foo
/path/to/foo/subfoo
Apologies if this is documented and I just missed it!