[DRE-commits] [ruby-packable] 04/08: remove rubygems requirement

Cédric Boutillier boutil at alioth.debian.org
Wed Aug 14 12:02:48 UTC 2013


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

boutil pushed a commit to branch master
in repository ruby-packable.

commit 550dff63a4b581aa1b1edf6aeabf368ef0338a9b
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Aug 14 09:54:26 2013 +0200

    remove rubygems requirement
---
 debian/patches/remove_rubygems.patch |   21 +++++++++++++++++++++
 debian/patches/series                |    1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/remove_rubygems.patch b/debian/patches/remove_rubygems.patch
new file mode 100644
index 0000000..76f1f07
--- /dev/null
+++ b/debian/patches/remove_rubygems.patch
@@ -0,0 +1,21 @@
+Description: remove requirement on rubygems
+Author: Cédric Boutillier <boutil at debian.org>
+Origin: vendor
+Forwarded: not-needed
+Last-Update: 2013-08-11
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/test/test_helper.rb
++++ b/test/test_helper.rb
+@@ -1,8 +1,8 @@
+-require 'rubygems'
++#require 'rubygems'
+ require 'test/unit'
+ require 'shoulda'
+ require 'mocha'
+ require File.dirname(__FILE__)+'/../lib/packable'
+ 
+ class Test::Unit::TestCase
+-end
+\ No newline at end of file
++end
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9568fa6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove_rubygems.patch

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



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