[packages/fpm-cookery] one more match

glen glen at pld-linux.org
Mon Aug 31 13:49:51 CEST 2015


commit bb1556001d6d6c5d75a830fad375c9c3d1144a26
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Aug 31 14:49:41 2015 +0300

    one more match

 no-runtime-deps-during-build.patch | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/no-runtime-deps-during-build.patch b/no-runtime-deps-during-build.patch
index 726762d..0226cf2 100644
--- a/no-runtime-deps-during-build.patch
+++ b/no-runtime-deps-during-build.patch
@@ -1,10 +1,10 @@
 https://github.com/bernd/fpm-cookery/issues/123
 
 diff --git a/lib/fpm/cookery/dependency_inspector.rb b/lib/fpm/cookery/dependency_inspector.rb
-index bd311dd..875833b 100644
+index bd311dd..f4ab191 100644
 --- a/lib/fpm/cookery/dependency_inspector.rb
 +++ b/lib/fpm/cookery/dependency_inspector.rb
-@@ -20,9 +20,9 @@ module FPM
+@@ -20,12 +20,12 @@ module FPM
            return
          end
  
@@ -15,4 +15,8 @@ index bd311dd..875833b 100644
 +        missing = missing_packages(build_depends)
  
          if missing.length == 0
-           Log.info "All build_depends and depends packages installed"
+-          Log.info "All build_depends and depends packages installed"
++          Log.info "All build_depends packages installed"
+         else
+           Log.info "Missing/wrong version packages: #{missing.join(', ')}"
+           if Process.euid != 0
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fpm-cookery.git/commitdiff/bb1556001d6d6c5d75a830fad375c9c3d1144a26



More information about the pld-cvs-commit mailing list