[DRE-commits] [SCM] ruby-roxml.git branch, master, updated. upstream/3.3.1-15-g8375e9a

Cédric Boutillier boutil at debian.org
Thu Apr 18 15:51:49 UTC 2013


The following commit has been merged in the master branch:
commit 8375e9af9c78db4876d1203bc7c92888b1f48838
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Apr 18 17:43:46 2013 +0200

    ignore test failure with ruby1.8, copy VERSION in lib/roxml

diff --git a/debian/rules b/debian/rules
index a5e7dc8..26c3017 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,15 @@
 # Uncomment to ignore some test failures (but the tests will run anyway).
 # Valid values:
 #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
+export DH_RUBY_IGNORE_TESTS=ruby1.8
 #
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+#move VERSION file inside lib/roxml
+override_dh_auto_install:
+	cp VERSION lib/roxml/VERSION
+	dh_auto_install

-- 
ruby-roxml.git



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