[DRE-commits] [SCM] ruby-taglib2.git branch, master, updated. upstream/0.1.4-22-g13dedca

Vincent Carmona vinc4mai at gmail.com
Thu Feb 23 19:30:00 UTC 2012


The following commit has been merged in the master branch:
commit 13dedcaf699558d73a843c985c591cc880964e97
Author: Vincent Carmona <vinc4mai at gmail.com>
Date:   Thu Feb 23 20:19:10 2012 +0100

    Add ruby-minitest_after_tests patch

diff --git a/debian/changelog b/debian/changelog
index 5a17c75..7c3d817 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ ruby-taglib2 (0.1.5-1) unstable; urgency=low
     - change required version for gem2deb
     - build depends on ruby-minitest
     - depends on ruby instead of ruby1.8
+  * d/patches
+    - ruby-minitest_after_tests
+      MiniTest::Unit.after_tests method is called before the end of all tests
 
  -- Vincent Carmona <vinc4mai at gmail.com>  Thu, 23 Feb 2012 19:18:44 +0100
 
diff --git a/debian/patches/ruby-minitest_after_tests b/debian/patches/ruby-minitest_after_tests
new file mode 100644
index 0000000..2423aa5
--- /dev/null
+++ b/debian/patches/ruby-minitest_after_tests
@@ -0,0 +1,12 @@
+MiniTest::Unit.after_tests method is called before the end of all tests
+--- a/tests/file.rb
++++ b/tests/file.rb
+@@ -34,7 +34,7 @@
+ 	FileUtils.copy(File.join(data, 'silence.wav'), WRITE)
+ 	FileUtils.copy(File.join(data, 'exceptions.ogg'), EXCEPTIONS)	
+ 
+-	MiniTest::Unit.after_tests{FileUtils.remove_entry_secure(tmp)}
++#	MiniTest::Unit.after_tests{FileUtils.remove_entry_secure(tmp)}
+ 
+ 	def test_new
+ 		assert_instance_of(TagLib::File, TagLib::File.new(READ))
diff --git a/debian/patches/series b/debian/patches/series
index f61f59b..61f88a8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+ruby-minitest_after_tests
 fix-require.diff
 compat.diff

-- 
ruby-taglib2.git



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