Dpkg::Vendor::Ubuntu: Use a string comparison instead of debarch_eq()
commit1e0f6d9c8db189ea704fee24aa04245acc5d3151
authorGuillem Jover <guillem@debian.org>
Sat, 10 Dec 2022 18:44:08 +0000 (10 19:44 +0100)
committerGuillem Jover <guillem@debian.org>
Sun, 1 Jan 2023 22:23:51 +0000 (1 23:23 +0100)
treef0ccedc8e845bb9b44d9558d36f40cb04a5a5100
parentcbdd27b11384a397e60426fce1eb41947dc0b248
Dpkg::Vendor::Ubuntu: Use a string comparison instead of debarch_eq()

We have already normalize the arch name, so we can compare against the
well known constant string we want, and there is no need to use the
comparison function which is intended to compare arch names with
different tuple formats.
scripts/Dpkg/Vendor/Ubuntu.pm