[DRE-commits] [SCM] ruby-bcrypt.git branch, master, updated. upstream/2.1.4-6-gc457058

Antonio Terceiro terceiro at softwarelivre.org
Sat Jul 16 18:56:38 UTC 2011


The following commit has been merged in the master branch:
commit c4570588e765f51e779d426f745981ae4221189c
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Sat Jul 16 11:55:44 2011 -0700

    Fix segfault running 1.8 tests against 1.9 binary

diff --git a/debian/changelog b/debian/changelog
index 6d8cb9d..8f94b7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+ruby-bcrypt (2.1.4-2) unstable; urgency=low
+
+  * Team upload.
+  * debian/ruby-tests.rb: Do not add 'ext/mri' to the $LOAD_PATH. This fixes
+    the problem of runing tests for Ruby 1.8 against the binary extension for
+    Ruby 1.9, which causes a segfault during the test phase of the build. A
+    newer gem2deb is required to run the tests, so debian/control was changed
+    accordingly to Build-Depend on gem2deb (>= 0.2.5~)
+    (Closes: #633302)
+
+ -- Antonio Terceiro <terceiro at debian.org>  Sat, 16 Jul 2011 11:54:21 -0700
+
 ruby-bcrypt (2.1.4-1) unstable; urgency=low
 
   * Initial release (Closes: #623597)
diff --git a/debian/control b/debian/control
index d4dfef2..9a45fc6 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Vasudev Kamath <kamathvasudev at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~),
-               gem2deb (>= 0.2.1),
+               gem2deb (>= 0.2.5~),
                ruby-rspec (>= 2.5.0)
 Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-bcrypt.git
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 6f5197b..ba40941 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,4 +1,3 @@
-$: << 'lib' << 'ext/mri' << '.'
 require 'rspec'
 
 Dir['{spec}/**/*.rb'].each { |f| require f }

-- 
ruby-bcrypt.git



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