Louis-Philippe Véronneau pushed to branch master at lintian / lintian
Commits:
-
aca75fc9
by Samuel Thibault at 2025-07-14T15:43:47+02:00
1 changed file:
Changes:
| ... | ... | @@ -31,13 +31,13 @@ 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-amd64 ~~^ELF 64-bit LSB .* x86-64, .* (?:GNU/Hurd|(?!GNU)).*$
|
| 34 | -hurd-i386 ~~^ELF 32-bit LSB .* Intel 80386, .* (?:GNU/Hurd|(?!GNU)).*$
|
|
| 34 | +hurd-i386 ~~^ELF 32-bit LSB .* (80386|i386), .* (?:GNU/Hurd|(?!GNU)).*$
|
|
| 35 | 35 | i386 ~~^ELF 32-bit LSB .* (80386|i386), .* (?:GNU/Linux|(?!GNU)).*$
|
| 36 | 36 | ia64 ~~^ELF 64-bit LSB .* IA-64
|
| 37 | 37 | kfreebsd-amd64~~^ELF 64-bit LSB .* x86-64, .* (?:GNU/kFreeBSD|(?!GNU)).*$
|
| 38 | -kfreebsd-i386 ~~^ELF 32-bit LSB .* 80386, .* (?:GNU/kFreeBSD|(?!GNU)).*$
|
|
| 38 | +kfreebsd-i386 ~~^ELF 32-bit LSB .* (80386|i386), .* (?:GNU/kFreeBSD|(?!GNU)).*$
|
|
| 39 | 39 | loong64 ~~^ELF 64-bit LSB .* LoongArch
|
| 40 | -lpia ~~^ELF 32-bit LSB .* 80386, .* (?:GNU/Linux|(?!GNU)).*$
|
|
| 40 | +lpia ~~^ELF 32-bit LSB .* (80386|i386), .* (?:GNU/Linux|(?!GNU)).*$
|
|
| 41 | 41 | m32r ~~^ELF 32-bit MSB .* M32R
|
| 42 | 42 | m68k ~~^ELF 32-bit MSB .* 680[02]0
|
| 43 | 43 | mips ~~^ELF 32-bit MSB .* MIPS
|