[DRE-commits] [ruby-escape-utils] 07/13: remove dh_install override

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Apr 9 20:39:44 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-escape-utils.

commit e2584068d6066775de91c8757cc871a6323ffd43
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Apr 10 01:28:09 2014 +0530

    remove dh_install override
---
 debian/rules   | 4 ----
 test/helper.rb | 6 +++---
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index be07e24..a5e7dc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,3 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
-
-override_dh_install:
-	dh_install -O--buildsystem=ruby
-	cd ./debian/ruby-escape-utils/usr/lib/ruby/vendor_ruby/1.9.1/* && mkdir escape_utils && mv escape_utils.so escape_utils/
diff --git a/test/helper.rb b/test/helper.rb
index 8b4b25a..9d69363 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,8 +1,8 @@
 # Basic test environment.
 
 # blah fuck this
-require 'rubygems' if !defined?(Gem)
-require 'bundler/setup'
+#require 'rubygems' if !defined?(Gem)
+#require 'bundler/setup'
 
 require 'escape_utils'
 
@@ -11,4 +11,4 @@ require 'minitest/autorun'
 
 # put lib and test dirs directly on load path
 $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
-$LOAD_PATH.unshift File.expand_path('..', __FILE__)
\ No newline at end of file
+$LOAD_PATH.unshift File.expand_path('..', __FILE__)

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



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