[DRE-commits] [SCM] ruby-trollop.git branch, master, updated. debian/1.16.2-1-2-g936ae26

Per Andersson avtobiff at gmail.com
Sat Jun 2 19:32:32 UTC 2012


The following commit has been merged in the master branch:
commit 936ae267368051ddb12e71cc989cb044a332f002
Author: Per Andersson <avtobiff at gmail.com>
Date:   Sat Jun 2 02:52:30 2012 +0200

    Fix path setup in debian/ruby-tests.rb

diff --git a/debian/changelog b/debian/changelog
index 23b9f2a..5dacb95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ruby-trollop (1.16.2-2) UNRELEASED; urgency=low
 
   * Correct binary ruby versions tag.
+  * Fix path setup in debian/ruby-tests.rb.
 
  -- Per Andersson <avtobiff at gmail.com>  Fri, 04 May 2012 23:18:03 +0200
 
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 9f587ad..86996a5 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,2 +1,2 @@
-$: << 'lib' << 'tests' << '.'
+$: << 'lib' << 'test' << '.'
 Dir['test/*.rb'].each { |f| require f }

-- 
ruby-trollop.git



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