dpkg-gensymbols: Move foreach inlined array elements into a list
commit49d1a9e107de31bc4ceaf6a63cfdb2ea1d559996
authorGuillem Jover <guillem@debian.org>
Wed, 28 Dec 2022 00:27:36 +0000 (28 01:27 +0100)
committerGuillem Jover <guillem@debian.org>
Wed, 24 Jan 2024 12:07:22 +0000 (24 13:07 +0100)
tree128b637f054a79c3732764935442ace426acfc1d
parent6e85ee7014459e2d448a6edddb1370986f7df065
dpkg-gensymbols: Move foreach inlined array elements into a list

This statement contains lots of elements which makes reading the code
harder. Instead move them into an array, which makes it more clear and
makes it also easier to extend with minimal diff.

Changelog: internal
scripts/dpkg-gensymbols.pl