Johannes Schauer writes ("Bug#800110: dgit does not a source-only upload as
requested"):
> Package: dgit
> Version: 1.4
> Severity: normal
...
> Unfortunately the .changes file happened to include binaries I earlier
> built with sbuild even though my workflow was as follows:
>
> $ dgit -wdd sbuild -d unstable
> $ dgit build-source
> $ dgit push
>
> The man page for "dgit build-source" talks about "source-only upload"s
> so I was surprised that when I looked at the .changes file that got
> uploaded, it said "Architecture: all amd64 source" and included amd64
> ..deb files.
I think you probably had multiple .changes files in your ..
dgit has a heuristic it uses whe you say `dgit push', to find the
changes file you meant.
I think that this problem won't recur if you don't do a binary build
first too.
dgit should probably be more cautious and try to spot this kind of
ambiguity, and fail.
Ian.