On 17/01/17 19:00, Ian Jackson wrote:
Package: dgit
Version: 3.4

If one tries to set up dgit push support for a distro which does not
have an ftpmaster api interface, and instead uses the aptget archive
access method, this happens:

Undefined subroutine &main::file_in_archive_aptget called at /usr/bin/dgit line 
1023.

This functionality is missing and needs to be implemented.
Having taken a quick look myself it seems that some of the access methods have a stub 
implementation of that function that just returns "undef". Furthermore it seems 
that the code that calls that function has a path for handling such a return value.

So I copied the stub function from "dummycat" to "aptget".

I'll post up a debdiff with this and any other changes I end up making to dgit 
later.

Reply via email to