[DRE-commits] [tmuxinator] 02/05: Add ruby-simplecov into Build-Depends, drop obsolete patch

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Wed Jun 1 12:33:55 UTC 2016


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

uwabami-guest pushed a commit to branch master
in repository tmuxinator.

commit 1fc57fa706078ed779916ab8af6fb41436587919
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Wed Jun 1 21:22:21 2016 +0900

    Add ruby-simplecov into Build-Depends, drop obsolete patch
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/control                           |  1 +
 debian/patches/0001-drop-SimpleCov.patch | 41 --------------------------------
 debian/patches/series                    |  1 -
 debian/rules                             |  4 ++++
 4 files changed, 5 insertions(+), 42 deletions(-)

diff --git a/debian/control b/debian/control
index 92baf6d..b36ad85 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 9),
                ruby-factory-girl,
                ruby-rspec,
                ruby-thor,
+               ruby-simplecov,
                tmux
 Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/tmuxinator.git
diff --git a/debian/patches/0001-drop-SimpleCov.patch b/debian/patches/0001-drop-SimpleCov.patch
deleted file mode 100644
index 9d30df2..0000000
--- a/debian/patches/0001-drop-SimpleCov.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From: Guy Hughes <g at gxg.me>
-Date: Sat, 5 Dec 2015 19:18:59 -0500
-Subject: drop SimpleCov
-
----
- Gemfile             |  1 -
- spec/spec_helper.rb | 10 ----------
- 2 files changed, 11 deletions(-)
-
-diff --git a/Gemfile b/Gemfile
-index 5afc8c0..657c102 100644
---- a/Gemfile
-+++ b/Gemfile
-@@ -5,7 +5,6 @@ gemspec
- 
- gem "rake", "~> 10.4"
- gem "rspec", "~> 3.3"
--gem "simplecov", "~> 0.9"
- gem "coveralls", "~> 0.7"
- gem "awesome_print", "~> 1.2"
- gem "pry", "~> 0.10"
-diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
-index 2a4b73f..cb2ac2a 100644
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
-@@ -1,15 +1,5 @@
- require "coveralls"
--require "simplecov"
- require "pry"
--
--SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
--  SimpleCov::Formatter::HTMLFormatter,
--  Coveralls::SimpleCov::Formatter
--]
--SimpleCov.start do
--  add_filter "vendor/cache"
--end
--
- require "tmuxinator"
- require "factory_girl"
- 
diff --git a/debian/patches/series b/debian/patches/series
index e5db613..8fd3b20 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-0001-drop-SimpleCov.patch
 0002-drop-bash-completion-shebang.patch
 0003-Opening-will-not-recreate-projects.patch
diff --git a/debian/rules b/debian/rules
index 0a119ac..d6e5417 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,3 +12,7 @@ override_dh_auto_install:
 	  $(CURDIR)/debian/tmuxinator/usr/share/fish/vendor_completions.d/tmuxinator.fish
 	install -D -m644 $(CURDIR)/completion/mux.fish \
 	  $(CURDIR)/debian/tmuxinator/usr/share/fish/vendor_completions.d/mux.fish
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -fr $(CURDIR)/coverage

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



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