[DRE-commits] [ruby-parser] 02/03: Drop 001-remove-rubygems-require.patch as patched file as been dropped by upstream
Cédric Boutillier
boutil at moszumanska.debian.org
Fri Mar 7 14:33:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-parser.
commit 6a24de4dc201ee5a3eec703f887db2324e54f59e
Author: Cédric Boutillier <boutil at debian.org>
Date: Fri Feb 28 14:37:35 2014 +0100
Drop 001-remove-rubygems-require.patch as patched file as been dropped by upstream
---
debian/patches/001-remove-rubygems-require.patch | 25 ------------------------
debian/patches/series | 1 -
2 files changed, 26 deletions(-)
diff --git a/debian/patches/001-remove-rubygems-require.patch b/debian/patches/001-remove-rubygems-require.patch
deleted file mode 100644
index ea844ac..0000000
--- a/debian/patches/001-remove-rubygems-require.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: remove insane manipulations of the $LOAD_PATH
- Remove require 'rubygems' line.
- .
- Usually we also want to remove insane manipulations of the $LOAD_PATH,
- such as:
- .
- $:.unshift "../../ruby_parser/dev/lib"
- $:.unshift "../../ruby2ruby/dev/lib"
- .
- ($: == $LOAD_PATH)
-Author: Antonio Terceiro <terceiro at debian.org>
-
---- a/lib/gauntlet_rubyparser.rb
-+++ b/lib/gauntlet_rubyparser.rb
-@@ -2,10 +2,6 @@
-
- $f ||= false
-
--$:.unshift "../../ruby_parser/dev/lib"
--$:.unshift "../../ruby2ruby/dev/lib"
--
--require 'rubygems'
- require 'ruby2ruby'
- require 'ruby_parser'
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index beb05d3..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-001-remove-rubygems-require.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-parser.git
More information about the Pkg-ruby-extras-commits
mailing list