[DRE-commits] [SCM] ruby-graphviz.git branch, master, updated. 8a48e6eb0db1a1d96219a9cc9ed4a8674bcba2a8

Praveen Arimbrathodiyil praveen at debian.org
Mon Oct 29 12:56:19 UTC 2012


The following commit has been merged in the master branch:
commit cae71e788b940b2b5f7ffa150c10b52743104622
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Oct 29 15:54:00 2012 +0530

    fix for test failures with unreadable .pangorc

diff --git a/debian/rules b/debian/rules
index 36d91ce..15f75b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,10 @@
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec
 
+# Tests try to read /root/.pangorc and fail if we don't set this variable.
+# See #570313 for more details
+export G_HOME=/
+
 COMMAND_LIST  = dot2ruby  gem2gv  git2gv  ruby2gv  xml2gv
 
 %:

-- 
ruby-graphviz.git



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