libtest-needsdisplay-perl 1.07-4 source package in Ubuntu

Changelog

libtest-needsdisplay-perl (1.07-4) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Add missing build dependency on libmodule-install-perl.

 -- Jelmer Vernooij <email address hidden>  Tue, 28 Jun 2022 19:06:15 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-needsdisplay-perl_1.07-4.dsc 2.3 KiB 22f5f352d0b5bc41ca04c217968e06107dbba821407c94dbe1535580b76b3d1d
libtest-needsdisplay-perl_1.07.orig.tar.gz 22.9 KiB 60e93f6777a423c3b598ddafaf79d69c5f567ffc92f1b20229f51381df4344a9
libtest-needsdisplay-perl_1.07-4.debian.tar.xz 2.7 KiB 7ef72b3652b614a0cbe5a2844c04ba091d478a538e0216772cfcda6ac63641a9

Available diffs

No changes file available.

Binary packages built by this source

libtest-needsdisplay-perl: 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.