[DRE-commits] [ruby-vcr] 02/03: Upstream update - Reinitializing changelog
Balasankar C
balasankarc-guest at moszumanska.debian.org
Sun May 31 05:02:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
balasankarc-guest pushed a commit to branch master
in repository ruby-vcr.
commit 8198f65634dcff0b2fcb82c74182473598fd444c
Author: Balasankar C <balasankarc at autistici.org>
Date: Sun May 31 10:26:04 2015 +0530
Upstream update - Reinitializing changelog
---
debian/changelog | 4 ++--
debian/patches/{coveralls => bundler-simplecov} | 13 +++++++------
debian/patches/color | 16 ----------------
debian/patches/git-test | 2 ++
debian/patches/series | 3 +--
5 files changed, 12 insertions(+), 26 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f6a51da..65e756e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-vcr (2.9.0-1) experimental; urgency=medium
+ruby-vcr (2.9.3-1) experimental; urgency=medium
* Initial release (Closes: #695195)
- -- Balasankar C <balasankarc at autistici.org> Tue, 05 May 2015 21:57:54 +0530
+ -- Balasankar C <balasankarc at autistici.org> Sun, 31 May 2015 10:08:13 +0530
diff --git a/debian/patches/coveralls b/debian/patches/bundler-simplecov
similarity index 77%
rename from debian/patches/coveralls
rename to debian/patches/bundler-simplecov
index b4e9b30..69f8507 100644
--- a/debian/patches/coveralls
+++ b/debian/patches/bundler-simplecov
@@ -1,11 +1,13 @@
-Description: Remove coverall dependency
- Remove usage of coveralls
-Last-Update: 2015-05-15
+Description: Disable bundler and simplecov
+ Disable the use of bundler as well as simplecov while running the tests
+Author: Balasankar C <balasankarc at autistici.org>
+Forwarded: not-needed
+Last-Update: 2015-05-31
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
-@@ -1,30 +1,5 @@
+@@ -1,29 +1,5 @@
require 'rubygems'
-using_git = File.exist?(File.expand_path('../../.git/', __FILE__))
@@ -32,7 +34,6 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
- SimpleCov.result.format!
- end
-end
--
- require 'rspec'
require "support/fixnum_extension"
+ require "support/limited_uri"
diff --git a/debian/patches/color b/debian/patches/color
deleted file mode 100644
index ad3529e..0000000
--- a/debian/patches/color
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Fix RSpec configuration
- RSpec 3.0 uses config.color instead of config.color_enabled
-Last-Update: 2015-05-15
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
-@@ -53,7 +53,7 @@
-
- RSpec.configure do |config|
- config.order = :rand
-- config.color_enabled = true
-+ config.color = true
-
- config.expect_with :rspec do |expectations|
- expectations.syntax = :expect
diff --git a/debian/patches/git-test b/debian/patches/git-test
index 4569062..d1a1030 100644
--- a/debian/patches/git-test
+++ b/debian/patches/git-test
@@ -1,5 +1,7 @@
Description: Disable git based tests
Disable the tests that assume that the source uses a git based structure.
+Author: Balasankar C <balasankarc at autistici.org>
+Forwarded: not-needed
Last-Update: 2015-05-15
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
diff --git a/debian/patches/series b/debian/patches/series
index 249de9a..e0f3350 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
git-test
-color
-coveralls
+bundler-simplecov
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-vcr.git
More information about the Pkg-ruby-extras-commits
mailing list