[DRE-commits] [ruby-faraday] 03/07: refresh patch

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Aug 29 06:48:52 UTC 2015


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

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

commit 105aa1922ea22d5b989975487559ab92341cde52
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat Aug 29 12:06:13 2015 +0530

    refresh patch
---
 debian/changelog                          |  3 ++-
 debian/patches/002_disable-simplecov-html | 38 +++++++++++++++++++++++--------
 2 files changed, 30 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 81bc374..7ebf530 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ruby-faraday (0.9.1-1) UNRELEASED; urgency=medium
 
-  * New upstream release 
+  * New upstream release
+  * Refresh patche
 
  -- Pirate Praveen <praveen at debian.org>  Sat, 29 Aug 2015 12:03:41 +0530
 
diff --git a/debian/patches/002_disable-simplecov-html b/debian/patches/002_disable-simplecov-html
index 3c055af..f092bca 100644
--- a/debian/patches/002_disable-simplecov-html
+++ b/debian/patches/002_disable-simplecov-html
@@ -3,14 +3,32 @@ Author: Sebastien Badia <seb at sebian.fr>
 Forwarded: not-needed
 Last-Update: 2014-04-22
 
---- ruby-faraday-0.9.0.orig/test/helper.rb
-+++ ruby-faraday-0.9.0/test/helper.rb
-@@ -4,7 +4,7 @@ require 'simplecov'
- require 'coveralls'
+Index: ruby-faraday/test/helper.rb
+===================================================================
+--- ruby-faraday.orig/test/helper.rb
++++ ruby-faraday/test/helper.rb
+@@ -1,15 +1,15 @@
+ if RUBY_VERSION >= '1.9'
+-  require 'simplecov'
+-  require 'coveralls'
++#  require 'simplecov'
++#  require 'coveralls'
  
- SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
--  SimpleCov::Formatter::HTMLFormatter,
-+  SimpleCov::Formatter::SimpleFormatter,
-   Coveralls::SimpleCov::Formatter
- ]
- SimpleCov.start do
+-  SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
++#  SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
+ 
+-  SimpleCov.start do
+-    add_filter '/bundle/'
+-    add_filter '/test/'
+-    minimum_coverage(87.27)
+-  end
+-end
++#  SimpleCov.start do
++#    add_filter '/bundle/'
++#    add_filter '/test/'
++#    minimum_coverage(87.27)
++#  end
++#end
+ 
+ gem 'minitest' if defined? Bundler
+ require 'minitest/autorun'

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



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