[DRE-commits] [ruby-pcaprub] 03/06: Add a patch to remove mandatory usage of Bundler

Jérémy Bobbio lunar at moszumanska.debian.org
Tue Sep 8 08:35:26 UTC 2015


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

lunar pushed a commit to branch master
in repository ruby-pcaprub.

commit b1fd44d14654af6ec1145d6d6fdd6f5e13cea3fd
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sun Sep 6 21:19:34 2015 +0200

    Add a patch to remove mandatory usage of Bundler
---
 debian/patches/0001-Don-t-use-Bundler.patch | 18 ++++++++++++++++++
 debian/patches/series                       |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/0001-Don-t-use-Bundler.patch b/debian/patches/0001-Don-t-use-Bundler.patch
new file mode 100644
index 0000000..5bf38a7
--- /dev/null
+++ b/debian/patches/0001-Don-t-use-Bundler.patch
@@ -0,0 +1,18 @@
+From: =?utf-8?q?J=C3=A9r=C3=A9my_Bobbio?= <lunar at debian.org>
+Date: Sun, 6 Sep 2015 21:19:18 +0200
+Subject: Don't use Bundler
+
+---
+ test/helper.rb | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/test/helper.rb b/test/helper.rb
+index 4f9ec0d..518f14a 100644
+--- a/test/helper.rb
++++ b/test/helper.rb
+@@ -1,5 +1,4 @@
+ require 'rubygems'
+-require 'bundler/setup'
+ require 'test/unit'
+ require 'shoulda-context'
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a4a3df7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Don-t-use-Bundler.patch

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



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