debian/0000755000000000000000000000000012201512051007153 5ustar debian/libtest-lectrotest-perl.doc-base0000644000000000000000000000064212201512051015350 0ustar Document: libtest-lectrotest-perl-testing-tutorial Title: LectroTest HTML tutorial Abstract: This is a local copy of a LectroTest tutorial possibly first published on the PerlMonks website. It is different from LectroTest::Tutorial pod/manpage. Section: Programming Format: HTML Index: /usr/share/doc/libtest-lectrotest-perl/testing-tutorial.html Files: /usr/share/doc/libtest-lectrotest-perl/testing-tutorial.html debian/patches/0000755000000000000000000000000012201512051010602 5ustar debian/patches/series0000644000000000000000000000001712201512051012015 0ustar spelling.patch debian/patches/spelling.patch0000644000000000000000000000115412201512051013441 0ustar Author: Nicholas Bamber Subject: spelling Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=87763 Last-Update: 2013-08-10 --- a/lib/Test/LectroTest/TestRunner.pm +++ b/lib/Test/LectroTest/TestRunner.pm @@ -128,7 +128,7 @@ =item verbose -If this paramter is set to true (the default) the TestRunner will use +If this parameter is set to true (the default) the TestRunner will use verbose output that includes things like label frequencies and counterexamples. Otherwise, only one-line summaries will be output. Unless you have a good reason to do otherwise, leave this parameter debian/watch0000644000000000000000000000036312101266746010226 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/Test-LectroTest/ .*/Test-LectroTest-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000221412201512051011105 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-LectroTest Upstream-Contact: Tom Moertel (tom@moertel.com) Source: https://metacpan.org/release/Test-LectroTest/ Files: * Copyright: 2004-13, Tom Moertel (tom@moertel.com) License: Artistic or GPL-1+ Files: debian/* Copyright: 2008-2009, Maximilian Gaß 2011, Nicholas Bamber 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/control0000644000000000000000000000211312201512051010553 0ustar Source: libtest-lectrotest-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Maximilian Gass , Nicholas Bamber , Florian Schlichting Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Test-LectroTest/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-lectrotest-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-lectrotest-perl.git Package: libtest-lectrotest-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: easy, automatic, specification-based testing system Test::LectroTest provides a simple (yet full featured) interface to LectroTest, an automated, specification-based testing system for Perl. To use it, declare properties that specify the expected behavior of your software. LectroTest then checks your software to see whether those properties hold. debian/compat0000644000000000000000000000000212201512051010351 0ustar 8 debian/libtest-lectrotest-perl.docs0000644000000000000000000000010412201507047014625 0ustar TODO THANKS posts/perlmonks/testing-tutorial.html tex/titlepage.ltx debian/changelog0000644000000000000000000000326312201512051011031 0ustar libtest-lectrotest-perl (0.5001-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 [ Florian Schlichting ] * Import Upstream version 0.5001. * Bump years of upstream copyright. * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0). * Add HTML tutorial and titlepage to docs. * Provide doc-base registration for HTML tutorial. * Bump dh compatibility to level 8 (no further changes). * Drop universal.patch, applied upstream. * Refresh and forward spelling.patch. * Add myself to uploaders and copyright. -- Florian Schlichting Sat, 10 Aug 2013 21:10:13 +0200 libtest-lectrotest-perl (0.3600-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). [ Maximilian Gass ] * Switched to tiny debian/rules [ Nicholas Bamber ] * Added myself to Uploaders * Bumped Standards-Version to 3.9.2 * Added debian/source/format * Refreshed copyright * Added patch for spelling error * Added patch to avoid deprecated code (Closes: #614872) -- Nicholas Bamber Wed, 11 May 2011 23:47:01 +0100 libtest-lectrotest-perl (0.3600-1) unstable; urgency=low * Initial Release (closes: #503855). -- Maximilian Gaß Wed, 29 Oct 2008 23:13:26 +0100 debian/source/0000755000000000000000000000000011672202502010463 5ustar debian/source/format0000644000000000000000000000001411672202502011671 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611672202502010242 0ustar #!/usr/bin/make -f %: dh $@