[DRE-commits] [ruby-oauth2] 03/04: refresh patch

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Nov 23 19:17:22 UTC 2014


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

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

commit e0e94e171f1ee1db3f72dff7b283e5eaeaee7a1a
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Nov 24 00:28:13 2014 +0530

    refresh patch
---
 debian/changelog                      |  1 +
 debian/patches/remove-simplecov.patch | 27 +++++++++++++++++++--------
 2 files changed, 20 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0f2cb9e..7aee80c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-oauth2 (1.0.0-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release.
   * Bump standards version to 3.9.6 (no changes).
+  * Refresh patch.
 
  -- Pirate Praveen <praveen at debian.org>  Mon, 24 Nov 2014 00:22:15 +0530
 
diff --git a/debian/patches/remove-simplecov.patch b/debian/patches/remove-simplecov.patch
index 65b17ca..f3ce197 100644
--- a/debian/patches/remove-simplecov.patch
+++ b/debian/patches/remove-simplecov.patch
@@ -4,22 +4,33 @@ Description: Remove simplecov and coveralls
 Author: Praveen Arimbrathodiyil <praveen at debian.org>
 Last-Update: 2014-05-06
 
---- a/spec/helper.rb
-+++ b/spec/helper.rb
-@@ -1,16 +1,3 @@
+Index: ruby-oauth2/spec/helper.rb
+===================================================================
+--- ruby-oauth2.orig/spec/helper.rb
++++ ruby-oauth2/spec/helper.rb
+@@ -1,15 +1,15 @@
 -require 'simplecov'
 -require 'coveralls'
--
++#require 'simplecov'
++#require 'coveralls'
+ 
 -SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
 -  SimpleCov::Formatter::HTMLFormatter,
 -  Coveralls::SimpleCov::Formatter
 -]
--
++#SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
++#  SimpleCov::Formatter::HTMLFormatter,
++#  Coveralls::SimpleCov::Formatter
++#]
+ 
 -SimpleCov.start do
 -  add_filter '/spec/'
--  minimum_coverage(95.29)
+-  minimum_coverage(95.33)
 -end
--
++#SimpleCov.start do
++#  add_filter '/spec/'
++#  minimum_coverage(95.33)
++#end
+ 
  require 'oauth2'
  require 'addressable/uri'
- require 'rspec'

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



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