[DRE-commits] [ruby-rbnacl] 01/01: Add patch: 0003-Drop-usage-of-git-in-gemspec.patch

Lucas Nussbaum lucas at moszumanska.debian.org
Sat Jul 8 21:08:57 UTC 2017


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

lucas pushed a commit to branch master
in repository ruby-rbnacl.

commit cf0bb0061d15b20a29f54e84c3e42b4cf0e5f545
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Sat Jul 8 23:05:13 2017 +0200

    Add patch: 0003-Drop-usage-of-git-in-gemspec.patch
---
 .../patches/0003-Drop-usage-of-git-in-gemspec.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0003-Drop-usage-of-git-in-gemspec.patch b/debian/patches/0003-Drop-usage-of-git-in-gemspec.patch
new file mode 100644
index 0000000..32f73f0
--- /dev/null
+++ b/debian/patches/0003-Drop-usage-of-git-in-gemspec.patch
@@ -0,0 +1,21 @@
+From: Lucas Nussbaum <lucas at debian.org>
+Date: Sat, 8 Jul 2017 23:04:31 +0200
+Subject: Drop usage of git in gemspec
+
+---
+ rbnacl.gemspec | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/rbnacl.gemspec b/rbnacl.gemspec
+index c666a29..55f79de 100644
+--- a/rbnacl.gemspec
++++ b/rbnacl.gemspec
+@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
+     cryptographic systems and protocols
+   DESCRIPTION
+ 
+-  spec.files         = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
++  spec.files         = []
+   spec.executables   = spec.files.grep(%r{^bin/}).map { |f| File.basename(f) }
+   spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
+   spec.require_paths = ["lib"]
diff --git a/debian/patches/series b/debian/patches/series
index b919f3a..fbd960f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 provide_libsodium.patch
 disable-devel-gems
+0003-Drop-usage-of-git-in-gemspec.patch

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



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