--- libtest-distmanifest-perl-1.009.orig/debian/control +++ libtest-distmanifest-perl-1.009/debian/control @@ -0,0 +1,38 @@ +Source: libtest-distmanifest-perl +Section: perl +Priority: optional +Build-Depends: perl (>= 5.10) | libmodule-build-perl, + debhelper (>= 7.2.10) +Build-Depends-Indep: perl, libmodule-manifest-perl, libtest-pod-coverage-perl, + libtest-pod-perl, perl (>= 5.10.1) | libpod-simple-perl (>= 3.07), + libtest-minimumversion-perl, + libtest-nowarnings-perl (>= 0.084), libtest-portability-files-perl, + perl (>= 5.10) | libtest-simple-perl (>= 0.72), + libtest-signature-perl, libtest-cpan-meta-perl, libtest-kwalitee-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Test-DistManifest/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-distmanifest-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-distmanifest-perl/ + +Package: libtest-distmanifest-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libmodule-manifest-perl (>= 0.07), + perl (>= 5.10) | libtest-simple-perl (>= 0.72) +Description: Perl module for verifying CPAN MANIFEST files + Test::DistManifest provides a simple method of testing that a MANIFEST + matches the distribution. It is similar to Test::CheckManifest, but differs + in that it has native support for the MANIFEST.SKIP file. + . + It tests three things: + . + 1. Everything in MANIFEST exists + 2. Everything in the package is listed in MANIFEST, or subsequently matches + a regular expression mask in MANIFEST.SKIP + 3. Nothing exists in MANIFEST that also matches a mask in MANIFEST.SKIP, + which is an unsatisfiable condition + . + Much of the functionality is provided by Module::Manifest, so developers + wishing to manipulate MANIFEST files in a similar way are encouraged to look + at that distribution. --- libtest-distmanifest-perl-1.009.orig/debian/copyright +++ libtest-distmanifest-perl-1.009/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Jonathan Yu +Upstream-Source: http://search.cpan.org/dist/Test-DistManifest/ +Upstream-Name: Test-DistManifest + +Files: * +Copyright: 2008-2009, Jonathan Yu +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu +License: PD | Artistic | GPL-1+ + +Files: t/* +Copyright: 2008-2009, Jonathan Yu +License: PD | Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libtest-distmanifest-perl-1.009.orig/debian/watch +++ libtest-distmanifest-perl-1.009/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/Test-DistManifest/ .*/Test-DistManifest-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtest-distmanifest-perl-1.009.orig/debian/compat +++ libtest-distmanifest-perl-1.009/debian/compat @@ -0,0 +1 @@ +7 --- libtest-distmanifest-perl-1.009.orig/debian/changelog +++ libtest-distmanifest-perl-1.009/debian/changelog @@ -0,0 +1,54 @@ +libtest-distmanifest-perl (1.009-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + [ gregor herrmann ] + * debian/control: Changed: (build-)depend on perl instead of perl- + modules. + + -- Jonathan Yu Mon, 28 Dec 2009 21:20:10 -0500 + +libtest-distmanifest-perl (1.005-1) unstable; urgency=low + + * New upstream release + + -- Jonathan Yu Tue, 13 Oct 2009 08:06:38 -0400 + +libtest-distmanifest-perl (1.003-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + Remove Perl::Critic tests (Closes: #538115) + * Standards-Version 3.8.3 (no changes) + * Bump to short debhelper rules version + * Enable Test::Kwalitee tests (add to B-D-I) + + [ 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). + + [ Ryan Niebur ] + * Update jawnsy's email address + + -- Jonathan Yu Wed, 30 Sep 2009 07:08:02 -0400 + +libtest-distmanifest-perl (1.2.2-1) unstable; urgency=low + + * New upstream release + * Added non-fatal errors; that is, tests that warn but do not fail. + This is useful for Debian distributions. + * Fixed dependency order (perl-modules before the dual life module) + * Used 1-space for continued B-D, B-D-I, Depends, etc. + + -- Jonathan Yu Fri, 15 May 2009 22:57:18 -0400 + +libtest-distmanifest-perl (1.1.4-1) unstable; urgency=low + + * Initial Release. (Closes: #519657) + + -- Jonathan Yu Tue, 28 Apr 2009 17:07:01 -0400 --- libtest-distmanifest-perl-1.009.orig/debian/libtest-distmanifest-perl.examples +++ libtest-distmanifest-perl-1.009/debian/libtest-distmanifest-perl.examples @@ -0,0 +1 @@ +examples/* --- libtest-distmanifest-perl-1.009.orig/debian/rules +++ libtest-distmanifest-perl-1.009/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_test: + AUTOMATED_TESTING=1 dh_auto_test +