[DRE-commits] [SCM] ruby-mustache.git branch, master, updated. upstream/0.99.4-17-g47a8f15
Martin Ueding
dev at martin-ueding.de
Tue Oct 11 12:15:07 UTC 2011
The following commit has been merged in the master branch:
commit 47a8f153c97eeeec23c4f8fb01b480d36c9388b8
Author: Martin Ueding <dev at martin-ueding.de>
Date: Tue Oct 11 14:13:05 2011 +0200
Fix depends, add suggests
diff --git a/debian/control b/debian/control
index b468e8c..e5c56d7 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ XS-Ruby-Versions: all
Package: ruby-mustache
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${misc:Depends}, ruby | ruby-interpreter, ruby-test-unit
+Depends: ${misc:Depends}, ruby | ruby-interpreter, ruby-sinatra
+Suggests: ruby-rack
Description: Mustache is a framework-agnostic way to render logic-free views
Inspired by ctemplate, Mustache is a framework-agnostic way to render
logic-free views. (As in model-view-controller.)
--
ruby-mustache.git
More information about the Pkg-ruby-extras-commits
mailing list