[DRE-commits] [ruby-bogus] 03/06: Update clean_spec_helper.patch for the new upstream code

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Mon Mar 7 15:13:29 UTC 2016


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

lucasmoura-guest pushed a commit to branch master
in repository ruby-bogus.

commit 3765a918659028293da6602f9ba4a6ab0c533fff
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date:   Mon Mar 7 11:41:32 2016 -0300

    Update clean_spec_helper.patch for the new upstream code
---
 debian/changelog                       |  1 +
 debian/patches/clean_spec_helper.patch | 33 ++++++++++++++++++++++++---------
 2 files changed, 25 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e7d0a80..cae5668 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-bogus (0.1.6-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release
+  * Update clean_spec_helper.patch for the new upstream code
 
  -- Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>  Mon, 07 Mar 2016 11:29:11 -0300
 
diff --git a/debian/patches/clean_spec_helper.patch b/debian/patches/clean_spec_helper.patch
index 80b2076..d680655 100644
--- a/debian/patches/clean_spec_helper.patch
+++ b/debian/patches/clean_spec_helper.patch
@@ -4,24 +4,39 @@ Author: Cédric Boutillier <boutil at debian.org>
 Forwarded: not-needed
 last-Update: 2014-06-22
 
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
-@@ -1,18 +1,3 @@
+Index: ruby-bogus/spec/spec_helper.rb
+===================================================================
+--- ruby-bogus.orig/spec/spec_helper.rb	2016-03-07 11:39:23.479058684 -0300
++++ ruby-bogus/spec/spec_helper.rb	2016-03-07 11:39:54.494886958 -0300
+@@ -1,17 +1,17 @@
 -require 'simplecov'
 -begin
 -  require "coveralls"
+-  SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
+-    SimpleCov::Formatter::HTMLFormatter,
+-    Coveralls::SimpleCov::Formatter]
 -rescue LoadError
 -  warn "warning: coveralls gem not found; skipping Coveralls"
+-  SimpleCov.formatter = SimpleCov::Formatter::HTMLFormatter
 -end
 -
--SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
--  SimpleCov::Formatter::HTMLFormatter,
--  Coveralls::SimpleCov::Formatter]
--
 -SimpleCov.start do
 -  add_filter "/spec/"
 -end
--
++#require 'simplecov'
++#begin
++#  require "coveralls"
++#  SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
++#    SimpleCov::Formatter::HTMLFormatter,
++#    Coveralls::SimpleCov::Formatter]
++#rescue LoadError
++#  warn "warning: coveralls gem not found; skipping Coveralls"
++#  SimpleCov.formatter = SimpleCov::Formatter::HTMLFormatter
++#end
++#
++#SimpleCov.start do
++#  add_filter "/spec/"
++#end
+ 
  require 'bogus'
  require 'dependor/rspec'
- 

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



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