[DRE-commits] [ruby-fog-xml] 04/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 e0d0f7b081dd732e5e174f3fd41b743e500f96ae
Author: Balasankar C <balasankarc at autistici.org>
Date:   Sat Nov 29 19:58:23 2014 +0530

    Correcting patch name
---
 debian/patches/Turn-Dependency | 50 ------------------------------------------
 1 file changed, 50 deletions(-)

diff --git a/debian/patches/Turn-Dependency b/debian/patches/Turn-Dependency
deleted file mode 100644
index 131d256..0000000
--- a/debian/patches/Turn-Dependency
+++ /dev/null
@@ -1,50 +0,0 @@
-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"

-- 
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