[DRE-commits] [ruby-coveralls] 02/04: Update dependencies lists

Miguel Landaeta nomadium at moszumanska.debian.org
Tue Dec 15 17:35:43 UTC 2015


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

nomadium pushed a commit to branch master
in repository ruby-coveralls.

commit 70e448ec6b7b55b6a8a3c6b327fda8b02e8e0635
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Tue Dec 15 14:31:38 2015 -0300

    Update dependencies lists
---
 debian/control                                   | 26 +++++++++++++++++-------
 debian/patches/03_modify_simplecov_settings.diff | 19 -----------------
 debian/patches/series                            |  1 -
 3 files changed, 19 insertions(+), 27 deletions(-)

diff --git a/debian/control b/debian/control
index cee1f0f..74f8b21 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,16 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Miguel Landaeta <nomadium at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~),
- ruby-rest-client, ruby-term-ansicolor, ruby-rspec, ruby-simplecov (>= 0.7~),
- ruby-ronn
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9~),
+               gem2deb (>= 0.6.1~),
+               ruby-multi-json (>= 1.3~),
+               ruby-rest-client,
+               ruby-ronn,
+               ruby-rspec,
+               ruby-simplecov (>= 0.7~),
+               ruby-simplecov-html,
+               ruby-term-ansicolor
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-coveralls.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-coveralls.git;a=summary
 Homepage: https://coveralls.io
@@ -15,9 +21,15 @@ XS-Ruby-Versions: all
 Package: ruby-coveralls
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-rest-client, ruby-term-ansicolor, ruby-multi-json (>= 1.3~), ruby-thor,
- ruby-simplecov (>= 0.7~)
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ruby | ruby-interpreter,
+         ruby-multi-json (>= 1.3~),
+         ruby-rest-client,
+         ruby-simplecov (>= 0.7~),
+         ruby-simplecov-html,
+         ruby-term-ansicolor,
+         ruby-thor
 Description: Ruby implementation of the Coveralls API
  Coveralls is a web service to help you track your code coverage over
  time, and ensure that all your new code is fully covered.
diff --git a/debian/patches/03_modify_simplecov_settings.diff b/debian/patches/03_modify_simplecov_settings.diff
deleted file mode 100644
index 27bcdd5..0000000
--- a/debian/patches/03_modify_simplecov_settings.diff
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Disable simplecov-html
-Author: Miguel Landaeta <nomadium at debian.org>
-Forwarded: no
-Last-Update: 2014-03-04
-
---- ruby-coveralls-0.7.0.orig/spec/spec_helper.rb
-+++ ruby-coveralls-0.7.0/spec/spec_helper.rb
-@@ -14,7 +14,10 @@ def setup_formatter
-   SimpleCov.formatter = if ENV['TRAVIS'] || ENV['COVERALLS_REPO_TOKEN']
-     InceptionFormatter
-   else
--    SimpleCov::Formatter::HTMLFormatter
-+    # not all ruby-simplecov features are available in Debian yet.
-+    # ruby-simplecov-html ITP bug: #709441.
-+    #SimpleCov::Formatter::HTMLFormatter
-+    SimpleCov::Formatter::SimpleFormatter
-   end
- 
-   # SimpleCov.start 'test_frameworks'
diff --git a/debian/patches/series b/debian/patches/series
index 0ea95e9..d345f01 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 01_disable_webmock.diff
 02_disable_vcr.diff
-03_modify_simplecov_settings.diff
 04_include_rspec.diff

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



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