[DRE-commits] [ruby-actionpack-xml-parser] 01/02: Create patch to remove bundler from tests

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Mar 14 14:45:50 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository ruby-actionpack-xml-parser.

commit 124a60b5b52181b4b69b0e3ed9508818b52aa519
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Mar 14 11:23:49 2016 -0300

    Create patch to remove bundler from tests
    
    Closes: #818151
---
 debian/changelog                                    |  6 ++++++
 debian/patches/0001-remove-bundler-from-tests.patch | 12 ++++++++++++
 debian/patches/series                               |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7781244..d6734c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-actionpack-xml-parser (1.0.2-2) UNRELEASED; urgency=medium
+
+  * Create patch to remove bundler from tests (Closes: #818151)
+
+ -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 14 Mar 2016 11:22:51 -0300
+
 ruby-actionpack-xml-parser (1.0.2-1) unstable; urgency=medium
 
   [ Klee Dienes and Antonio Terceiro ]
diff --git a/debian/patches/0001-remove-bundler-from-tests.patch b/debian/patches/0001-remove-bundler-from-tests.patch
new file mode 100644
index 0000000..28eb4e1
--- /dev/null
+++ b/debian/patches/0001-remove-bundler-from-tests.patch
@@ -0,0 +1,12 @@
+Description: Remove bundler from tests
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2016-03-14
+
+--- a/test/helper.rb
++++ b/test/helper.rb
+@@ -1,5 +1,3 @@
+-require 'bundler/setup'
+-
+ require 'active_support/testing/autorun'
+ require 'action_controller'
+ require 'action_dispatch'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2785859
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-remove-bundler-from-tests.patch

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



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