File: control

package info (click to toggle)
ruby-rspec-junit-formatter 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 264 kB
  • sloc: ruby: 522; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,219 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
Source: ruby-rspec-junit-formatter
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               ruby-rspec-core
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rspec-junit-formatter.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rspec-junit-formatter
Homepage: https://github.com/sj26/rspec_junit_formatter
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-rspec-junit-formatter
Architecture: all
Depends: ${misc:Depends},
# See 968134 ${ruby:Depends},
         ruby-rspec-core,
         ${shlibs:Depends}
Description: RSpec JUnit XML formatter
 RSpec results that your continuous integration service can read. This is made
 possible by storing output in XML format.
 .
 Caveats: XML can only represent a limited subset of characters which excludes
 null bytes and most control characters. This library will use character
 entities where possible and fall back to replacing invalid characters with
 Ruby-like escape codes otherwise. For example, the null byte becomes `\0`.