Hi! On Thu, 2016-06-02 at 15:47:03 -0400, Greg Manning wrote: > Package: dpkg-dev > Version: 1.17.26 > Severity: normal > > Dear Maintainer, > > When building an architecture independent package: > > "dpkg-buildpackage -A" generates ..._all.changes (correct) > > but > > "dpkg-buildpackage -g" generates ..._amd64.changes (incorrect) > > i.e. the changes filename incorrectly mentions the architecture of the build > machine.
> I have been using 1.17.26 on jessie; 1.18.7 seems to give the same results. > Note that in 1.18.7, -g is supposed to be equivalent to --build=source,all. > And --build=source,all generates ..._all.changes (correctly). I don't see how --build=source,all would generate an _all.changes files, it just behaves the same as -g, --build=all does generate _all.changes though. But in any case I'll fix the behavior of -g and --build=source,all to use all as the arch for the changes file. Thanks, Guillem