[DRE-commits] [gem2deb] 01/03: fix one test to work without Ruby 1.9 support

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Mar 30 18:06:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository gem2deb.

commit 3faaa2bc4d976d6609afc31db49d81abb61880ad
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Mar 30 13:03:12 2014 -0300

    fix one test to work without Ruby 1.9 support
    
    the test was assuming an non-multiarch binary extension installation
    path.
---
 debian/changelog                 | 8 ++++++++
 test/integration/gem2deb_test.rb | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 74d05d1..8876989 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gem2deb (0.7.2) unstable; urgency=medium
+
+  * fix one test to work without Ruby 1.9 support
+    - the test was assuming an non-multiarch binary extension installation
+      path.
+
+ -- Antonio Terceiro <terceiro at debian.org>  Sun, 30 Mar 2014 13:03:25 -0300
+
 gem2deb (0.7.1) unstable; urgency=medium
 
   [ Jonas Genannt ]
diff --git a/test/integration/gem2deb_test.rb b/test/integration/gem2deb_test.rb
index a71ffac..3e3d47b 100644
--- a/test/integration/gem2deb_test.rb
+++ b/test/integration/gem2deb_test.rb
@@ -77,7 +77,7 @@ class Gem2DebTest < Gem2DebTestCase
 
   self.build_tree('test/sample/simpleextension_dh_auto_install_destdir') do |dir|
     should 'honor DH_RUBY_USE_DH_AUTO_INSTALL_DESTDIR when building extensions' do
-      assert Dir.glob("#{dir}/debian/tmp/usr/lib/ruby/vendor_ruby/**/*.so").size > 0, 'no .so files found in debian/tmp/'
+      assert Dir.glob("#{dir}/debian/tmp/**/*.so").size > 0, 'no .so files found in debian/tmp/'
     end
   end
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gem2deb.git



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