[diffoscope] 01/01: Add support for AR archives (including Rust .rlib files)

Levente Polyak levente at leventepolyak.net
Mon Jul 18 21:21:55 CEST 2016


On 07/18/2016 09:08 PM, Ximin Luo wrote:
>  
>  class RequiredToolNotFound(Exception):
> -    PROVIDERS = { 'bzip2':      { 'debian': 'bzip2'
> +    PROVIDERS = { 'ar':         { 'debian': 'ar'
> +                                , 'arch': 'ar' }
> +                , 'bzip2':      { 'debian': 'bzip2'
>                                  , 'arch': 'bzip2' }


I'm pretty sure that on the value part we list the packages of the
distro that contains the tool (which is the key).
Therefor for the 'ar' tool this should be binutils for both, debian and
arch.

cheers,
Levente


More information about the diffoscope mailing list