[DRE-commits] [ruby-rbnacl] 02/04: Add patch: 0004-Drop-gem-dependency-on-rbnacl-libsodium.patch

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 6942bbc7fcbb021d4429d1609803fb9d8d79bcab
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Sun Jul 9 08:43:05 2017 +0200

    Add patch: 0004-Drop-gem-dependency-on-rbnacl-libsodium.patch
---
 ...04-Drop-gem-dependency-on-rbnacl-libsodium.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0004-Drop-gem-dependency-on-rbnacl-libsodium.patch b/debian/patches/0004-Drop-gem-dependency-on-rbnacl-libsodium.patch
new file mode 100644
index 0000000..7d41da5
--- /dev/null
+++ b/debian/patches/0004-Drop-gem-dependency-on-rbnacl-libsodium.patch
@@ -0,0 +1,21 @@
+From: Lucas Nussbaum <lucas at debian.org>
+Date: Sun, 9 Jul 2017 08:42:20 +0200
+Subject: Drop gem dependency on rbnacl-libsodium
+
+We depend on libsodium-dev directly in the debian package.
+---
+ Gemfile | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Gemfile b/Gemfile
+index 087c123..c372645 100644
+--- a/Gemfile
++++ b/Gemfile
+@@ -8,7 +8,6 @@ end
+ group :test do
+   gem "rspec"
+   gem "coveralls", require: false
+-  gem "rbnacl-libsodium", ENV["LIBSODIUM_VERSION"]
+ end
+ 
+ group :development, :test do
diff --git a/debian/patches/series b/debian/patches/series
index fbd960f..e2f6d68 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 provide_libsodium.patch
 disable-devel-gems
 0003-Drop-usage-of-git-in-gemspec.patch
+0004-Drop-gem-dependency-on-rbnacl-libsodium.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