How can I download package A which depends on A-1 and A-2, which depend on A-1-1, A-1-2, A-2-1, A-2-2, A-2-3 etc.
So, that when I entered in a new computer without internet access, if I want to install package A I only need to do dpkg -i *.deb without any complain about the dependences issues.
Please note that I need download all the dependences, the best approach by far is the accepted answer!