[DRE-commits] [SCM] ruby-roxml.git branch, master, updated. upstream/3.3.1-5-gbb787e2

Praveen Arimbrathodiyil praveen at debian.org
Mon Oct 29 21:12:44 UTC 2012


The following commit has been merged in the master branch:
commit c83d6bb1d9b9c907cd9fdf0169b81c17e23ad0b4
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Oct 30 02:38:15 2012 +0530

    add patches to require rspec and roxml

diff --git a/debian/patches/require-rspec.patch b/debian/patches/require-rspec.patch
new file mode 100644
index 0000000..bafb494
--- /dev/null
+++ b/debian/patches/require-rspec.patch
@@ -0,0 +1,10 @@
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -2,6 +2,7 @@
+ require 'rubygems'
+ require 'pathname'
+ require 'ostruct'
++require 'rspec'
+ 
+ require_relative './../test/support/fixtures'
+ require_relative './../lib/roxml'
diff --git a/debian/patches/require-system-roxml.patch b/debian/patches/require-system-roxml.patch
new file mode 100644
index 0000000..1904b97
--- /dev/null
+++ b/debian/patches/require-system-roxml.patch
@@ -0,0 +1,13 @@
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -2,9 +2,9 @@
+ require 'rubygems'
+ require 'pathname'
+ require 'ostruct'
++require 'roxml'
+ 
+ require_relative './../test/support/fixtures'
+-require_relative './../lib/roxml'
+ require_relative './shared_specs'
+ 
+ def xml_for(name)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b10b848
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,3 @@
+require-rspec.patch
+require-system-roxml.patch
+

-- 
ruby-roxml.git



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