[DRE-commits] [SCM] ruby-instantiator.git branch, master, updated. upstream/0.0.6-7-gc295ad1

Cédric Boutillier cedric.boutillier at gmail.com
Mon Jan 2 17:59:41 UTC 2012


The following commit has been merged in the master branch:
commit c295ad16537c2a98783dcd06cc8ed06d6d597a68
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Mon Jan 2 18:51:44 2012 +0100

    add missing dependency on ruby-blankslate

diff --git a/debian/control b/debian/control
index 846d646..6095c06 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ XS-Ruby-Versions: all
 Package: ruby-instantiator
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-blankslate
 Description: Ruby library to instantiate an arbitrary class
  This Ruby library permits the instantiation of an arbitrary class without
  knowing anything about the constructor.

-- 
ruby-instantiator.git



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