Bug#757254: "dpkg --add-architecture" silently ignores extra arguments

2014-08-06 Thread Guillem Jover
Hi! On Wed, 2014-08-06 at 19:30:00 +0200, Jakub Wilk wrote: > Package: dpkg > Version: 1.17.10 > Severity: minor > This command worked without error: > > # dpkg --add-architecture hppa alpha > > But only hppa was added to the architecture list: > > # cat /var/lib/dpkg/arch > i386 > hppa > I t

Bug#757254: "dpkg --add-architecture" silently ignores extra arguments

2014-08-06 Thread Jakub Wilk
Package: dpkg Version: 1.17.10 Severity: minor This command worked without error: # dpkg --add-architecture hppa alpha But only hppa was added to the architecture list: # cat /var/lib/dpkg/arch i386 hppa I think that dpkg should have either added both architectures, or failed with an error.