pkd/debian: Use 'git am' instead of 'patch' to avoid issues
The patch tool tries to ask questions when a patch fails, which means
automated builds will be waiting for that to time out on errors. Use
'git am' instead. This should also be smarter when applying patches.