[DRE-commits] [ruby-timers] 05/05: refresh more patches

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue May 12 06:46:34 UTC 2015


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

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

commit 4d2e9c0328d227b355d13277bf4c713bfd6ae977
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue May 12 12:07:52 2015 +0530

    refresh more patches
---
 debian/patches/0002-Replace-git-ls-files-with-Dir-list.patch | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/patches/0002-Replace-git-ls-files-with-Dir-list.patch b/debian/patches/0002-Replace-git-ls-files-with-Dir-list.patch
index b928261..45d04c1 100644
--- a/debian/patches/0002-Replace-git-ls-files-with-Dir-list.patch
+++ b/debian/patches/0002-Replace-git-ls-files-with-Dir-list.patch
@@ -6,17 +6,16 @@ Subject: Replace git ls-files with Dir list
  timers.gemspec |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
 
-diff --git a/timers.gemspec b/timers.gemspec
-index 98da21f..dc40f19 100644
---- a/timers.gemspec
-+++ b/timers.gemspec
+Index: ruby-timers/timers.gemspec
+===================================================================
+--- ruby-timers.orig/timers.gemspec
++++ ruby-timers/timers.gemspec
 @@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
    gem.summary       = "Schedule procs to run after a certain time, or at periodic intervals, using any API that accepts a timeout"
-   gem.homepage      = "https://github.com/tarcieri/timers"
+   gem.homepage      = "https://github.com/celluloid/timers"
  
 -  gem.files         = `git ls-files`.split($\)
 +  gem.files         = Dir['README.md', 'lib/**/*', 'spec/**/*']
    gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
    gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
    gem.name          = "timers"
--- 

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



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