[DRE-commits] [ruby-rbnacl] 03/04: Drop dev depend on bundler

Lucas Nussbaum lucas at moszumanska.debian.org
Sun Jul 9 07:23:29 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 9ceaefd58f08c1afd3a55f5b5abc31e8a10d9522
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Sun Jul 9 08:57:47 2017 +0200

    Drop dev depend on bundler
---
 debian/control                                     |  1 -
 ...05-Drop-development-dependency-on-bundler.patch | 32 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index f0cd559..855b294 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Build-Depends: debhelper (>= 9~),
                gem2deb,
                libsodium-dev,
                rake,
-               ruby-bundler,
                ruby-coveralls,
                ruby-ffi,
                ruby-rspec
diff --git a/debian/patches/0005-Drop-development-dependency-on-bundler.patch b/debian/patches/0005-Drop-development-dependency-on-bundler.patch
new file mode 100644
index 0000000..c85abf3
--- /dev/null
+++ b/debian/patches/0005-Drop-development-dependency-on-bundler.patch
@@ -0,0 +1,32 @@
+From: Lucas Nussbaum <lucas at debian.org>
+Date: Sun, 9 Jul 2017 08:57:11 +0200
+Subject: Drop development dependency on bundler
+
+---
+ rbnacl.gemspec      | 2 --
+ spec/spec_helper.rb | 1 -
+ 2 files changed, 3 deletions(-)
+
+diff --git a/rbnacl.gemspec b/rbnacl.gemspec
+index 55f79de..0d5d1c3 100644
+--- a/rbnacl.gemspec
++++ b/rbnacl.gemspec
+@@ -25,6 +25,4 @@ Gem::Specification.new do |spec|
+   spec.platform = "jruby" if defined? JRUBY_VERSION
+ 
+   spec.add_runtime_dependency "ffi"
+-
+-  spec.add_development_dependency "bundler"
+ end
+diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
+index ef9649e..93005c6 100644
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -8,7 +8,6 @@ Coveralls.wear!
+ # Run the specs prior to running the self-test
+ $RBNACL_SELF_TEST = false
+ 
+-require "bundler/setup"
+ require "rbnacl/libsodium"
+ require "shared/box"
+ require "shared/authenticator"
diff --git a/debian/patches/series b/debian/patches/series
index e2f6d68..4e1c902 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ provide_libsodium.patch
 disable-devel-gems
 0003-Drop-usage-of-git-in-gemspec.patch
 0004-Drop-gem-dependency-on-rbnacl-libsodium.patch
+0005-Drop-development-dependency-on-bundler.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