File: control

package info (click to toggle)
ruby-minitest-reporters 1.0.19-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, trixie
  • size: 400 kB
  • sloc: ruby: 1,134; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,076 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
Source: ruby-minitest-reporters
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 12~),
               gem2deb,
               ruby-ansi,
               ruby-builder,
               ruby-minitest (>= 5.0),
               ruby-progressbar
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-minitest-reporters.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-minitest-reporters
Homepage: https://github.com/CapnKernul/minitest-reporters
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-minitest-reporters
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-ansi,
         ruby-builder,
         ruby-minitest (>= 5.0),
         ruby-progressbar,
         ${misc:Depends},
         ${shlibs:Depends}
Description: creates customizable Minitest output formats
 Death to haphazard monkey-patching! Extend Minitest through simple hooks.