[DRE-commits] [ruby-simplecov] 05/11: don't try using simplecov-html at all

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Sep 15 15:29:33 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-simplecov.

commit aa7dd93d0aefcb3b2e422da12005983653a45704
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Sep 15 12:02:00 2015 -0300

    don't try using simplecov-html at all
    
    and use a simple text formatted instead
---
 debian/changelog                     |  3 +++
 debian/patches/ignore-simplecov-html | 28 ++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3ab17c7..4133a5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ ruby-simplecov (0.10.0-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release (Closes: #768957)
   * Refresh patches
+    - debian/patches/ignore-simplecov-html: improved to not try using
+      simplecov-html at all, and use a simple text formatted instead
+      (Closes: #770225)
   * Update packaging with a new dh-make-ruby run
 
  -- Antonio Terceiro <terceiro at debian.org>  Tue, 15 Sep 2015 11:26:34 -0300
diff --git a/debian/patches/ignore-simplecov-html b/debian/patches/ignore-simplecov-html
index 886d509..496f9f1 100644
--- a/debian/patches/ignore-simplecov-html
+++ b/debian/patches/ignore-simplecov-html
@@ -22,3 +22,31 @@ Last-updated: 2013-12-23
    load_profile "bundler_filter"
    # Exclude files outside of SimpleCov.root
    load_profile "root_filter"
+--- a/metadata.yml
++++ b/metadata.yml
+@@ -23,15 +23,6 @@ dependencies:
+   name: json
+ - !ruby/object:Gem::Dependency 
+   type: :runtime
+-  version_requirements: &id003 !ruby/object:Gem::Requirement 
+-    requirements: 
+-    - - ~>
+-      - *id002
+-  requirement: *id003
+-  prerelease: false
+-  name: simplecov-html
+-- !ruby/object:Gem::Dependency 
+-  type: :runtime
+   version_requirements: &id004 !ruby/object:Gem::Requirement 
+     requirements: 
+     - - ~>
+--- a/simplecov.gemspec
++++ b/simplecov.gemspec
+@@ -15,7 +15,6 @@ Gem::Specification.new do |gem|
+   gem.required_ruby_version = ">= 1.8.7"
+ 
+   gem.add_dependency "json", "~> 1.8"
+-  gem.add_dependency "simplecov-html", "~> 0.10.0"
+   gem.add_dependency "docile", "~> 1.1.0"
+ 
+   gem.add_development_dependency "bundler", "~> 1.9"

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



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