File: control

package info (click to toggle)
ruby-html2haml 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 256 kB
  • ctags: 268
  • sloc: ruby: 1,578; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 1,257 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
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 (>= 9), gem2deb (>= 0.3.1~)
Build-Depends-Indep: ruby-nokogiri (>= 1.6.0), ruby-erubis (>= 2.7.0), ruby-parser (>= 3.5), ruby-haml (>= 4.0.0), ruby-minitest (>= 4.4.0), rake, ruby-tilt
Standards-Version: 3.9.6
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-html2haml.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-html2haml.git
Homepage: https://github.com/haml/html2haml
XS-Ruby-Versions: all

Package: ruby-html2haml
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-nokogiri (>= 1.6.0), ruby-erubis (>= 2.7.0), ruby-parser (>= 3.5), ruby-haml (>= 4.0.0), ruby-tilt
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.