[DRE-commits] [ruby-memoizable] 03/09: remove simplecov usage

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Apr 22 06:27:14 UTC 2014


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

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

commit 75fc3c60432a7b2ce1f4646b39ba2f9e956b0f27
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Apr 22 10:57:14 2014 +0530

    remove simplecov usage
---
 debian/patches/remove-simplecov.patch | 45 +++++++++++++++++++++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 46 insertions(+)

diff --git a/debian/patches/remove-simplecov.patch b/debian/patches/remove-simplecov.patch
new file mode 100644
index 0000000..e121ec7
--- /dev/null
+++ b/debian/patches/remove-simplecov.patch
@@ -0,0 +1,45 @@
+Description: remove simplecov usage
+ its useful only to upstream
+Forwarded: no
+Author: Pirate Praveen <praveen at debian.org>
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,22 +1,22 @@
+ # encoding: utf-8
+ 
+-require 'simplecov'
+-require 'coveralls'
++#require 'simplecov'
++#require 'coveralls'
+ 
+-SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
+-  SimpleCov::Formatter::HTMLFormatter,
+-  Coveralls::SimpleCov::Formatter
+-]
+-
+-SimpleCov.start do
+-  command_name 'spec'
+-
+-  add_filter 'config'
+-  add_filter 'spec'
+-  add_filter 'vendor'
++#SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
++#  SimpleCov::Formatter::HTMLFormatter,
++#  Coveralls::SimpleCov::Formatter
++#]
++
++#SimpleCov.start do
++#  command_name 'spec'
++
++#  add_filter 'config'
++#  add_filter 'spec'
++#  add_filter 'vendor'
+ 
+-  minimum_coverage 100
+-end
++#  minimum_coverage 100
++#end
+ 
+ require 'memoizable'
+ require 'rspec'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..93f0321
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-simplecov.patch

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



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