We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Split makedepends into builddepends and installdepends.
builddepends should contain packages needed to: download source, extract source, and run and the function build and package,
builddepends
build
package
installdepends should contain packages needed to run the functions: pre_uninstall, post_install, and {pre,post}_upgrade.
installdepends
pre_uninstall
post_install
{pre,post}_upgrade
This minimises the required make dependencies one machines that packages compiled by other machines.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Split makedepends into builddepends and installdepends.
builddepends
should contain packages needed to:download source, extract source, and run and the function
build
andpackage
,installdepends
should contain packages needed torun the functions:
pre_uninstall
,post_install
, and{pre,post}_upgrade
.This minimises the required make dependencies one machines that packages compiled by other machines.
The text was updated successfully, but these errors were encountered: