debian/0000755000000000000000000000000012201436677007176 5ustar debian/watch0000644000000000000000000000035312101267066010221 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-Strict/ .*/Test-Strict-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000224212201435652011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-Strict Upstream-Contact: Pierre Denis Source: https://metacpan.org/release/Test-Strict/ Files: * Copyright: 2005-2010, Pierre Denis License: Artistic or GPL-1+ Files: debian/* Copyright: 2008-2009, Jeremiah C. Foster 2011, Fabrizio Regalli 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/control0000644000000000000000000000250012201435652010566 0ustar Source: libtest-strict-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libdevel-cover-perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Jeremiah C. Foster , Ansgar Burchardt , Fabrizio Regalli , Florian Schlichting Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Test-Strict/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-strict-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-strict-perl.git Package: libtest-strict-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libdevel-cover-perl Description: test module for checking the syntax of use strict and test coverage Test::Strict tests if the code compiles and inter-operates with Test::Simple modules. Another good practice this module can test is to "use strict;" in all perl files. . By setting a minimum test coverage through all_cover_ok(), a code author can ensure his code is tested above a preset level of kwalitee (CPAN quality metrics) throughout the development cycle. Along with Test::Pod, this module can provide the first tests to setup for a module author. debian/compat0000644000000000000000000000000212201435502010356 0ustar 8 debian/changelog0000644000000000000000000000336412201436677011056 0ustar libtest-strict-perl (0.22-1) unstable; urgency=low [ Ansgar Burchardt ] * Update my email address. * debian/control: Convert Vcs-* fields to Git. [ Fabrizio Regalli ] * Add myself to Uploaders and Copyright. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ solveig ] * Short explanation in parentheses for kwalitee. Closes: #616029. [ Florian Schlichting ] * Import Upstream version 0.22. * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0). * Add myself to uploaders and copyright. * Set CHECK_COVERAGE=1 to enable 04cover.t -- Florian Schlichting Sat, 10 Aug 2013 15:16:06 +0200 libtest-strict-perl (0.14-1) 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 ] * New upstream release. * debian/copyright: Update years of copyright, minor changes for DEP-5. * Use source format 3.0 (quilt). * Bump Standards-Version to 3.8.4. * Add myself to Uploaders. [ gregor herrmann ] * debian/control: remove version from (build) dependencies and add a build dep on libtest-pod-coverage-perl. -- Ansgar Burchardt Sun, 14 Feb 2010 16:58:56 +0900 libtest-strict-perl (0.13-1) unstable; urgency=low * Initial Release. Closes: #499402 -- Jeremiah C. Foster Mon, 11 May 2009 11:57:30 +0200 debian/source/0000755000000000000000000000000011672202644010472 5ustar debian/source/format0000644000000000000000000000001411672202644011700 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000012412201436267010246 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: CHECK_COVERAGE=1 dh_auto_test