[DRE-commits] [SCM] ruby-fast-gettext.git branch, master, updated. upstream/0.5.13-3-gb35ddbd

Dmitry Borodaenko angdraug at debian.org
Sun Sep 18 10:57:27 UTC 2011


The following commit has been merged in the master branch:
commit b35ddbdcdc9dc9b92935f3fc317005584ab77a8d
Author: Dmitry Borodaenko <angdraug at debian.org>
Date:   Sun Sep 18 13:57:06 2011 +0300

    patch: fix rspec requires

diff --git a/debian/patches/0001-fix-rspec-requires.patch b/debian/patches/0001-fix-rspec-requires.patch
new file mode 100644
index 0000000..2fd4162
--- /dev/null
+++ b/debian/patches/0001-fix-rspec-requires.patch
@@ -0,0 +1,20 @@
+From: Dmitry Borodaenko <angdraug at debian.org>
+Date: Sun, 18 Sep 2011 13:24:18 +0300
+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 45cc91a..9a707ee 100644
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,5 +1,5 @@
+ # ---- requirements
+-require 'rubygems'
++require 'rspec'
+ $LOAD_PATH.unshift File.expand_path("../lib", File.dirname(__FILE__))
+ require 'fast_gettext'
+ 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..963f859
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-fix-rspec-requires.patch

-- 
ruby-fast-gettext.git



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