File: control

package info (click to toggle)
ruby-simplecov-html 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 904 kB
  • ctags: 145
  • sloc: ruby: 115; makefile: 15
file content (33 lines) | stat: -rw-r--r-- 1,269 bytes parent folder | download | duplicates (2)
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
Source: ruby-simplecov-html
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Praveen Arimbrathodiyil <praveen@debian.org>, Antonio Terceiro <terceiro@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               libjs-highlight.js,
               libjs-jquery,
               libjs-jquery-ui,
               libjs-jquery-fancybox,
               ruby-sprockets,
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-simplecov-html.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-simplecov-html.git
Homepage: https://github.com/colszowka/simplecov-html
XS-Ruby-Versions: all

Package: ruby-simplecov-html
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends},
         libjs-jquery,
         libjs-jquery-ui,
         libjs-jquery-fancybox,
Description: default HTML formatter for SimpleCov code coverage tool
 Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+
 .
 Generates a nice HTML report of your SimpleCov ruby code coverage results on
 Ruby 1.9 using client-side Javascript quite extensively.