[DRE-commits] [ruby-slim] 01/02: Fix ruby-interpreter dependency.
Christian Hofstaedtler
zeha at moszumanska.debian.org
Mon Apr 14 20:01:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository ruby-slim.
commit 39f5d74b907287b543440340a8bcfb220a58e299
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Mon Apr 14 21:59:14 2014 +0200
Fix ruby-interpreter dependency.
In 2.0.2-1 compatibility with all Ruby versions was restored, so this
package should depend on ruby | ruby-interpreter over (the outdated)
ruby1.9.1.
Git-Dch: Full
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 599f375..3c00fbb 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ XS-Ruby-Versions: all
Package: ruby-slim
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.9.1, ruby-temple (>= 0.6.6~), ruby-tilt (>= 1.3.3~)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-temple (>= 0.6.6~), ruby-tilt (>= 1.3.3~)
Description: powerful (X)HTML templating engine with an elegant syntax
Slim is a template language whose goal is to reduce the view syntax to the
essential parts without becoming cryptic.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-slim.git
More information about the Pkg-ruby-extras-commits
mailing list