[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][lintian/lintian][master] data/binaries/arch-regex: Add hurd-amd64 case



Title: GitLab

Maytham Alsudany pushed to branch master at lintian / lintian

Commits:

  • 443aaaf0
    by Samuel Thibault at 2025-03-21T03:16:26+00:00
    data/binaries/arch-regex: Add hurd-amd64 case
    

1 changed file:

Changes:

  • data/binaries/arch-regex
    ... ... @@ -30,6 +30,7 @@ armhf ~~^ELF 32-bit LSB .* ARM, .* [(](?:SYSV|GNU/Linux)[)]
    30 30
     #avr32        ~~^ELF 32-bit MSB .* [(]SYSV[)]
    
    31 31
     hppa          ~~^ELF 32-bit MSB .* PA-RISC
    
    32 32
     hppa64        ~~^ELF 64-bit MSB .* PA-RISC
    
    33
    +hurd-amd64    ~~^ELF 64-bit LSB .* x86-64, .* (?:GNU/Hurd|(?!GNU)).*$
    
    33 34
     hurd-i386     ~~^ELF 32-bit LSB .* Intel 80386, .* (?:GNU/Hurd|(?!GNU)).*$
    
    34 35
     i386          ~~^ELF 32-bit LSB .* (80386|i386), .* (?:GNU/Linux|(?!GNU)).*$
    
    35 36
     ia64          ~~^ELF 64-bit LSB .* IA-64
    


  • Reply to: