File: control

package info (click to toggle)
libtest-fitesque-rdf-perl 0.100-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: perl: 243; makefile: 4
file content (57 lines) | stat: -rw-r--r-- 2,474 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
Source: libtest-fitesque-rdf-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ken Ibbotson <keni@computer.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libattean-perl <!nocheck>,
                     libhttp-message-perl <!nocheck>,
                     libmoo-perl <!nocheck>,
                     libpath-tiny-perl <!nocheck>,
                     librdf-ns-curated-perl <!nocheck>,
                     librdf-prefixes-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-fitesque-perl <!nocheck>,
                     libtest-http-localserver-perl <!nocheck>,
                     libtest-modern-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtry-tiny-perl <!nocheck>,
                     libtype-tiny-perl <!nocheck>,
                     libtypes-path-tiny-perl <!nocheck>,
                     libtypes-uri-perl <!nocheck>,
                     liburi-namespacemap-perl <!nocheck>,
                     libwww-perl <!nocheck>,
                     perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-fitesque-rdf-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-fitesque-rdf-perl.git
Homepage: https://metacpan.org/release/Test-FITesque-RDF
Rules-Requires-Root: no

Package: libtest-fitesque-rdf-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libattean-perl,
         libhttp-message-perl,
         libmoo-perl,
         libpath-tiny-perl,
         librdf-ns-curated-perl,
         librdf-prefixes-perl,
         libtest-fitesque-perl,
         libtry-tiny-perl,
         libtype-tiny-perl,
         libtypes-path-tiny-perl,
         libtypes-uri-perl,
         liburi-namespacemap-perl,
         libwww-perl
Description: module to formulate Test::FITesque fixture tables in RDF
 Test::FITesque::RDF enables the use of Resource Description Framework to
 describe fixture tables. It will take the filename of an RDF file and return
 a Test::FITesque::Suite object that can be used to run tests.
 .
 The RDF serves to identify the implementation of certain fixtures, and can
 also supply parameters that can be used by the tests, e.g. input parameters
 or expectations. See Test::FITesque for more on how the fixtures are
 implemented.