[DRE-commits] [rake] 05/15: debian/ruby-tests.rb: adapt to reorganization in upstream source

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Jun 30 21:12:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository rake.

commit c0cc6acc25b03599e4b340e37ea9c8eee32c0298
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Jun 28 20:05:20 2017 -0300

    debian/ruby-tests.rb: adapt to reorganization in upstream source
---
 debian/changelog     | 1 +
 debian/ruby-tests.rb | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f779906..298692d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ rake (12.0.0-1) UNRELEASED; urgency=medium
   * debian/watch, debian/copyright: pull from ruby/rake on Github
   * New upstream release
   * Refresh patches
+  * debian/ruby-tests.rb: adapt to reorganization in upstream source
 
  -- Antonio Terceiro <terceiro at debian.org>  Tue, 27 Jun 2017 18:03:11 -0300
 
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index c65eb6f..7671bd9 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,3 +1,3 @@
 require 'rbconfig'
 ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
-exec("#{ruby} -rubygems ./bin/rake")
+exec("#{ruby} -rubygems ./exe/rake")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rake.git



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