debian/0000755000000000000000000000000012220327577007175 5ustar debian/rules0000755000000000000000000000003612220327577010254 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000372312220327577010605 0ustar Source: libtest-aggregate-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000) Build-Depends-Indep: perl, libdata-dump-streamer-perl, libtest-most-perl, libtest-nowarnings-perl, libtest-trap-perl, perl (>= 5.11.1) | libtest-simple-perl (>= 0.94), perltidy Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-aggregate-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-aggregate-perl.git Homepage: https://metacpan.org/release/Test-Aggregate/ Package: libtest-aggregate-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libtest-most-perl, libtest-nowarnings-perl Recommends: libdata-dump-streamer-perl, perl (>= 5.11.1) | libtest-simple-perl (>= 0.94), perltidy Description: module for aggregating tests to make them run faster A common problem with many test suites is that they can take a long time to run. The longer they run, the less likely you are to run the tests. . Test::Aggregate borrows a trick from Apache::Registry to load up your tests at once, create a separate package for each test and wraps each package in a method named run_the_tests. This allows one to load perl only once and related modules only once. If you have modules which are expensive to load, this can dramatically speed up a test suite. . WARNING: this is ALPHA code. The interface is not guaranteed to be stable. Further, check out Test::Aggregate::Nested (included with this distribution). It's a more robust implemenation which does not have the same limitations as Test::Aggregate. debian/source/0000755000000000000000000000000012220327577010475 5ustar debian/source/format0000644000000000000000000000001412220327577011703 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000306112220327577011047 0ustar libtest-aggregate-perl (0.371-1) unstable; urgency=low * New upstream release. Fixes "FTBFS with verbose testing enabled" (Closes: #724297) -- gregor herrmann Tue, 24 Sep 2013 17:27:49 +0200 libtest-aggregate-perl (0.370-1) unstable; urgency=low * New upstream release. * Update years of packaging copyright. * Update (build) dependencies. Move Module::Build to Build-Depends and switch order of alternatives. Remove unversioned perl from Depends. -- gregor herrmann Sun, 08 Sep 2013 17:55:02 +0200 libtest-aggregate-perl (0.368-1) unstable; urgency=low * Import Upstream version 0.368 * Add build-dependencies on recommended packages -- Florian Schlichting Wed, 21 Aug 2013 00:08:07 +0200 libtest-aggregate-perl (0.366-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Import Upstream version 0.366. * Add build-dependency on libtest-trap-perl and Module::Build 0.40. * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0). * Add myself to Uploaders and copyright. -- Florian Schlichting Sun, 11 Aug 2013 23:06:57 +0200 libtest-aggregate-perl (0.364-1) unstable; urgency=low * Initial release (closes: #639534). -- gregor herrmann Sat, 27 Aug 2011 23:04:00 +0200 debian/compat0000644000000000000000000000000212220327577010373 0ustar 8 debian/copyright0000644000000000000000000000214012220327577011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-Aggregate Upstream-Contact: Florian Ragwitz Source: https://metacpan.org/release/Test-Aggregate/ Files: * Copyright: 2007, Curtis "Ovid" Poe License: Artistic or GPL-1+ Files: debian/* Copyright: 2011-2013, gregor herrmann 2013, Florian Schlichting 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/watch0000644000000000000000000000017212220327577010226 0ustar version=3 https://metacpan.org/release/Test-Aggregate/ .*/Test-Aggregate-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$