[DRE-commits] [rake] 05/11: refreshed patches
Caitlin Matos
cm-guest at moszumanska.debian.org
Thu Aug 28 16:12:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
cm-guest pushed a commit to branch master
in repository rake.
commit fa9d6b8495bdc5a179c8ea038b0c6cdeba1a96d1
Author: Caitlin Matos <caitlin.matos at zoho.com>
Date: Wed Aug 27 17:50:58 2014 -0400
refreshed patches
---
.gitignore | 1 +
debian/patches/0001-remove_rubygems.patch | 14 --------------
debian/patches/autopkgtest.patch | 2 +-
3 files changed, 2 insertions(+), 15 deletions(-)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..845ca06
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.pc
diff --git a/debian/patches/0001-remove_rubygems.patch b/debian/patches/0001-remove_rubygems.patch
index c86c058..11417ea 100644
--- a/debian/patches/0001-remove_rubygems.patch
+++ b/debian/patches/0001-remove_rubygems.patch
@@ -24,17 +24,3 @@ Subject: [PATCH] Remove `require 'rubygems'`
require 'rake'
Rake.application.run
---- a/test/helper.rb
-+++ b/test/helper.rb
-@@ -1,11 +1,6 @@
- require 'rubygems'
- $:.unshift File.expand_path('../../lib', __FILE__)
-
--begin
-- gem 'minitest'
--rescue Gem::LoadError
--end
--
- require 'minitest/autorun'
- require 'rake'
- require 'tmpdir'
diff --git a/debian/patches/autopkgtest.patch b/debian/patches/autopkgtest.patch
index 8f0a715..0af2ea5 100644
--- a/debian/patches/autopkgtest.patch
+++ b/debian/patches/autopkgtest.patch
@@ -7,7 +7,7 @@ Forwarded: not-needed
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/test/helper.rb
+++ b/test/helper.rb
-@@ -43,8 +43,13 @@ class Rake::TestCase < MiniTest::Unit::T
+@@ -47,8 +47,13 @@ class Rake::TestCase < MiniTest::Unit::T
@verbose = ENV['VERBOSE']
@rake_exec = File.join @rake_root, 'bin', 'rake'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rake.git
More information about the Pkg-ruby-extras-commits
mailing list