[DRE-commits] [ruby-solve] 01/03: Run tests for Gecode solver

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Fri Jul 24 15:43:25 UTC 2015


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

tsfgnu-guest pushed a commit to branch master
in repository ruby-solve.

commit d700519a846476533c48ba5e55ca857d9e3226b6
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Wed Jul 22 15:52:35 2015 +0300

    Run tests for Gecode solver
---
 debian/control                                     |  1 +
 .../0002-Do-not-run-tests-for-Gecode-solver.patch  | 30 ----------------------
 debian/patches/series                              |  1 -
 3 files changed, 1 insertion(+), 31 deletions(-)

diff --git a/debian/control b/debian/control
index 1dc504c..a871037 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 7.0.50~),
                ruby-molinillo (>= 0.2.3),
                ruby-rspec,
                ruby-semverse (>= 1.1),
+               ruby-dep-selector (>= 1.0),
                spork
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-solve.git
diff --git a/debian/patches/0002-Do-not-run-tests-for-Gecode-solver.patch b/debian/patches/0002-Do-not-run-tests-for-Gecode-solver.patch
deleted file mode 100644
index 7c1f868..0000000
--- a/debian/patches/0002-Do-not-run-tests-for-Gecode-solver.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From: Hleb Valoshka <375gnu at gmail.com>
-Date: Wed, 24 Jun 2015 20:40:22 +0300
-Subject: Do not run tests for Gecode solver
-
----
- spec/acceptance/solutions_spec.rb     | 2 +-
- spec/unit/solve/gecode_solver_spec.rb | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/spec/acceptance/solutions_spec.rb b/spec/acceptance/solutions_spec.rb
-index 9961586..d09b17e 100644
---- a/spec/acceptance/solutions_spec.rb
-+++ b/spec/acceptance/solutions_spec.rb
-@@ -314,4 +314,4 @@ describe "Solutions", :gecode do
-       end
-     end
-   end
--end
-+end if false
-diff --git a/spec/unit/solve/gecode_solver_spec.rb b/spec/unit/solve/gecode_solver_spec.rb
-index d188577..1375d81 100644
---- a/spec/unit/solve/gecode_solver_spec.rb
-+++ b/spec/unit/solve/gecode_solver_spec.rb
-@@ -202,5 +202,5 @@ describe Solve::GecodeSolver, :gecode do
-       problem_data["demands"].should =~ expected_demands
-     end
-   end
--end
-+end if false
- 
diff --git a/debian/patches/series b/debian/patches/series
index f2279f4..10c5e31 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 0001-Do-not-require-bundler.patch
-0002-Do-not-run-tests-for-Gecode-solver.patch
 0003-Change-Version-to-Semverse-Version.patch

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



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