[DRE-commits] [ruby-fog-xml] 03/04: Correcting patch name

Balasankar C balasankarc-guest at moszumanska.debian.org
Sat Nov 29 14:31:49 UTC 2014


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

balasankarc-guest pushed a commit to branch master
in repository ruby-fog-xml.

commit eb96463ed46303d8dc7b27ca8bcf6c70498cb1e4
Author: Balasankar C <balasankarc at autistici.org>
Date:   Sat Nov 29 19:57:32 2014 +0530

    Correcting patch name
---
 debian/patches/remove-turn-dependency | 50 +++++++++++++++++++++++++++++++++++
 debian/patches/series                 |  2 +-
 2 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/debian/patches/remove-turn-dependency b/debian/patches/remove-turn-dependency
new file mode 100644
index 0000000..131d256
--- /dev/null
+++ b/debian/patches/remove-turn-dependency
@@ -0,0 +1,50 @@
+Description: Comment out portions using the gem "turn"
+ Removing the dependecy on turn as it is not and can't be packaged.
+ .
+ ruby-fog-xml (0.1.1-1) UNRELEASED; urgency=medium
+ .
+   * Initial release (Closes: #nnnn)
+Author: Balasankar C <balasankarc at autistici.org>
+
+
+--- ruby-fog-xml-0.1.1.orig/spec/minitest_helper.rb
++++ ruby-fog-xml-0.1.1/spec/minitest_helper.rb
+@@ -1,23 +1,23 @@
+ require "minitest/spec"
+ require "minitest/autorun"
+-require "turn"
++#require "turn"
+ require "excon"
+ require "fog/core"
+ 
+-Turn.config do |c|
+-  # use one of output formats:
+-  # :outline  - turn's original case/test outline mode [default]
+-  # :progress - indicates progress with progress bar
+-  # :dotted   - test/unit's traditional dot-progress mode
+-  # :pretty   - new pretty reporter
+-  # :marshal  - dump output as YAML (normal run mode only)
+-  # :cue      - interactive testing
+-  # c.format  = :outline
+-  # turn on invoke/execute tracing, enable full backtrace
+-  c.trace   = 20
+-  # use humanized test names (works only with :outline format)
+-  c.natural = true
+-end
++#Turn.config do |c|
++  ## use one of output formats:
++  ## :outline  - turn's original case/test outline mode [default]
++  ## :progress - indicates progress with progress bar
++  ## :dotted   - test/unit's traditional dot-progress mode
++  ## :pretty   - new pretty reporter
++  ## :marshal  - dump output as YAML (normal run mode only)
++  ## :cue      - interactive testing
++  ## c.format  = :outline
++  ## turn on invoke/execute tracing, enable full backtrace
++  #c.trace   = 20
++  ## use humanized test names (works only with :outline format)
++  #c.natural = true
++#end
+ 
+ if ENV["COVERAGE"]
+   require "coveralls"
diff --git a/debian/patches/series b/debian/patches/series
index ffd3396..2ac9d83 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-Turn-Dependency
+remove-turn-dependency

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



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