[DRE-commits] [SCM] ruby-test-unit.git branch, master, updated. upstream/2.4.0-10-g35d5ef2

Cédric Boutillier cedric.boutillier at gmail.com
Sat Sep 24 19:59:07 UTC 2011


The following commit has been merged in the master branch:
commit 35d5ef2f8a7a8ed32710a6e8fe7a6f37a615df47
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sat Sep 24 21:46:06 2011 +0200

    document that we're overriding bundled version

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..c58df8a
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,15 @@
+ruby-test-unit for Debian
+-------------------------
+
+This package overrides the bundled version of Test::Unit installed with the
+ruby interpreter. All programs requiring 'test/unit' will thus use this version
+instead of the default one.
+
+This is in particular true for /usr/bin/testrb1.8 and /usr/bin/testrb1.9.1.
+If the new behavior of testrb1.8 is almost the same as the old one (run
+testrb1.8 --help to get the full list of options), testrb1.9.1 will not work
+anymore. To run tests using Test::Unit with ruby1.9.1, you are invited to run
+testrb1.8 with the ruby1.9.1 interpreter.
+
+ -- Cédric Boutillier <cedric.boutillier at gmail.com>, Sat, 24 Sep 2011 21:37:10 +0200
+
diff --git a/debian/changelog b/debian/changelog
index 0a77c21..de6069b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ ruby-test-unit (2.4.0-1) unstable; urgency=low
 
   * Initial release (Closes: #642095)
   * add 0010-fix_default_external_encoding.patch to fix encoding issue in
-    test_assert_equal_with_different_encoding test 
+    test_assert_equal_with_different_encoding test
+  * document in README.Debian the fact that this package overrides test/unit
+    bundled with the interpreter 
 
  -- Cédric Boutillier <cedric.boutillier at gmail.com>  Thu, 22 Sep 2011 10:31:08 +0200
diff --git a/debian/control b/debian/control
index 717786c..96e4593 100644
--- a/debian/control
+++ b/debian/control
@@ -21,3 +21,6 @@ Description: Improved version of Test::Unit library initially bundled in Ruby 1.
  This package provides an updated version of this framework, with many fixes and
  improvements, and support for Ruby 1.9, which bundles minitest, but not
  Test::Unit.
+ .
+ Note that this version of Test::Unit will override the one possibly shipped
+ with the Ruby interpreter.

-- 
ruby-test-unit.git



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