debian/0000755000000000000000000000000012154450654007174 5ustar debian/rules0000755000000000000000000000013012154450654010246 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: AUTOMATED_TESTING=1 dh_auto_test debian/control0000644000000000000000000000302512154450654010577 0ustar Source: libtest-needsdisplay-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl, libtest-cpan-meta-perl, libtest-minimumversion-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=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: 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. debian/source/0000755000000000000000000000000012154450654010474 5ustar debian/source/format0000644000000000000000000000001412154450654011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000256512154450654011056 0ustar libtest-needsdisplay-perl (1.07-2) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. Closes: #711266 [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Switch to "3.0 (quilt)" source format. * debian/copyright: switch formatting to Copyright-Format 1.0. * Bump debhelper compatibility level to 8, use dh(1) in d/rules. * Make short description a noun phrase. * Set Standards-Version to 3.9.4 (no further changes). -- gregor herrmann Fri, 07 Jun 2013 23:33:24 +0200 libtest-needsdisplay-perl (1.07-1) unstable; urgency=low * New upstream release. * Add /me to Uploaders. * debian/copyright: update years of copyright. -- gregor herrmann Mon, 05 Jan 2009 15:27:44 +0100 libtest-needsdisplay-perl (1.05-1) unstable; urgency=low * Initial Release. (Closes: #507548) -- Damyan Ivanov Tue, 02 Dec 2008 13:48:57 +0200 debian/compat0000644000000000000000000000000212154450654010372 0ustar 8 debian/copyright0000644000000000000000000000242612154450654011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-NeedsDisplay Upstream-Contact: Adam Kennedy Source: https://metacpan.org/release/Test-NeedsDisplay/ Files: * Copyright: 2005-2009, Adam Kennedy License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2009, Adam Kennedy 2002-2009, Audrey Tang 2002-2009, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, Damyan Ivanov 2009-2013, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000020012154450654010215 0ustar version=3 https://metacpan.org/release/Test-NeedsDisplay/ .*/Test-NeedsDisplay-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$