The Makefile currently uses fpm to create DEBs but this tool has broken several times. Since Faktory's packaging is very static, we should be able to use Debian tools directly to build release packages, including systemd units. Here's one approach:
https://vincent.bernat.ch/en/blog/2019-pragmatic-debian-packaging
The Makefile currently uses
fpmto create DEBs but this tool has broken several times. Since Faktory's packaging is very static, we should be able to use Debian tools directly to build release packages, including systemd units. Here's one approach:https://vincent.bernat.ch/en/blog/2019-pragmatic-debian-packaging