[DRE-commits] [SCM] ruby-spreadsheet.git branch, master, updated. debian/0.7.3-1-10-ge2b7a80

Cédric Boutillier boutil at debian.org
Tue Jun 4 14:36:25 UTC 2013


The following commit has been merged in the master branch:
commit 6d4a5135987dc32e0b671de5ccced7a5a16f3e9b
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Jun 4 16:20:18 2013 +0200

    patch out use of bundler/rubygems from tests

diff --git a/debian/patches/remove_rubygems_bundler_from_tests.patch b/debian/patches/remove_rubygems_bundler_from_tests.patch
new file mode 100644
index 0000000..eb9e98b
--- /dev/null
+++ b/debian/patches/remove_rubygems_bundler_from_tests.patch
@@ -0,0 +1,17 @@
+Description: remove use of rubygems and bundler in tests
+Author: Cédric Boutillier <boutil at debian.org>
+Forwarded: not-needed
+Last-Update: 2013-06-04
+
+--- a/test/suite.rb
++++ b/test/suite.rb
+@@ -1,7 +1,7 @@
+ #!/usr/bin/env ruby
+ # suite.rb -- spreadsheet -- 22.12.2011 -- jsaak at napalm.hu
+-require 'rubygems'
+-require 'bundler'
++#require 'rubygems'
++#require 'bundler'
+ require 'find'
+ 
+ $VERBOSE = true
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..bcd97e0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove_rubygems_bundler_from_tests.patch
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..4aceb10
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+unapply-patches

-- 
ruby-spreadsheet.git



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