[DRE-commits] [ruby-parslet] 01/02: Add patches

Axel Wagner merovius-guest at moszumanska.debian.org
Sat Jan 25 18:36:17 UTC 2014


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

merovius-guest pushed a commit to branch master
in repository ruby-parslet.

commit 19ca682d26d6dacd8cc9d2456b1fd0aa155d46cc
Author: Axel Wagner <mail at merovius.de>
Date:   Sat Jan 25 19:31:59 2014 +0100

    Add patches
---
 debian/patches/Drop-rubygems | 41 +++++++++++++++++++++++++++++++++++++++++
 debian/patches/series        |  1 +
 2 files changed, 42 insertions(+)

diff --git a/debian/patches/Drop-rubygems b/debian/patches/Drop-rubygems
new file mode 100644
index 0000000..7a390e9
--- /dev/null
+++ b/debian/patches/Drop-rubygems
@@ -0,0 +1,41 @@
+Description: Drop rubygems
+ .
+ ruby-parslet (1.5.0-1) UNRELEASED; urgency=medium
+ .
+   * Initial release (Closes: #735295)
+Author: <mero at merovius.de>
+Bug-Debian: http://bugs.debian.org/735295
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- ruby-parslet-1.5.0.orig/Rakefile
++++ ruby-parslet-1.5.0/Rakefile
+@@ -2,7 +2,6 @@ require 'rdoc/task'
+ require 'sdoc'
+ 
+ require 'rspec/core/rake_task'
+-require "rubygems/package_task"
+ 
+ desc "Run all tests: Exhaustive."
+ RSpec::Core::RakeTask.new
+--- ruby-parslet-1.5.0.orig/example/json.rb
++++ ruby-parslet-1.5.0/example/json.rb
+@@ -4,7 +4,6 @@ $:.unshift File.dirname(__FILE__) + "/..
+ # MIT License - (c) 2011 John Mettraux
+ #
+ 
+-require 'rubygems'
+ require 'parslet' # gem install parslet
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f9a853b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Drop-rubygems

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



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