[DRE-commits] [ruby-faraday] 10/12: Disable simplecov-html (not yet packaged)
Sebastien Badia
sbadia-guest at moszumanska.debian.org
Mon Apr 14 07:32:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
sbadia-guest pushed a commit to branch master
in repository ruby-faraday.
commit 57da69a32a52fd53aade8786afc42c324c94ddf7
Author: Sebastien Badia <seb at sebian.fr>
Date: Sun Apr 13 22:52:11 2014 +0200
Disable simplecov-html (not yet packaged)
---
debian/changelog | 1 +
debian/patches/002_disable-simplecov-html | 16 ++++++++++++++++
debian/patches/series | 1 +
3 files changed, 18 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 1016b81..66d12fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ ruby-faraday (0.9.0-1) UNRELEASED; urgency=low
* New upstream release
* Refresh remove-bundler patch
* Added lsof, ruby-coveralls, ruby-minitest and ruby-simplecov in build deps
+ * Disable simplecov-html outupt in test suite
-- Sebastien Badia <seb at sebian.fr> Fri, 11 Apr 2014 18:54:35 +0200
diff --git a/debian/patches/002_disable-simplecov-html b/debian/patches/002_disable-simplecov-html
new file mode 100644
index 0000000..988127b
--- /dev/null
+++ b/debian/patches/002_disable-simplecov-html
@@ -0,0 +1,16 @@
+Description: Disable simplecov-html (not yet packaged)
+Author: Sebastien Badia <seb at sebian.fr>
+Forwarded: not-needed
+Last-Update: 2014-04-12
+
+--- 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'
+
+ SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
+- SimpleCov::Formatter::HTMLFormatter,
++ #SimpleCov::Formatter::HTMLFormatter,
+ Coveralls::SimpleCov::Formatter
+ ]
+ SimpleCov.start do
diff --git a/debian/patches/series b/debian/patches/series
index 5769a33..63adafc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
001_remove-bundler.patch
+002_disable-simplecov-html
--
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