You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.0.0 pack files into debian package without compiling #8
This contains a breaking change for the target `debian`. Because some
projects use the makefiles to create a debian package without binaries
(f. i. for shell scripts, etc) this target is designed to only create
the actual .deb file.
Instead of calling directly `debian` (which creates a debian file)
use either the phony target `package` or the new target
`debian-with-binary`.
There is no make target to bundle a debian package without compiling (go) code first. See build/make/package-debian.mk:
The text was updated successfully, but these errors were encountered: