Some dependencies (such as autoconf) are required only for building, but not once installed, so those should be declared separately so binary installations can ignore them. Debian uses Build-Depends for this, so we should probably adopt the same idea.
Some dependencies (such as
autoconf
) are required only for building, but not once installed, so those should be declared separately so binary installations can ignore them. Debian usesBuild-Depends
for this, so we should probably adopt the same idea.