libdpkg: Factor fsys_list_parse_buffer() out of ensure_packagefiles_available()
commit01505a92295ee7767ebf92986ab569d9eb1d4f30
authorGuillem Jover <guillem@debian.org>
Sun, 19 May 2024 23:07:09 +0000 (20 01:07 +0200)
committerGuillem Jover <guillem@debian.org>
Wed, 3 Jul 2024 11:42:36 +0000 (3 13:42 +0200)
tree99960784b121d64c2fc6dfb453e606301fbe235a
parent6410d905bd5f491ca764debc2c25c44a4b561fe1
libdpkg: Factor fsys_list_parse_buffer() out of ensure_packagefiles_available()

Split the .list file specific parsing out of this more general files
metadata loading function.
lib/dpkg/db-fsys-files.c