[DRE-commits] [ruby-twitter] 01/02: now that simplecov and coveralls are packaged,

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Aug 17 10:37:41 UTC 2014


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

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

commit 3e022e7dd28b6c1d5fa8a01e5e88c8571abefbd8
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Aug 17 13:29:53 2014 +0530

    now that simplecov and coveralls are packaged,
    
    its not woth maintaining this patch
---
 debian/control                 |  3 ++-
 debian/patches/remove_coverage | 23 -----------------------
 debian/patches/series          |  1 -
 3 files changed, 2 insertions(+), 25 deletions(-)

diff --git a/debian/control b/debian/control
index aa0cc62..b8df4f0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Anish A <aneesh.nl at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), ruby-rspec,
  ruby-webmock, ruby-timecop, ruby-faraday (>= 0.9.0), ruby-multi-json (>= 1.0),
  ruby-simple-oauth (>= 0.2), ruby-memoizable, ruby-naught, ruby-equalizer,
- ruby-buftok, ruby-addressable, ruby-http, ruby-http-parser.rb, ruby-safe-yaml 
+ ruby-buftok, ruby-addressable, ruby-http, ruby-http-parser.rb, ruby-safe-yaml,
+ ruby-simplecov, ruby-coveralls 
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-twitter.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-twitter.git;a=summary
diff --git a/debian/patches/remove_coverage b/debian/patches/remove_coverage
deleted file mode 100644
index 1cc9f82..0000000
--- a/debian/patches/remove_coverage
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: Remove code covering
-Author: Anish A <aneesh.nl at gmail.com>
-Forwarded: No
-Last-Update: 2013-06-12
---- a/spec/helper.rb
-+++ b/spec/helper.rb
-@@ -1,5 +1,5 @@
--require 'simplecov'
--require 'coveralls'
-+#require 'simplecov'
-+#require 'coveralls'
- require 'twitter'
- require 'rspec'
- require 'stringio'
-@@ -7,7 +7,7 @@ require 'tempfile'
- require 'timecop'
- require 'webmock/rspec'
- 
--WebMock.disable_net_connect!(:allow => 'coveralls.io')
-+WebMock.disable_net_connect!
- 
- RSpec.configure do |config|
-   config.expect_with :rspec do |c|
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a854233..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-remove_coverage

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



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