pkd/debian: Clone full git branch to make 'git am -3' work
The 'git am -3' command fails for shallow clones. Let's clone the repo
with '--single-branch' instead, which will fetch the full history of the
cloned branch, but will not fetch other branches.