Mitchell Dorrell
Mitchell Dorrell
I noticed that you didn't list `make clean` and/or `git clean -ix`. Perhaps your build reused an old version of an intermediate file? If so, there might be dependency missing...
My previous theory (missing dependency in the Makefile) looks to be incorrect. New theory: The `make package` command runs `buildpkg.sh` (from `buildpkg.sh.in`). The package filename includes a variable, `$VERSION`, which...
Hi @mpounsett, Through Launchpad, we have a "PPA" configured, which is a miniature apt repository, yes. We currently use that to provide binaries for all three active Ubuntu LTS releases:...