[DRE-commits] [ruby-mustache] 05/09: d/patches: Disable codeclimate uploader during tests

Sebastien Badia sbadia-guest at moszumanska.debian.org
Fri Apr 10 14:57:52 UTC 2015


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

sbadia-guest pushed a commit to branch master
in repository ruby-mustache.

commit e7a93c6d7e81a9a430ebeee20785353be4f65833
Author: Sebastien Badia <seb at sebian.fr>
Date:   Fri Apr 10 16:43:08 2015 +0200

    d/patches: Disable codeclimate uploader during tests
---
 debian/changelog                             |  1 +
 debian/patches/002_disable-codeclimate.patch | 17 +++++++++++++++++
 debian/patches/series                        |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 86298c1..3ef8913 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-mustache (1.0.1-1~exp1) UNRELEASED; urgency=medium
 
   * Team upload.
   * Target experimental and build with ruby 2.2.
+  * Refresh patchs for new upstream version (and disable codeclimate)
 
  -- Sebastien Badia <seb at sebian.fr>  Fri, 10 Apr 2015 16:01:33 +0200
 
diff --git a/debian/patches/002_disable-codeclimate.patch b/debian/patches/002_disable-codeclimate.patch
new file mode 100644
index 0000000..f225073
--- /dev/null
+++ b/debian/patches/002_disable-codeclimate.patch
@@ -0,0 +1,17 @@
+Description: Disable CodeClimate uploader
+ This patch just remove the codeclimate uploader in the tests
+Author: Sebastien Badia <seb at sebian.fr>
+Forwarded: not-needed
+Last-Update: 2015-04-10
+
+--- ruby-mustache-1.0.1.orig/test/helper.rb
++++ ruby-mustache-1.0.1/test/helper.rb
+@@ -1,8 +1,5 @@
+ require 'minitest/autorun'
+ 
+-require "codeclimate-test-reporter"
+-CodeClimate::TestReporter.start
+-
+ Dir[File.dirname(__FILE__) + '/fixtures/*.rb'].each do |f|
+   require f
+ end
diff --git a/debian/patches/series b/debian/patches/series
index 044a107..1e08a5f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 001_fix-encoding.patch
+002_disable-codeclimate.patch

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



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