[DRE-commits] [SCM] ruby-introspection.git branch, master, updated. upstream/0.0.2-7-g8553961

Cédric Boutillier cedric.boutillier at gmail.com
Mon Jan 2 18:11:58 UTC 2012


The following commit has been merged in the master branch:
commit aa7f1089832f1e4630640d8909169c3c86b2513a
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Fri Dec 30 16:07:42 2011 +0100

    remove requirements on rubygems/bundler

diff --git a/debian/changelog b/debian/changelog
index 1558bec..15ef479 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 ruby-introspection (0.0.2-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #nnnn)
+  * debian/patches/0100_remove_rubygems_bundler_stuff.patch: remove
+    requirements on rubygems and bundler Ruby libraries.
 
- -- Cédric Boutillier <cedric.boutillier at gmail.com>  Fri, 30 Dec 2011 15:58:24 +0100
+ -- Cédric Boutillier <cedric.boutillier at gmail.com>  Fri, 30 Dec 2011 16:05:19 +0100
diff --git a/debian/patches/0100_remove_rubygems_bundler_stuff.patch b/debian/patches/0100_remove_rubygems_bundler_stuff.patch
new file mode 100644
index 0000000..51285aa
--- /dev/null
+++ b/debian/patches/0100_remove_rubygems_bundler_stuff.patch
@@ -0,0 +1,22 @@
+Description: remove requirements on rubygems and bundler
+Author: Cédric Boutillier <cedric.boutillier at gmail.com>
+Forwarded: No
+
+Index: ruby-introspection/test/test_helper.rb
+===================================================================
+--- ruby-introspection.orig/test/test_helper.rb	2011-12-30 16:05:06.000000000 +0100
++++ ruby-introspection/test/test_helper.rb	2011-12-30 16:05:06.000000000 +0100
+@@ -1,6 +1,3 @@
+-require "rubygems"
+-require "bundler/setup"
+-
+ require "introspection"
+ require "test/unit"
+ 
+@@ -27,4 +24,4 @@
+   include Introspection::TestHelper
+   include Introspection::LocalAssertions
+   include Introspection::Assertions
+-end
+\ No newline at end of file
++end
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d1af466
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0100_remove_rubygems_bundler_stuff.patch
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..4aceb10
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+unapply-patches

-- 
ruby-introspection.git



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