[DRE-commits] [ruby-omniauth] 03/06: remove simplecov
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Apr 30 08:07:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-omniauth.
commit 0e6531d05a2c6a66b4409a418f3a5ba46592bf60
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Apr 30 13:24:55 2014 +0530
remove simplecov
---
debian/patches/remove-simplecov.patch | 26 ++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 27 insertions(+)
diff --git a/debian/patches/remove-simplecov.patch b/debian/patches/remove-simplecov.patch
new file mode 100644
index 0000000..2a7bbcb
--- /dev/null
+++ b/debian/patches/remove-simplecov.patch
@@ -0,0 +1,26 @@
+Description: Remove simplecov
+ It is useul only for upstream
+Author: Pirate Praveen <praveen at debian.org>
+Last-Updated: 2014-04-30
+
+--- a/spec/helper.rb
++++ b/spec/helper.rb
+@@ -1,11 +1,11 @@
+-require 'simplecov'
+-require 'coveralls'
++#require 'simplecov'
++#require 'coveralls'
+
+-SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
+- SimpleCov::Formatter::HTMLFormatter,
+- Coveralls::SimpleCov::Formatter
+-]
+-SimpleCov.start
++#SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
++# SimpleCov::Formatter::HTMLFormatter,
++# Coveralls::SimpleCov::Formatter
++#]
++#SimpleCov.start
+
+ require 'rspec'
+ require 'rack/test'
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-omniauth.git
More information about the Pkg-ruby-extras-commits
mailing list