[DRE-commits] [ruby-http] 03/05: add ruby-simplecov as build dep

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Jul 27 10:35:54 UTC 2017


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

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

commit 8139f8f99c4b96cda71198988a72749c41b82905
Author: Pirate Praveen <praveen at debian.org>
Date:   Thu Jul 27 15:52:44 2017 +0530

    add ruby-simplecov as build dep
---
 debian/control                               |  3 ++-
 debian/patches/removing_simplecov_html.patch | 28 ----------------------------
 debian/patches/series                        |  1 -
 3 files changed, 2 insertions(+), 30 deletions(-)

diff --git a/debian/control b/debian/control
index b6d2c98..446da04 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,8 @@ Build-Depends: debhelper (>= 9~),
                ruby-http-form-data (>= 1.0.1+gemwatch~),
                ruby-http-parser.rb,
                ruby-rspec,
-               ruby-rspec-its
+               ruby-rspec-its,
+               ruby-simplecov
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-http.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-http.git
diff --git a/debian/patches/removing_simplecov_html.patch b/debian/patches/removing_simplecov_html.patch
deleted file mode 100644
index 2a4a168..0000000
--- a/debian/patches/removing_simplecov_html.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Removing simplecov_html from spec/spec_helper.rb
-Author: Nitesh A Jain <niteshjain92 at gmail.com>
-Forwarded: no
-Last-Update: 2014-05-30
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
-@@ -1,18 +1,7 @@
- # coding: utf-8
-
--require "simplecov"
- require "coveralls"
-
--SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
--  SimpleCov::Formatter::HTMLFormatter,
--  Coveralls::SimpleCov::Formatter
--])
--
--SimpleCov.start do
--  add_filter "/spec/"
--  minimum_coverage 80
--end
--
- require "http"
- require "rspec/its"
- require "support/capture_warning"
diff --git a/debian/patches/series b/debian/patches/series
index 5b32cae..920d469 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-removing_simplecov_html.patch
 disable-network-tests.patch
 add-missing-x509v3-extensions-in-spec

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



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