How to get source with apt-get source in Ubuntu?
The source lines look exactly the same as the normal package lines, they just say deb-src
instead of deb
.
so just copy the ones you have now and change them to be deb-src
.
Update - You may also need to apt-get update after adding the deb-src lines.