]> git.pld-linux.org Git - packages/fpm-cookery.git/blame - no-runtime-deps-during-build.patch
one more match
[packages/fpm-cookery.git] / no-runtime-deps-during-build.patch
CommitLineData
3d136c57
ER
1https://github.com/bernd/fpm-cookery/issues/123
2
3diff --git a/lib/fpm/cookery/dependency_inspector.rb b/lib/fpm/cookery/dependency_inspector.rb
bb155600 4index bd311dd..f4ab191 100644
3d136c57
ER
5--- a/lib/fpm/cookery/dependency_inspector.rb
6+++ b/lib/fpm/cookery/dependency_inspector.rb
bb155600 7@@ -20,12 +20,12 @@ module FPM
3d136c57
ER
8 return
9 end
10
11- Log.info "Verifying build_depends and depends with Puppet"
12+ Log.info "Verifying build_depends with Puppet"
13
14- missing = missing_packages(build_depends + depends)
15+ missing = missing_packages(build_depends)
16
17 if missing.length == 0
bb155600
ER
18- Log.info "All build_depends and depends packages installed"
19+ Log.info "All build_depends packages installed"
20 else
21 Log.info "Missing/wrong version packages: #{missing.join(', ')}"
22 if Process.euid != 0
This page took 0.063395 seconds and 4 git commands to generate.