[DRE-commits] [SCM] ruby-ascii85.git branch, master, updated. debian/1.0.1-2-11-gfafa59c

Cédric Boutillier boutil at debian.org
Sun May 19 20:33:26 UTC 2013


The following commit has been merged in the master branch:
commit 6f772c932e7a800b5d213637e8312da1e91d1ab4
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun May 19 22:28:17 2013 +0200

    drop 01_spec_fix_requires.diff (not needed anymore), add remove_rubygems.patch

diff --git a/debian/patches/01_spec_fix_requires.diff b/debian/patches/01_spec_fix_requires.diff
deleted file mode 100644
index 4892730..0000000
--- a/debian/patches/01_spec_fix_requires.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: fix missing require on rspec in spec_helper.rb
-Author: Cédric Boutillier <cedric.boutillier at gmail.com>
-Last-Update: 2011-09-02
-Bug: http://rubyforge.org/tracker/index.php?func=detail&aid=29376&group_id=7826&atid=30310
-
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
-@@ -1,5 +1,6 @@
- # encoding: utf-8
- 
-+require "rspec"
- require File.join(File.dirname(__FILE__), '..', 'lib', 'ascii85')
- 
- RSpec.configure do |c|
diff --git a/debian/patches/remove_rubygems.patch b/debian/patches/remove_rubygems.patch
new file mode 100644
index 0000000..c52e6ff
--- /dev/null
+++ b/debian/patches/remove_rubygems.patch
@@ -0,0 +1,15 @@
+Description: remove use of rubygems in spec/
+Author: Cédric Boutillier <boutil at debian.org>
+Origin: vendor
+Forwarded: not-needed
+Last-Update: 2013-05-19
+
+--- a/spec/lib/ascii85_spec.rb
++++ b/spec/lib/ascii85_spec.rb
+@@ -1,6 +1,5 @@
+ # encoding: utf-8
+ 
+-require 'rubygems'
+ require 'minitest/autorun'
+ 
+ # Require implementation
diff --git a/debian/patches/series b/debian/patches/series
index 6ad2bf9..9568fa6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-01_spec_fix_requires.diff
+remove_rubygems.patch

-- 
ruby-ascii85.git



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