[DRE-commits] [ruby-webmock] 01/05: remove ruby-patron

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed May 21 06:28:14 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-webmock.

commit dab86580378f68de844246e3fcb1cd66b9e602de
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed May 21 11:18:37 2014 +0530

    remove ruby-patron
---
 debian/changelog       | 7 +++++++
 debian/control         | 2 --
 debian/ruby-tests.rake | 2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f622a05..bc4f429 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-webmock (1.17.4-2) UNRELEASED; urgency=low
+
+  * Remove ruby-patron from dependencies
+  * Exclude patron tests
+
+ -- Pirate Praveen <praveen at debian.org>  Wed, 21 May 2014 11:17:33 +0530
+
 ruby-webmock (1.17.4-1) unstable; urgency=low
 
   * Initial release (Closes: #695194)
diff --git a/debian/control b/debian/control
index 0350567..96fa006 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,6 @@ Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~),
  ruby-excon (>= 0.27.5~),
  ruby-addressable (>= 2.3.5),
  ruby-curb,
- ruby-patron (>= 0.4.18-2),
  ruby-httpclient,
  ruby-http,
  ruby-safe-yaml,
@@ -36,7 +35,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
  ruby-addressable,
  ruby-crack,
  ruby-httpclient,
- ruby-patron,
  ruby-typhoeus,
  ruby-em-http-request
 Recommends: ca-certificates
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index c904455..1b7e94e 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,7 +1,7 @@
 require "rspec/core/rake_task"
 RSpec::Core::RakeTask.new(:spec) do |t|
   t.rspec_opts = ["-c", "-f progress", "-r ./spec/spec_helper.rb"]
-  t.pattern = 'spec/**/*_spec.rb'
+  t.pattern = FileList["spec/**/*_spec.rb"].exclude("spec/integration/patron/*")
 end
 
 RSpec::Core::RakeTask.new(:spec_http_without_webmock) do |t|

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



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