Bug#589713: multistrap calls dpkg-architecture without depending on dpkg-dev

2010-07-20 Thread Neil Williams
tag 589713 + pending quit On Tue, 20 Jul 2010 11:05:59 +0200 Karol Lewandowski wrote: > Package: multistrap > Version: 2.1.5 > Severity: normal > > multistrap doesn't depend, recommend or even suggest dpkg-dev, which > contains dpkg-architecture. > > Solution would be adding missing Depends/Re

Bug#589713: multistrap calls dpkg-architecture without depending on dpkg-dev

2010-07-20 Thread Karol Lewandowski
Package: multistrap Version: 2.1.5 Severity: normal multistrap doesn't depend, recommend or even suggest dpkg-dev, which contains dpkg-architecture. /usr/sbin/multistrap: ... 121 $host = `dpkg-architecture -qDEB_BUILD_ARCH`; 122 chomp ($host); 123 if ((not defined $arch) or ($arch eq "")) 124