[DRE-commits] [ruby-psych] 14/18: Add patch to disable rubygems and bundler usage

Miguel Landaeta nomadium at moszumanska.debian.org
Wed Mar 15 21:43:41 UTC 2017


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

nomadium pushed a commit to branch master
in repository ruby-psych.

commit 0cda27b12fbfc1da0b81c826272122957a539cfe
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Wed Mar 15 20:45:43 2017 +0000

    Add patch to disable rubygems and bundler usage
---
 debian/patches/02-Disable-rubygems-and-bundler-usage.patch | 13 +++++++++++++
 debian/patches/series                                      |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/02-Disable-rubygems-and-bundler-usage.patch b/debian/patches/02-Disable-rubygems-and-bundler-usage.patch
new file mode 100644
index 0000000..de8ab8f
--- /dev/null
+++ b/debian/patches/02-Disable-rubygems-and-bundler-usage.patch
@@ -0,0 +1,13 @@
+Description: Disable rubygems and bundler usage
+Author: Miguel Landaeta <nomadium at debian.org>
+Forwarded: no
+Last-Update: 2017-03-15
+
+--- ruby-psych-2.2.4.orig/Rakefile
++++ ruby-psych-2.2.4/Rakefile
+@@ -1,4 +1,4 @@
+-require "bundler/gem_tasks"
++# require "bundler/gem_tasks"
+ require "rake/testtask"
+ 
+ Rake::TestTask.new(:test) do |t|
diff --git a/debian/patches/series b/debian/patches/series
index 43c82fc..43bd3cb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-Remove-snakeyaml-hardcoded-versions.patch 
+02-Disable-rubygems-and-bundler-usage.patch

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



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