e9patch
e9patch copied to clipboard
Move Debian package build recipe to Makefile
Slightly relevant: build.sh is equivalent to make -j$(nproc) tool release and can also be removed IMHO.
I forgot to mention this uses M4 to inject the version into the Debian binary control file. If this build-time dependency is undesirable, I'd use sed instead.
Yeah, I would definitely like to avoid new dependencies where possible.
Ditto, the build recipe has been updated accordingly!