Author: Gunnar Wolf <gwolf@debian.org>
Forwarded: no
Last-Update: 2013-05-23
Description: The 'silence_warnings' function in Rakefile makes the
 build fail, as it gives a nonfunctioning $stderr. We just comment out
 its call.

Index: ruby-haml/Rakefile
===================================================================
--- ruby-haml.orig/Rakefile	2013-05-23 14:31:24.000000000 -0500
+++ ruby-haml/Rakefile	2013-05-23 14:32:57.000000000 -0500
@@ -48,9 +48,11 @@
 end
 
 begin
-  silence_warnings do
+  # While clever, 'silence_warnings' makes the Debian build fail.
+  # We prefer having the warnings and having the build succeed.
+  #silence_warnings do
     require 'yard'
-  end
+  #end
 
   namespace :doc do
     desc "List all undocumented methods and classes."
