Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No debian package target without a binary #8

Closed
robertauer opened this issue Aug 9, 2019 · 0 comments · Fixed by #9
Closed

No debian package target without a binary #8

robertauer opened this issue Aug 9, 2019 · 0 comments · Fixed by #9
Labels
bug Something isn't working

Comments

@robertauer
Copy link
Member

There is no make target to bundle a debian package without compiling (go) code first. See build/make/package-debian.mk:

$(DEBIAN_PACKAGE): $(BINARY) $(DEBIAN_BUILD_DIR)/debian-binary ${PREPARE_PACKAGE} $(DEBSRC)
@robertauer robertauer added the bug Something isn't working label Aug 9, 2019
robertauer added a commit that referenced this issue Aug 12, 2019
@ppxl ppxl closed this as completed in #9 Aug 12, 2019
ppxl added a commit that referenced this issue Aug 12, 2019
Make debian target only pack files without compiling
Resolve #8
ppxl added a commit that referenced this issue Aug 12, 2019
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`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant