File: control

package info (click to toggle)
ruby-haml-rails 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 212 kB
  • sloc: ruby: 308; makefile: 3
file content (42 lines) | stat: -rw-r--r-- 1,522 bytes parent folder | download
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
41
42
Source: ruby-haml-rails
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>,
           Utkarsh Gupta <utkarsh@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               rails,
               rake,
               ruby-actionpack,
               ruby-activesupport,
               ruby-haml (<< 6.0),
               ruby-haml (>= 4.0.6~),
               ruby-html2haml (>= 2.0~),
               ruby-railties,
               ruby-test-unit
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-haml-rails
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-haml-rails.git
Homepage: https://github.com/indirect/haml-rails
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-haml-rails
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-actionpack,
         ruby-activesupport,
         ruby-haml (<< 6.0),
         ruby-haml (>= 4.0.6~),
         ruby-html2haml (>= 2.0~),
         ruby-railties,
         ${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.