[DRE-commits] [SCM] ruby-fast-gettext.git branch, master, updated. upstream/0.6.7-29-gb26d5ca

Antonio Terceiro terceiro at debian.org
Sat Jun 30 14:39:35 UTC 2012


The following commit has been merged in the master branch:
commit 2dbe9de79f8e9f7f7b4dfb56fa392c97cc7cd08b
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Jun 30 11:19:55 2012 -0300

    refresh patch

diff --git a/debian/changelog b/debian/changelog
index 2226300..6454f23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ruby-fast-gettext (0.6.8-1) unstable; urgency=low
   * New upstream release.
   * debian/watch: changed to use gemwatch
   * Bump build dependency on gem2deb to >= 0.3.0~
+  * debian/patches/0001-fix-rspec-requires.patch: refresh
 
  -- Antonio Terceiro <terceiro at debian.org>  Sat, 30 Jun 2012 11:11:44 -0300
 
diff --git a/debian/patches/0001-fix-rspec-requires.patch b/debian/patches/0001-fix-rspec-requires.patch
index 92699b7..25824a8 100644
--- a/debian/patches/0001-fix-rspec-requires.patch
+++ b/debian/patches/0001-fix-rspec-requires.patch
@@ -6,17 +6,16 @@ Subject: fix rspec requires
  spec/spec_helper.rb |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
 
-diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
-index aa91bb9..4f6a751 100644
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
+Index: ruby-fast-gettext/spec/spec_helper.rb
+===================================================================
+--- ruby-fast-gettext.orig/spec/spec_helper.rb	2012-06-30 11:17:45.000000000 -0300
++++ ruby-fast-gettext/spec/spec_helper.rb	2012-06-30 11:19:03.221837111 -0300
 @@ -1,7 +1,7 @@
  # $VERBOSE = true # ignore complaints in spec files
  
  # ---- requirements
--require 'rubygems'
+-$LOAD_PATH.unshift File.expand_path("../lib", File.dirname(__FILE__))
 +require 'rspec'
- $LOAD_PATH.unshift File.expand_path("../lib", File.dirname(__FILE__))
  require 'fast_gettext'
  
--- 
+ # ---- revert to defaults

-- 
ruby-fast-gettext.git



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