[DRE-commits] [ruby-securecompare] 01/01: fix gemspec

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Jun 21 20:01:09 UTC 2016


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

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

commit 10f2c92aa5a928a29c88a79987eecea773cb1070
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Jun 22 01:23:58 2016 +0530

    fix gemspec
---
 debian/patches/001-remove-git-in-gemspec.patch | 13 +++++++++++++
 debian/patches/series                          |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/001-remove-git-in-gemspec.patch b/debian/patches/001-remove-git-in-gemspec.patch
new file mode 100644
index 0000000..f342bfd
--- /dev/null
+++ b/debian/patches/001-remove-git-in-gemspec.patch
@@ -0,0 +1,13 @@
+Index: ruby-securecompare/.gemspec.rb
+===================================================================
+--- ruby-securecompare.orig/.gemspec.rb
++++ ruby-securecompare/.gemspec.rb
+@@ -43,7 +43,7 @@ class Files < Array
+ end
+ 
+ def files
+-  @files ||= Files.new(`git ls-files`.split($/))
++  @files ||= Files.new(`find lib -name \*.rb`.split($/))
+ end
+ 
+ def readme(path = File.expand_path("./README.md"))
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5506a48
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+001-remove-git-in-gemspec.patch

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



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