Package: apt-mirror
Version: 0.5.1-1
Severity: normal

Hi!

This package is using the following code:

  "defaultarch" => `dpkg --print-installation-architecture 2>/dev/null` || 
'i386'

which supresses the warning emitted by dpkg about the command being
obsolete, because it is targetted for removal. Please switch to
--print-architecture w/o suppressing error messages.

The code also defaults to i386, which seems rather arbitrary. If this
is to catter for systems w/o dpkg then maybe it's about time to change
it to amd64 perhaps?

Thanks,
Guillem

Reply via email to