Dpkg::Vendor::Debian: Only use ABI bits to suppress LFS or time64 features
commit549e8cd21c979ab62d6fb91dcf3bb2abe9d73647
authorGuillem Jover <guillem@debian.org>
Thu, 18 May 2023 00:39:40 +0000 (18 02:39 +0200)
committerGuillem Jover <guillem@debian.org>
Fri, 19 May 2023 02:35:21 +0000 (19 04:35 +0200)
tree2a0c056641a4243dcfa73720afc66f57fdd5454e
parenta8e85bbe1d6173c9cb3dcadb44a3ec1879822c46
Dpkg::Vendor::Debian: Only use ABI bits to suppress LFS or time64 features

The CPU bits are not relevant for the actual ABI, and we should not use
them here, or we can get incorrect results for architectures that run on
a 64-bit CPU but have a 32-bit ABI.
scripts/Dpkg/Vendor/Debian.pm