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

deb: auto-inject shlibs:depends and misc:depends #411

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

cpuguy83
Copy link
Member

These are dependencies that will be resolved automatically by debbuild. If they are not needed, then the resulting control file that is output by debbuild will not include anything extra.
However, when the dependencies are needed it is important to have them.

This helps keep the spec more generic and avoid making mistakes.

@cpuguy83 cpuguy83 requested a review from a team as a code owner October 22, 2024 18:33
These are dependencies that will be resolved automatically by debbuild.
If they are not needed then the resulting control file that is output by
debbuild will not include anything extra.
However, when the dependencies are needed it is important to have them.

This helps keep the spec more generic and avoid making mistakes.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
@pmengelbert pmengelbert merged commit ca4a299 into Azure:main Oct 25, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants