--- libtest-perl-critic-perl-1.02.orig/debian/control +++ libtest-perl-critic-perl-1.02/debian/control @@ -0,0 +1,28 @@ +Source: libtest-perl-critic-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl +Build-Depends-Indep: perl (>= 5.8.8-12), libperl-critic-perl (>= 1.105), + libtest-pod-perl, libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: Jaldhar H. Vyas , + gregor herrmann , Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Test-Perl-Critic/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-perl-critic-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-perl-critic-perl/ + +Package: libtest-perl-critic-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libperl-critic-perl (>= 1.105) +Description: module to use Perl::Critic in test scripts + Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine + suitable for test programs written using the Test::More framework. This makes + it easy to integrate coding-standards enforcement into the build process. For + ultimate convenience (at the expense of some flexibility), see the criticism + pragma. + . + If you'd like to try Perl::Critic without installing anything, there is a web + service available at http://perlcritic.com. The web service does not support + all the configuration features that are available in the native Perl::Critic + API, but it should give you a good idea of what it does. --- libtest-perl-critic-perl-1.02.orig/debian/copyright +++ libtest-perl-critic-perl-1.02/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Jeffrey Ryan Thalhammer +Upstream-Source: http://search.cpan.org/dist/Test-Perl-Critic/ +Upstream-Name: Test-Perl-Critic + +Files: * +Copyright: 2005-2009, Imaginative Software Systems +License-Alias: Perl +License: GPL-1+ | Artistic + +Files: debian/* +Copyright:2009, Jonathan Yu + 2009, gregor herrmann + 2007, David Paleino +License: GPL-1+ | 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' + +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 GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' --- libtest-perl-critic-perl-1.02.orig/debian/watch +++ libtest-perl-critic-perl-1.02/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 3; this line is compulsory! +version=3 +http://search.cpan.org/dist/Test-Perl-Critic/ .*/Test-Perl-Critic-([\.\d]+)\.(?:tar\.gz|tar|tgz)$ --- libtest-perl-critic-perl-1.02.orig/debian/compat +++ libtest-perl-critic-perl-1.02/debian/compat @@ -0,0 +1 @@ +7 --- libtest-perl-critic-perl-1.02.orig/debian/changelog +++ libtest-perl-critic-perl-1.02/debian/changelog @@ -0,0 +1,46 @@ +libtest-perl-critic-perl (1.02-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Added myself to Uploaders + * Standards-Version 3.8.3 (no changes) + * Rewrote control description + * Bump perlcritic version dep per upstream + * Use new short debhelper rules format + * Update copyright info from changelog trailers + + [ gregor herrmann ] + * debian/control: Changed: (build-)depend on perl instead of perl- + modules. + * debian/copyright: update upstream copyright notice. + + -- Jonathan Yu Fri, 23 Oct 2009 04:40:30 -0400 + +libtest-perl-critic-perl (1.01-2) unstable; urgency=low + + [ David Paleino ] + * Removed myself from Uploaders (Closes: #509505) + * debian/control: + - Standards-Version 3.8.0 (no changes needed) + - libperl-critic-perl dependency moved to Build-Depends-Indep + * debian/copyright: using "Copyright" word for Debian packaging + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * Set debhelper compatibility level to 7; adapt + debian/{control,compat,rules}. + * debian/copyright: switch to new format. + * Add perl-modules (>= 5.10) as an alternative build dependency to + libmodule-build-perl. + * Add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep to + activate additional tests. + * Add /me to Uploaders. + + -- gregor herrmann Wed, 07 Jan 2009 16:53:20 +0100 + +libtest-perl-critic-perl (1.01-1) unstable; urgency=low + + * Initial Release. + + -- David Paleino Sun, 16 Dec 2007 02:23:24 +0100 --- libtest-perl-critic-perl-1.02.orig/debian/rules +++ libtest-perl-critic-perl-1.02/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@