-
Notifications
You must be signed in to change notification settings - Fork 18
Deb packaging #654
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
Deb packaging #654
Conversation
floitsch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and I think we should commit this PR as a starting point.
However, if we want to get Jaguar accepted as Debian package, we need to improve the copyright collection.
Since Golang statically links in other sources, Jaguar's copyright needs to include all dependent packages (and that must happen transitively).
Have a look at https://github.com/Debian/dh-make-golang for tooling that should help make this happen.
I'm not sure if we can use dh-make-golang as replacement for our make step, but if we can, that would probably be the easiest.
Co-authored-by: Florian Loitsch <[email protected]>
Co-authored-by: Florian Loitsch <[email protected]>
Co-authored-by: Florian Loitsch <[email protected]>
Co-authored-by: Florian Loitsch <[email protected]>
Co-authored-by: Florian Loitsch <[email protected]>
Co-authored-by: Florian Loitsch <[email protected]>
floitsch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still LGTM.
Adds support for building Jaguar as a Debian package (no upstream yet). The update introduces the necessary Debian packaging files, automates the
.debbuild and release process in CI, and updates documentation to reflect the new installation method.