[DRE-commits] [SCM] ruby-temple.git branch, master, updated. upstream/0.6.2-20-gd28ce78

Jérémy Bobbio lunar at debian.org
Sat Mar 16 08:33:35 UTC 2013


The following commit has been merged in the master branch:
commit ef36adcb0097cf38f9797204eb91165f66e057e5
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri Mar 15 01:12:37 2013 +0100

    Fix binary package dependencies
    
    tilt and bacon are only development deps.

diff --git a/debian/control b/debian/control
index 1f3787c..57675c5 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ XS-Ruby-Versions: ruby1.9.1
 Package: ruby-temple
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-tilt, ruby-bacon
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Description: Template compilation framework in Ruby
  Temple is an abstraction and a framework for compiling templates to pure Ruby. 
  It's all about making it easier to experiment, implement and optimize template 

-- 
ruby-temple.git



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