[DRE-commits] [ruby-mail-room] 01/01: don't use bundler simplecov

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Oct 24 16:18:03 UTC 2015


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

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

commit 0ecd238f8cac70ba81dd80f9a0059898e42d8ebb
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat Oct 24 21:47:40 2015 +0530

    don't use bundler simplecov
---
 debian/patches/remove-bundler-simplecov.patch | 13 +++++++++++++
 debian/patches/series                         |  1 +
 debian/rules                                  |  3 +++
 3 files changed, 17 insertions(+)

diff --git a/debian/patches/remove-bundler-simplecov.patch b/debian/patches/remove-bundler-simplecov.patch
new file mode 100644
index 0000000..d814d29
--- /dev/null
+++ b/debian/patches/remove-bundler-simplecov.patch
@@ -0,0 +1,13 @@
+Index: ruby-mail-room/spec/spec_helper.rb
+===================================================================
+--- ruby-mail-room.orig/spec/spec_helper.rb
++++ ruby-mail-room/spec/spec_helper.rb
+@@ -1,8 +1,3 @@
+-require 'simplecov'
+-SimpleCov.start
+-
+-require 'bundler/setup'
+-
+ require 'rspec'
+ require 'mocha/api'
+ require 'bourne'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8d12bf5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-bundler-simplecov.patch
diff --git a/debian/rules b/debian/rules
index acfc5fe..2c792fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,6 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_clean:
+	rm -rf coverage

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



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