File: control

package info (click to toggle)
libtest-json-schema-acceptance-perl 1.029-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,500 kB
  • sloc: perl: 831; makefile: 10
file content (69 lines) | stat: -rw-r--r-- 3,180 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Source: libtest-json-schema-acceptance-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrius Merkys <merkys@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcpanel-json-xs-perl <!nocheck>,
                     libexperimental-perl (>= 0.031) <!nocheck>,
                     libfeature-compat-try-perl <!nocheck>,
                     libfile-sharedir-install-perl,
                     libfile-sharedir-perl <!nocheck>,
                     libgit-wrapper-perl <!nocheck>,
                     libjson-maybexs-perl <!nocheck>,
                     libjson-perl <!nocheck>,
                     libjson-pp-perl <!nocheck>,
                     libmojolicious-perl <!nocheck>,
                     libmoo-perl <!nocheck>,
                     libmoox-typetiny-perl <!nocheck>,
                     libnamespace-clean-perl <!nocheck>,
                     libpath-tiny-perl <!nocheck>,
                     libref-util-perl <!nocheck>,
                     libref-util-xs-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libstrictures-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     libtest-file-sharedir-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtest-warnings-perl <!nocheck>,
                     libtest2-suite-perl <!nocheck>,
                     libtype-tiny-perl (>= 1.016003) <!nocheck>,
                     perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-json-schema-acceptance-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-json-schema-acceptance-perl.git
Homepage: https://metacpan.org/release/Test-JSON-Schema-Acceptance
Rules-Requires-Root: no

Package: libtest-json-schema-acceptance-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libexperimental-perl (>= 0.031),
         libfeature-compat-try-perl,
         libfile-sharedir-perl,
         libgit-wrapper-perl,
         libjson-perl,
         libmojolicious-perl,
         libmoo-perl,
         libmoox-typetiny-perl,
         libnamespace-clean-perl,
         libpath-tiny-perl,
         libref-util-perl,
         libscalar-list-utils-perl,
         libstrictures-perl,
         libtest-fatal-perl,
         libtest-simple-perl,
         libtest2-suite-perl,
         libtype-tiny-perl (>= 1.016003)
Recommends: libcpanel-json-xs-perl,
            libref-util-xs-perl
Description: acceptance testing for JSON-Schema based validators like JSON::Schema
 The Test::JSON::Schema::Acceptance module allows the JSON Schema Test Suite
 tests to be used in Perl to test a module that implements json-schema. These
 are the same tests that many modules (libraries, plugins, packages, etc.) use
 to confirm support of json-schema. Using this module to confirm support gives
 assurance of interoperability with other modules that run the same tests in
 different languages.