[DRE-commits] [ruby-sentry-raven] 03/05: refresh patches

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Nov 1 09:22:41 UTC 2016


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

praveen pushed a commit to branch master
in repository ruby-sentry-raven.

commit fc79aa9a5df802595e7d41bebe34d0d1a1bda6b0
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Nov 1 13:13:45 2016 +0530

    refresh patches
---
 debian/changelog                                   |  1 +
 .../patches/disable-tests-requiring-rubocop.patch  | 27 ++++++++++------------
 2 files changed, 13 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e50a24b..6cb77ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-sentry-raven (2.1.2-1) unstable; urgency=medium
 
   * New upstream release
   * Add myself to uploaders
+  * Refresh patches
 
  -- Pirate Praveen <praveen at debian.org>  Tue, 01 Nov 2016 13:05:52 +0530
 
diff --git a/debian/patches/disable-tests-requiring-rubocop.patch b/debian/patches/disable-tests-requiring-rubocop.patch
index c8e8edc..39c4270 100644
--- a/debian/patches/disable-tests-requiring-rubocop.patch
+++ b/debian/patches/disable-tests-requiring-rubocop.patch
@@ -3,19 +3,16 @@ Author: Balasankar C <balasankarc at autistici.org>
 Last-Update: 2016-01-30
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/spec/raven/integrations/rake_spec.rb
-+++ b/spec/raven/integrations/rake_spec.rb
-@@ -1,7 +1,7 @@
--require 'rake'
-+#require 'rake'
+Index: ruby-sentry-raven/spec/raven/integrations/rake_spec.rb
+===================================================================
+--- ruby-sentry-raven.orig/spec/raven/integrations/rake_spec.rb
++++ ruby-sentry-raven/spec/raven/integrations/rake_spec.rb
+@@ -5,7 +5,7 @@ describe 'Rake tasks' do
+     expect(Raven::CLI.test("dummy://notaserver:notapass@notathing/12345")).to be true
+   end
  
--describe 'Rake tasks' do
--  it 'should capture exceptions in Rake tasks' do
--    expect(`cd spec/support && bundle exec rake raise_exception 2>&1`).to match(/Sending event/)
--  end
--end
-+#describe 'Rake tasks' do
-+  #it 'should capture exceptions in Rake tasks' do
-+    #expect(`cd spec/support && bundle exec rake raise_exception 2>&1`).to match(/Sending event/)
-+  #end
-+#end
+-  it "should capture exceptions in Rake tasks" do
++  xit "should capture exceptions in Rake tasks" do
+     Raven.configure do |config|
+       config.dsn = "dummy://notaserver:notapass@notathing/12345"
+     end

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



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