Yup
apt-get install <something-in-repository-or-ppa-you-added>
will bring down all the dependencies needed. That's the reason they package stuff against release numbers, so the dependencies are all consistent.
dpkg -i <some-random-deb-you-downloaded>
may give dependency errors.