bernd / fpm-cookery

A tool for building software packages with fpm.
Other
460 stars 88 forks source link

resolving runtime dependencies at build time #123

Closed glensc closed 9 years ago

glensc commented 9 years ago

why are runtime dependencies (depends) attempted to be solved at build time? build_depends is for that

# fpm-cook package -p centos -D
===> Starting package creation for php-UrlUtil-1.19 (centos, rpm)
===> 
DEBUG: Run lifecycle hook: before_dependency_installation
===> Verifying build_depends and depends with Puppet
===> All build_depends and depends packages installed
DEBUG: Run lifecycle hook: after_dependency_installation
===> Fetching source: 
...
bernd commented 9 years ago

See discussion here: https://github.com/bernd/fpm-cookery/pull/116#issuecomment-136281675

glensc commented 9 years ago

lets continue discussion there