ActivityWatch / deb-activitywatch-bin

.deb package generation for Debian/Ubuntu
3 stars 5 forks source link

Improves package build #3

Open gutierri opened 2 years ago

gutierri commented 2 years ago

This patch hopes to improve package building from Makefile and script (debian-package.sh). I added a version parameter (VERSION) in the Makefile, so it's easier to "version" the package to be built.

It also removes the "sudo" commands from the script, simplifying and allowing manual calling of the command with "make" (example: sudo make build)