diff -Nru ruby-minitest-2.1.0/debian/changelog ruby-minitest-2.1.0/debian/changelog --- ruby-minitest-2.1.0/debian/changelog 2011-05-28 22:26:22.000000000 +0000 +++ ruby-minitest-2.1.0/debian/changelog 2011-05-28 22:45:13.000000000 +0000 @@ -1,3 +1,9 @@ +ruby-minitest (2.1.0-1bbox2) lucid; urgency=low + + * Skip some of the tests on build that don't pass on Ubuntu Lucid + + -- John Leach Sat, 28 May 2011 23:44:31 +0100 + ruby-minitest (2.1.0-1bbox1) lucid; urgency=low * Backported to Ubuntu Lucid diff -Nru ruby-minitest-2.1.0/debian/rules ruby-minitest-2.1.0/debian/rules --- ruby-minitest-2.1.0/debian/rules 2011-05-24 22:53:55.000000000 +0000 +++ ruby-minitest-2.1.0/debian/rules 2011-05-28 22:44:13.000000000 +0000 @@ -6,7 +6,7 @@ # # 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 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec