File: control

package info (click to toggle)
ruby-html2haml 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 252 kB
  • sloc: ruby: 1,578; makefile: 5
file content (39 lines) | stat: -rw-r--r-- 1,475 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
Source: ruby-html2haml
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>,
           Jérémy Bobbio <lunar@debian.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb
Build-Depends-Indep: rake,
                     ruby-erubis (>= 2.7~),
                     ruby-haml (>= 4.0~),
                     ruby-minitest (>= 4.4~),
                     ruby-nokogiri (>= 1.6~),
                     ruby-ruby-parser (>= 3.5~),
                     ruby-tilt
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-html2haml.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-html2haml
Homepage: https://github.com/haml/html2haml
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-html2haml
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-erubis (>= 2.7~),
         ruby-haml (>= 4.0~),
         ruby-nokogiri (>= 1.6~),
         ruby-ruby-parser (>= 3.5~),
         ruby-tilt,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Converts HTML into Haml
 This package was split by its upstream author from the 'Haml' gem
 (package ruby-haml). It allows converting between HTML and HAML
 markups, and while mainly aimed at being used within Ruby code,
 includes an executable wrapper that allows it to be called from the
 command line.