Maytham Alsudany pushed to branch master at lintian / lintian
Commits:
-
1e57b35a
by Christoph Biedl at 2025-03-20T13:11:35+08:00
1 changed file:
Changes:
... | ... | @@ -31,7 +31,7 @@ armhf ~~^ELF 32-bit LSB .* ARM, .* [(](?:SYSV|GNU/Linux)[)] |
31 | 31 | hppa ~~^ELF 32-bit MSB .* PA-RISC
|
32 | 32 | hppa64 ~~^ELF 64-bit MSB .* PA-RISC
|
33 | 33 | hurd-i386 ~~^ELF 32-bit LSB .* Intel 80386, .* (?:GNU/Hurd|(?!GNU)).*$
|
34 | -i386 ~~^ELF 32-bit LSB .* 80386, .* (?:GNU/Linux|(?!GNU)).*$
|
|
34 | +i386 ~~^ELF 32-bit LSB .* (80386|i386), .* (?:GNU/Linux|(?!GNU)).*$
|
|
35 | 35 | ia64 ~~^ELF 64-bit LSB .* IA-64
|
36 | 36 | kfreebsd-amd64~~^ELF 64-bit LSB .* x86-64, .* (?:GNU/kFreeBSD|(?!GNU)).*$
|
37 | 37 | kfreebsd-i386 ~~^ELF 32-bit LSB .* 80386, .* (?:GNU/kFreeBSD|(?!GNU)).*$
|