apt-get build-dep ‘program’

Reading package lists… Done
E: You must put some ‘source’ URIs in your sources.list

Remove the # before each line with # deb-src from sources.list:

sed -i ‘/^#\sdeb-src /s/^#//’ “/etc/apt/sources.list”

apt-get update