1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: ruby-haml-rails
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper (>= 11~),
gem2deb,
rails,
rake,
ruby-actionpack (>= 4.0.1~),
ruby-activesupport (>= 4.0.1~),
ruby-haml (<< 6.0),
ruby-haml (>= 4.0.6~),
ruby-html2haml (>= 2.0~),
ruby-railties (>= 4.0.1~),
ruby-test-unit
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-haml-rails.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-haml-rails
Homepage: http://github.com/indirect/haml-rails
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-haml-rails
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-actionpack (>= 4.0.1~),
ruby-activesupport (>= 4.0.1~),
ruby-haml (<< 6.0),
ruby-haml (>= 4.0.6~),
ruby-html2haml (>= 2.0~),
ruby-railties (>= 4.0.1~),
${misc:Depends},
${shlibs:Depends}
Description: Haml Generator for Rails
Haml-rails provides Haml generators for Rails. It also enables Haml as the
templating engine for you, so you don't have to screw around in your own
application.rb when your Gemfile already clearly indicated what templating
engine you have installed. Hurrah.
|