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

Cédric Boutillier cedric.boutillier at gmail.com
Thu Sep 22 09:28:55 UTC 2011


The following commit has been merged in the master branch:
commit 4bf45fb7333ef8dc7dc7db4496e80092b352ecbb
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Thu Sep 22 11:26:22 2011 +0200

    a few cosmetic changes
    
    * debian/changelog: mention the patch
    * debian/rules: explain override_dh_auto_install
    * debian/control: remove commented dependencies

diff --git a/debian/changelog b/debian/changelog
index 5375e75..0a77c21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 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 
 
- -- Cédric Boutillier <cedric.boutillier at gmail.com>  Sun, 18 Sep 2011 22:51:25 +0200
+ -- 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 cc05621..717786c 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,6 @@ Package: ruby-test-unit
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rake (>= 0, development), yard (>= 0, development), jeweler (>= 0, development)
 Description: Improved version of Test::Unit library initially bundled in Ruby 1.8
  Test::Unit is a testing framework originally bundled with Ruby 1.8. 
  .
diff --git a/debian/rules b/debian/rules
index f23ee6f..e9f42ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,9 @@
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
+# * moving out of the way test/run-test, the role of which is
+#   played by debian/ruby-tests.rb
+# * not shipping bin/testrb
 override_dh_auto_install:
 	mv test/run-test.rb test/run-test.rb.disable
 	dh_auto_install

-- 
ruby-test-unit.git



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