[DRE-commits] [SCM] ruby-cutest.git branch, master, updated. upstream/1.2.0-23-g5e043ab

Praveen Arimbrathodiyil praveen at debian.org
Fri Nov 2 05:10:27 UTC 2012


The following commit has been merged in the master branch:
commit 5e043abef9af03a57817d33626d433660b632987
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Nov 2 10:37:51 2012 +0530

    make package depend on ruby1.9.1

diff --git a/debian/control b/debian/control
index 6b757e1..0a938d1 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ XS-Ruby-Versions: ruby1.9.1
 Package: ruby-cutest
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.9.1 
 Description: Run ruby tests independantly
  Cutest run tests in separate processes to avoid shared state.
  Once a failure  is found, you get a report detailing what failed

-- 
ruby-cutest.git



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