Multiple .deb files in one snapcraft part - dump plugin

If your deb packages are available in an apt repository, perhaps Snapcraft’s experimental package-repositories feature might help?

Add the details of the apt repository in your snapcraft.yaml, and then use stage-packages to include the relevant files. This would also make sure you’re grabbing the latest version of the debs, and rely on dependencies to reduce the number of packages you need to explicitly name.