debian/0000755000000000000000000000000012135263526007173 5ustar debian/copyright0000644000000000000000000000224012135261271011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-Inter Source: http://search.cpan.org/dist/Test-Inter/ Upstream-Contact: Sullivan Beck Files: * Copyright: 2010-2011, Sullivan Beck License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Chris Butler 2011, 2013, Angel Abad 2011, Ansgar Burchardt 2011, Maximilian Gass 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/changelog0000644000000000000000000000303712135263526011050 0ustar libtest-inter-perl (1.05-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Angel Abad ] * mass updated Angel Abad's email address * Imported Upstream version 1.05 * debian/copyright: - Update format specification - Update years * debian/control: Build-Depends on libmodule-build-perl (>= 0.390000) * Bump Standards-Version to 3.9.4 -- Angel Abad Mon, 22 Apr 2013 18:37:14 +0200 libtest-inter-perl (1.03-1) unstable; urgency=low * New upstream release * debian/copyright: - Update license stanzas - Update copyright years * Add myself to Uploaders -- Angel Abad Wed, 27 Jul 2011 17:00:47 +0200 libtest-inter-perl (1.02-1) unstable; urgency=low * Team upload [ Chris Butler ] * Improved wording in the package description. [ Maximilian Gass ] * New upstream release * Update copyright syntax * Increase debhelper compat level to 8 * Bump Standards-Version to 3.9.2 * Reference GPL version 1 in copyright * Fix field spacing in debian/control [ gregor herrmann ] * debian/copyright: update license stanzas. -- Maximilian Gass Fri, 24 Jun 2011 20:54:49 +0200 libtest-inter-perl (1.01-1) unstable; urgency=low * Initial Release (closes: #579692). -- Chris Butler Thu, 29 Apr 2010 21:27:53 +0100 debian/watch0000644000000000000000000000016212135261271010216 0ustar version=3 https://metacpan.org/release/Test-Inter/ .*/Test-Inter-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libtest-inter-perl.examples0000644000000000000000000000001312135260323014442 0ustar examples/* debian/compat0000644000000000000000000000000212131366707010372 0ustar 8 debian/source/0000755000000000000000000000000012131366707010474 5ustar debian/source/format0000644000000000000000000000001412135260323011671 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612135260326010245 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000211012135263405010564 0ustar Source: libtest-inter-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Chris Butler , Angel Abad Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl, libmodule-build-perl (>= 0.390000), perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-inter-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-inter-perl.git Homepage: https://metacpan.org/release/Test-Inter/ Package: libtest-inter-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: framework for more readable interactive test scripts Test::Inter is another framework for perl developers writing test scripts. It is loosely inspired by Test::More, and has most of it's functionality, but it is not a drop-in replacement. . This framework offers the ability to write the tests in a more readable format, and you can access specific tests in a reasonably interactive fashion.