[DRE-commits] [SCM] ruby-gnome2.git branch, master, updated. debian/1.0.3-1-7-gc5c21cc

Paul van Tilburg paulvt at debian.org
Fri May 4 15:25:08 UTC 2012


The following commit has been merged in the master branch:
commit cc9db3280cb58771d11918de6fc649a3433938bc
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Fri May 4 17:05:26 2012 +0200

    Revert "Be strict during the build" as it is now patched using quilt
    
    This reverts commit 6d5b498e5ee761e2891aeef0e5cf00ee65241c27 and paves the way
    for debian/patches/Fail-the-build-if-any-subpackage-fails

diff --git a/exec_make.rb b/exec_make.rb
index 76ed54f..84550d7 100644
--- a/exec_make.rb
+++ b/exec_make.rb
@@ -29,8 +29,7 @@ SUBDIRS.each do |subdir|
 	if ret
 		success << subdir 
 	else
-                puts "Building of #{subdir} failed."
-                exit(1)
+		failure << subdir
 	end
 end
 
diff --git a/extconf.rb b/extconf.rb
index 4a72ccf..1c35df6 100644
--- a/extconf.rb
+++ b/extconf.rb
@@ -75,10 +75,6 @@ subdirs.each do |subdir|
   if ret
     targets << subdir
   else
-    if $strict
-        exit(1)
-    end
-
     ignore << subdir
   end
 end

-- 
ruby-gnome2.git



More information about the Pkg-ruby-extras-commits mailing list