debian/0000755000000000000000000000000012226035750007170 5ustar debian/rules0000755000000000000000000000003612226035750010247 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000262412226035750010577 0ustar Source: libtest-spec-perl Maintainer: Debian Perl Group Uploaders: Alessandro Ghedini , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libpackage-stash-perl (>= 0.23), libtest-deep-perl, libtest-trap-perl, libtie-ixhash-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-spec-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-spec-perl.git Homepage: https://metacpan.org/release/Test-Spec/ Package: libtest-spec-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libpackage-stash-perl (>= 0.23), libtest-deep-perl, libtest-trap-perl, libtie-ixhash-perl Description: Perl module to write tests in a declarative specification style This is a declarative specification-style testing system for behavior-driven development (BDD) in Perl. The tests (a.k.a. examples) are named with strings instead of subroutine names, so your fingers will suffer less fatigue from underscore-itis, with the side benefit that the test reports are more legible. . Test::Spec is inspired by and borrows heavily from RSpec, a BDD tool for the Ruby programming language. debian/source/0000755000000000000000000000000012226035750010470 5ustar debian/source/format0000644000000000000000000000001412226035750011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000574612226035750011056 0ustar libtest-spec-perl (0.47-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Update years of packaging copyright. -- gregor herrmann Fri, 11 Oct 2013 19:56:50 +0200 libtest-spec-perl (0.46-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Alessandro Ghedini ] * New upstream release * Bump Standards-Version to 3.9.4 (no changes needed) -- Alessandro Ghedini Tue, 16 Oct 2012 14:15:17 +0200 libtest-spec-perl (0.45-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Tue, 08 May 2012 12:23:35 +0200 libtest-spec-perl (0.44-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Thu, 03 May 2012 18:33:29 +0200 libtest-spec-perl (0.43-1) unstable; urgency=low * New upstream release * Email change: Alessandro Ghedini -> ghedo@debian.org -- Alessandro Ghedini Tue, 17 Apr 2012 15:02:08 +0200 libtest-spec-perl (0.42-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Fri, 09 Mar 2012 15:46:22 +0100 libtest-spec-perl (0.41-1) unstable; urgency=low * New upstream release * Update debian/copyright format as in Debian Policy 3.9.3 * Bump Standards-Version to 3.9.3 * Update packging copyright years -- Alessandro Ghedini Mon, 05 Mar 2012 17:27:23 +0100 libtest-spec-perl (0.40-1) unstable; urgency=low * Team upload. * Imported Upstream version 0.40 -- Salvatore Bonaccorso Tue, 31 Jan 2012 15:22:43 +0100 libtest-spec-perl (0.39-1) unstable; urgency=low [ Alessandro Ghedini ] * New upstream release 0.38 [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release 0.39. * Add /me to Uploaders. -- gregor herrmann Wed, 31 Aug 2011 20:33:38 +0200 libtest-spec-perl (0.36-1) unstable; urgency=low * New upstream release * Drop fix-pod-error patch (merged upstream) -- Alessandro Ghedini Thu, 07 Jul 2011 18:30:33 +0200 libtest-spec-perl (0.34-1) unstable; urgency=low * Team upload. * New upstream release -- Salvatore Bonaccorso Tue, 28 Jun 2011 14:10:13 +0200 libtest-spec-perl (0.33-1) unstable; urgency=low * New upstream release * Add libtap-parser-perl to Build-Depends-Indep -- Alessandro Ghedini Tue, 14 Jun 2011 10:51:18 +0200 libtest-spec-perl (0.32-1) unstable; urgency=low * Initial Release. (Closes: #629642) -- Alessandro Ghedini Fri, 10 Jun 2011 10:48:12 +0200 debian/compat0000644000000000000000000000000212226035750010366 0ustar 8 debian/copyright0000644000000000000000000000215112226035750011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-Spec Upstream-Contact: Philip Garrett Source: https://metacpan.org/release/Test-Spec/ Files: * Copyright: 2010-2011, Informatics Corporation of America License: Artistic or GPL-1+ Files: debian/* Copyright: 2011-2012, Alessandro Ghedini 2011-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/watch0000644000000000000000000000016012226035750010216 0ustar version=3 https://metacpan.org/release/Test-Spec/ .*/Test-Spec-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$