[DRE-commits] [ruby-concurrent] 01/01: Fix git patch

Balasankar C balasankarc-guest at moszumanska.debian.org
Sun Jan 3 16:57:56 UTC 2016


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

balasankarc-guest pushed a commit to branch master
in repository ruby-concurrent.

commit 7be69d13f7bd2eb4d791940be15cf5f3d7ef4801
Author: Balasankar C <balasankarc at autistici.org>
Date:   Sun Jan 3 22:27:41 2016 +0530

    Fix git patch
---
 debian/patches/remove-git.patch | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/patches/remove-git.patch b/debian/patches/remove-git.patch
index 77630f0..b0b321f 100644
--- a/debian/patches/remove-git.patch
+++ b/debian/patches/remove-git.patch
@@ -5,11 +5,22 @@ Last-Update: 2015-12-30
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/concurrent-ruby.gemspec
 +++ b/concurrent-ruby.gemspec
-@@ -5,7 +5,6 @@
- require 'file_map'
+@@ -2,10 +2,8 @@
+ $:.push File.join(File.dirname(__FILE__), 'support')
+ 
+ require 'concurrent/version'
+-require 'file_map'
  
  Gem::Specification.new do |s|
 -  git_files = `git ls-files`.split("\n")
  
    s.name             = 'concurrent-ruby'
    s.version          = Concurrent::VERSION
+@@ -16,7 +14,6 @@
+   s.summary          = 'Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, Scala, Haskell, F#, C#, Java, and classic concurrency patterns.'
+   s.license          = 'MIT'
+   s.date             = Time.now.strftime('%Y-%m-%d')
+-  s.files            = FileMap::MAP.fetch(:core)
+   s.extra_rdoc_files = Dir['README*', 'LICENSE*', 'CHANGELOG*']
+   s.require_paths    = ['lib']
+   s.description      = <<-EOF

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



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