[DRE-commits] [ruby-omniauth] 04/07: remove unnecessary patches

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Jul 24 16:49:58 UTC 2017


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

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

commit deb4aa776f6ab2fd94c05f69e9a91e43f81f0d31
Author: Pirate Praveen <praveen at debian.org>
Date:   Mon Jul 24 21:30:35 2017 +0530

    remove unnecessary patches
---
 debian/patches/remove-git-from-gemspec.diff | 16 ---------------
 debian/patches/remove-simplecov.patch       | 32 -----------------------------
 debian/patches/series                       |  2 --
 3 files changed, 50 deletions(-)

diff --git a/debian/patches/remove-git-from-gemspec.diff b/debian/patches/remove-git-from-gemspec.diff
deleted file mode 100644
index fdabde3..0000000
--- a/debian/patches/remove-git-from-gemspec.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: remove git from the omniauth.gemspec file
-Author: Rahulkrishnan R A <rahulkrishnanfs at gmail.com>
-Last-Update: 2016-03-12
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/omniauth.gemspec
-+++ b/omniauth.gemspec
-@@ -10,7 +10,7 @@
-   spec.authors       = ['Michael Bleigh', 'Erik Michaels-Ober', 'Tom Milewski']
-   spec.description   = 'A generalized Rack framework for multiple-provider authentication.'
-   spec.email         = ['michael at intridea.com', 'sferik at gmail.com', 'tmilewski at gmail.com']
--  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.start_with?('spec/') }
-+  spec.files         = ''
-   spec.homepage      = 'http://github.com/intridea/omniauth'
-   spec.licenses      = %w(MIT)
-   spec.name          = 'omniauth'
diff --git a/debian/patches/remove-simplecov.patch b/debian/patches/remove-simplecov.patch
deleted file mode 100644
index 50d64dc..0000000
--- a/debian/patches/remove-simplecov.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Description:It is useful only for upstream
-Author: Rahulkrishnan R A <rahulkrishnanfs at gmail.com>
-Last-Update: 2016-02-29
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: ruby-omniauth/spec/helper.rb
-===================================================================
---- ruby-omniauth.orig/spec/helper.rb
-+++ ruby-omniauth/spec/helper.rb
-@@ -1,14 +1,14 @@
- if RUBY_VERSION >= '1.9'
--  require 'simplecov'
--  require 'coveralls'
-+#  require 'simplecov'
-+#  require 'coveralls'
- 
--  SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
-+#  SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
- 
--  SimpleCov.start do
--    add_filter '/spec/'
--    add_filter '/vendor/'
--    minimum_coverage(92.93)
--  end
-+#  SimpleCov.start do
-+#    add_filter '/spec/'
-+#    add_filter '/vendor/'
-+#    minimum_coverage(92.93)
-+#  end
- end
- 
- require 'rspec'
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 7b39c98..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-remove-git-from-gemspec.diff
-remove-simplecov.patch

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



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