File: control

package info (click to toggle)
libtest-needsdisplay-perl 1.07-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 200 kB
  • ctags: 99
  • sloc: perl: 1,190; makefile: 4
file content (41 lines) | stat: -rw-r--r-- 1,658 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
Source: libtest-needsdisplay-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libtest-pod-perl,
                     libtest-pod-coverage-perl,
                     libtest-cpan-meta-perl,
                     libtest-minimumversion-perl,
                     perl,
                     xauth,
                     xvfb
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-needsdisplay-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-needsdisplay-perl.git
Homepage: https://metacpan.org/release/Test-NeedsDisplay

Package: libtest-needsdisplay-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Recommends: xauth,
            xvfb
Description: module to ensure that tests needing a display have one
 When testing GUI applications, sometimes applications or modules absolutely
 insist on a display, even just to load a module without actually showing any
 objects.
 .
 Regardless, this makes GUI applications pretty much impossible to build and
 test on headless or automated systems. And it fails to the point of not even
 running the Makefile.PL script because a dependency needs a display so it can
 be loaded to find a version.
 .
 In these situations, what is needed is a fake display.
 .
 The Test::NeedsDisplay module will search around and try to find a way to load
 some sort of display that can be used for the testing.