[DRE-commits] [ruby-coveralls] 13/15: Create patch to remove tins from gemspec

Lucas Kanashiro kanashiro at moszumanska.debian.org
Fri Sep 1 22:18:50 UTC 2017


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

kanashiro pushed a commit to branch master
in repository ruby-coveralls.

commit 26be84c9754bef45cf012690243d8473fad85797
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Fri Sep 1 19:12:23 2017 -0300

    Create patch to remove tins from gemspec
---
 debian/changelog                                |  1 +
 debian/patches/06_remove-tins-from-gemspec.diff | 17 +++++++++++++++++
 debian/patches/series                           |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b566624..f122823 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ ruby-coveralls (0.8.21-1) UNRELEASED; urgency=medium
   * Mark package as autopkgtest-able
   * Add myself to Uploaders list
   * Create patch to remove the dependency on pry in tests
+  * Create patch to remove tins from gemspec
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Fri, 01 Sep 2017 17:52:52 -0300
 
diff --git a/debian/patches/06_remove-tins-from-gemspec.diff b/debian/patches/06_remove-tins-from-gemspec.diff
new file mode 100644
index 0000000..0c078f7
--- /dev/null
+++ b/debian/patches/06_remove-tins-from-gemspec.diff
@@ -0,0 +1,17 @@
+Description: remove tins from gemspec
+ Aparently this dependency is not used anywhere
+Author: Lucas Kanashiro <kanashiro at debian.org>
+Last-Updated: 2017-09-01
+
+--- a/coveralls-ruby.gemspec
++++ b/coveralls-ruby.gemspec
+@@ -21,7 +21,8 @@ Gem::Specification.new do |gem|
+ 
+   gem.add_dependency 'json', '>= 1.8', '< 3'
+   gem.add_dependency 'simplecov', '~> 0.14.1'
+-  gem.add_dependency 'tins', '~> 1.6'
++  # Aparently this dependency is not called anywhere
++  #gem.add_dependency 'tins', '~> 1.6'
+   gem.add_dependency 'term-ansicolor', '~> 1.3'
+   gem.add_dependency 'thor', '~> 0.19.4'
+ 
diff --git a/debian/patches/series b/debian/patches/series
index d9c18f5..40fcade 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+06_remove-tins-from-gemspec.diff
 05_disable_pry.diff
 02_disable_vcr.diff
 04_include_rspec.diff

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



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