File: control

package info (click to toggle)
libtap-harness-archive-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 140 kB
  • ctags: 6
  • sloc: perl: 388; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,313 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: libtap-harness-archive-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alan Haggai Alavi <alanhaggai@alanhaggai.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl (>= 0.400000)
# perl 5.15.4 for base 2.18
Build-Depends-Indep: libyaml-tiny-perl,
                     perl (>= 5.15.4)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtap-harness-archive-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtap-harness-archive-perl.git
Homepage: https://metacpan.org/release/TAP-Harness-Archive
Testsuite: autopkgtest-pkg-perl

Package: libtap-harness-archive-perl
Architecture: all
# perl 5.15.4 for base 2.18
Depends: ${misc:Depends},
         ${perl:Depends},
         libyaml-tiny-perl,
         perl (>= 5.15.4)
Description: module for creating an archive of TAP test results
 TAP::Harness::Archive is a direct subclass of TAP::Harness and behaves in
 exactly the same way except for one detail. In addition to outputting a
 running progress of the tests and an ending summary it can also capture all
 of the raw TAP from the individual test files or streams into an archive file
 (.tar or .tar.gz).