[DRE-commits] [ruby-mysql2] 01/02: Do not run eventmachine tests until it is fixed on freebsd.

Cédric Boutillier boutil at moszumanska.debian.org
Wed Dec 11 12:23:51 UTC 2013


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

boutil pushed a commit to branch master
in repository ruby-mysql2.

commit b7caff8442fa99d3263470d1562b5afd0350b97a
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Dec 11 10:37:37 2013 +0100

    Do not run eventmachine tests until it is fixed on freebsd.
---
 debian/changelog       | 6 ++++++
 debian/control         | 2 +-
 debian/ruby-tests.rake | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fe2660c..bfcb0fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-mysql2 (0.3.14-2) unstable; urgency=medium
+
+  * Do not run eventmachine tests until it is fixed on freebsd.
+
+ -- Cédric Boutillier <boutil at debian.org>  Wed, 11 Dec 2013 10:36:13 +0100
+
 ruby-mysql2 (0.3.14-1) unstable; urgency=low
 
   * Team upload
diff --git a/debian/control b/debian/control
index 834c1f3..5336e64 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Michael Franzl <office at michaelfranzl.com>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), libmysqld-dev, ruby-eventmachine, mysql-server, ruby-rspec, rake
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), libmysqld-dev, mysql-server, ruby-rspec, rake
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mysql2.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-mysql2.git;a=summary
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 89a753d..986006f 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 |spec|
-  spec.pattern      = './spec/**/*_spec.rb'
+  spec.pattern      = './spec/mysql2/**/*_spec.rb'
 end
 
 task :default => :spec

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



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