Maytham Alsudany pushed to branch master at lintian / lintian
Commits: 1e57b35a by Christoph Biedl at 2025-03-20T13:11:35+08:00 Adjust i386 architecture detection Closes: #1100664 - - - - - 1 changed file: - data/binaries/arch-regex Changes: ===================================== data/binaries/arch-regex ===================================== @@ -31,7 +31,7 @@ armhf ~~^ELF 32-bit LSB .* ARM, .* [(](?:SYSV|GNU/Linux)[)] hppa ~~^ELF 32-bit MSB .* PA-RISC hppa64 ~~^ELF 64-bit MSB .* PA-RISC hurd-i386 ~~^ELF 32-bit LSB .* Intel 80386, .* (?:GNU/Hurd|(?!GNU)).*$ -i386 ~~^ELF 32-bit LSB .* 80386, .* (?:GNU/Linux|(?!GNU)).*$ +i386 ~~^ELF 32-bit LSB .* (80386|i386), .* (?:GNU/Linux|(?!GNU)).*$ ia64 ~~^ELF 64-bit LSB .* IA-64 kfreebsd-amd64~~^ELF 64-bit LSB .* x86-64, .* (?:GNU/kFreeBSD|(?!GNU)).*$ kfreebsd-i386 ~~^ELF 32-bit LSB .* 80386, .* (?:GNU/kFreeBSD|(?!GNU)).*$ View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/1e57b35ae9f615cb03cd1c7ba53e56bd5c7e5baa -- View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/1e57b35ae9f615cb03cd1c7ba53e56bd5c7e5baa You're receiving this email because of your account on salsa.debian.org.