[DRE-commits] [SCM] ruby-treetop.git branch, master, updated. upstream/1.4.10-9-g7290aab

Carl Worth cworth at debian.org
Wed Feb 29 00:48:41 UTC 2012


The following commit has been merged in the master branch:
commit a0d331f04ffd13f00ec05ad42c25d6727f1fd879
Author: Carl Worth <cworth at debian.org>
Date:   Tue Feb 28 16:38:16 2012 -0800

    debian: Add remaining dependencies noticed by gem2deb
    
    The gem2deb conversion left some potential dependencies for us here in
    a commient. Several of these (activesupport, rspec, and rr) were
    recently added as buidl dependencies. Then, a couple (jeweler, and
    rake), are likely only needed for building a gem.
    
    So if I'm not mistaken about the above, that leaves only ruby-polyglot
    and ruby-i18n as actual dependencies here.

diff --git a/debian/control b/debian/control
index 74427b5..e725b02 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,7 @@ XS-Ruby-Versions: all
 Package: ruby-treetop
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# polyglot (>= 0), jeweler (>= 0, development), activesupport (>= 0, development), i18n (~> 0.5.0, development), rr (~> 0.10.2, development), rspec (>= 2.0.0, development), rake (>= 0, development), polyglot (>= 0.3.1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-polyglot, ruby-i18n
 Description: A Ruby-based text parsing and interpretation DSL
  Treetop is a language for describing languages. It provides a ruby
  implementation of a custom language based on parsing expression

-- 
ruby-treetop.git



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