package: dgit dgit can't import a dsc from an unknown distro
root@odroidu2:/# mkdir tempgit root@odroidu2:/# cd tempgit/ root@odroidu2:/tempgit# git init Initialized empty Git repository in /tempgit/.git/ root@odroidu2:/tempgit# dgit import-dsc ../xen_4.8.0-1+rpi1.dsc testbranch gpgv: Signature made Tue 17 Jan 2017 22:38:36 UTC gpgv: using RSA key 9B5A65384137C4E2411789DE8D33448CA66931D6 gpgv: issuer "[email protected]" gpgv: Can't check signature: No public key dgit: warning: failed to verify signature on ../xen_4.8.0-1+rpi1.dsc Dgit metadata in .dsc: specified git info (raspbian) dgit: import-dsc of .dsc with Dgit field, using git hash .dsc names distro raspbian: fetching rewrite map fatal: No path specified. See 'man git-pull' for valid url syntax dgit: failed command: Use of uninitialized value $_ in substitution (s///) at /usr/share/perl5/Debian/Dgit.pm line 143. root@odroidu2:/tempgit# If I configure dgit so it knows about raspbian I can import the dsc successfully but I shouldn't have to. There is a url in the dsc and dgit should be able to use it. The dsc is availble from http://plugwash.raspbian.org/jessietest/private/pool/main/x/xen/xen_4.8.0-1+rpi1.dsc if you want to test this yourself.

