File: control

package info (click to toggle)
ruby-simplecov-html 0.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,656 kB
  • sloc: javascript: 20,320; ruby: 118; makefile: 15
file content (32 lines) | stat: -rw-r--r-- 1,196 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
Source: ruby-simplecov-html
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Praveen Arimbrathodiyil <praveen@debian.org>,
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               libjs-highlight.js,
               libjs-jquery,
               libjs-jquery-fancybox,
               libjs-jquery-ui,
               ruby-sprockets
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-simplecov-html.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-simplecov-html
Homepage: https://github.com/colszowka/simplecov-html
XS-Ruby-Versions: all

Package: ruby-simplecov-html
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: libjs-jquery,
         libjs-jquery-fancybox,
         libjs-jquery-ui,
         ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
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.