Package: dgit
dget -d http://deb.debian.org/debian/pool/main/g/git/git_2.39.2-1.1.dsc
mkdir dgittest
cd dgittest
git init
dgit import-dsc ../git_2.39.2-1.1.dsc +workingbranch
results in.
Dgit metadata in .dsc: specified git info (debian)
dgit: import-dsc of .dsc with Dgit field, using git hash
.dsc names distro debian: fetching rewrite map
fatal: repository 'https://git.dgit.debian.org/git/' not found
dgit: failed command: git ls-remote -q --refs
https://git.dgit.debian.org/git refs/dgit-rewrite/map
dgit: error: subprocess failed with error exit status 128
Doing some poking around it appears to me that the repo
does exist, but access to it with git is blocked by some kind
of redirection rule.