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)
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
)