[DRE-commits] [ruby-spoon] 03/06: don't call git

Hideki Yamane henrich at moszumanska.debian.org
Sat Sep 17 03:22:34 UTC 2016


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

henrich pushed a commit to branch master
in repository ruby-spoon.

commit fe22733aa7c2c2b68ef234a3cd0fb3e6eecbef53
Author: Hideki Yamane <henrich at debian.org>
Date:   Sat Sep 17 12:19:11 2016 +0900

    don't call git
---
 debian/patches/0001-remove-calling-git.patch | 20 ++++++++++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/0001-remove-calling-git.patch b/debian/patches/0001-remove-calling-git.patch
new file mode 100644
index 0000000..acac671
--- /dev/null
+++ b/debian/patches/0001-remove-calling-git.patch
@@ -0,0 +1,20 @@
+From: Hideki Yamane <henrich at debian.org>
+Date: Sat, 17 Sep 2016 12:18:36 +0900
+Subject: remove calling git
+
+---
+ spoon.gemspec | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/spoon.gemspec b/spoon.gemspec
+index e526b4f..8c87646 100644
+--- a/spoon.gemspec
++++ b/spoon.gemspec
+@@ -4,7 +4,6 @@ Gem::Specification.new do |s|
+   s.authors = ["Charles Oliver Nutter"]
+   s.date = Time.now.strftime('%Y-%m-%d')
+   s.description = s.summary = "Spoon is an FFI binding of the posix_spawn function (and Windows equivalent), providing fork+exec functionality in a single shot."
+-  s.files = `git ls-files`.lines.map(&:chomp)
+   s.require_paths = ["lib"]
+   s.add_dependency('ffi')
+   s.license = "Apache-2.0"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0d6c879
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-remove-calling-git.patch

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



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