[DRE-commits] [ruby-pcaprub] 02/04: Update patches

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Nov 30 21:24:01 UTC 2016


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

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

commit 83a5c3ae26c3f4a3812c9d7f8f617fa65fcadf3e
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Wed Nov 30 21:08:10 2016 +0100

    Update patches
---
 debian/patches/0001-Don-t-use-Bundler.patch            | 18 ------------------
 .../0001-Remove-bundler-dependency-from-tests.patch    | 18 ++++++++++++++++++
 debian/patches/series                                  |  2 +-
 3 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/debian/patches/0001-Don-t-use-Bundler.patch b/debian/patches/0001-Don-t-use-Bundler.patch
deleted file mode 100644
index 5bf38a7..0000000
--- a/debian/patches/0001-Don-t-use-Bundler.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-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/0001-Remove-bundler-dependency-from-tests.patch b/debian/patches/0001-Remove-bundler-dependency-from-tests.patch
new file mode 100644
index 0000000..91ecd3c
--- /dev/null
+++ b/debian/patches/0001-Remove-bundler-dependency-from-tests.patch
@@ -0,0 +1,18 @@
+From: =?utf-8?q?J=C3=A9r=C3=A9my_Bobbio?= <lunar at debian.org>
+Date: Wed, 30 Nov 2016 21:07:49 +0100
+Subject: Remove bundler dependency from tests
+
+---
+ test/test_helper.rb | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/test/test_helper.rb b/test/test_helper.rb
+index c1cbcd7..c07b10b 100644
+--- a/test/test_helper.rb
++++ b/test/test_helper.rb
+@@ -1,5 +1,4 @@
+ require 'rubygems'
+-require 'bundler/setup'
+ 
+ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
diff --git a/debian/patches/series b/debian/patches/series
index a4a3df7..aad0a72 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-0001-Don-t-use-Bundler.patch
+0001-Remove-bundler-dependency-from-tests.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