Dpkg::Vendor::Debian: Invert time64 suppression list logic
commit2f4014f9d7638015d2a73b776bde176c3060d958
authorGuillem Jover <guillem@debian.org>
Thu, 18 May 2023 01:08:38 +0000 (18 03:08 +0200)
committerGuillem Jover <guillem@debian.org>
Fri, 19 May 2023 02:46:06 +0000 (19 04:46 +0200)
tree9fe042290313690ffaf108edecd894ec2407170c
parent1aded0e307f4ed50a4fa80820a8041c481674ce9
Dpkg::Vendor::Debian: Invert time64 suppression list logic

New 32-bit glibc architectures default to time64, and the list of time32
architectures is finite and will not grow any longer. So it makes more
sense to base the ignore list on that finite list than on the new 32-bit
architectures that default to time64, even though currently that is a
shorter list, but which will require continue maintenance and update.
scripts/Dpkg/Vendor/Debian.pm