--- libtest-dependencies-perl-0.12.orig/debian/control +++ libtest-dependencies-perl-0.12/debian/control @@ -0,0 +1,23 @@ +Source: libtest-dependencies-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.2.13) +Build-Depends-Indep: perl, libb-perlreq-perl, + libfile-find-rule-perl, libyaml-perl, libpod-strip-perl, libtest-pod-perl, + libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov , Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Test-Dependencies/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-dependencies-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-dependencies-perl/ + +Package: libtest-dependencies-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libfile-find-rule-perl, libyaml-perl, + libb-perlreq-perl, libpod-strip-perl +Description: module to verify dependencies listed in Makefile.PL + Test::Dependencies makes sure that all of the modules that are 'use'd are + listed in the Makefile.PL as dependencies. Target users are Perl module + authors who want to add a check if their Makefile.PL lists all dependencies to + their tests. --- libtest-dependencies-perl-0.12.orig/debian/copyright +++ libtest-dependencies-perl-0.12/debian/copyright @@ -0,0 +1,39 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Zev Benjamin (zev@cpan.org) +Upstream-Source: http://search.cpan.org/dist/Test-Dependencies/ +Upstream-Name: Test-Dependencies +Upstream-Authors: Jesse Vincent + Alex Vandiver + Zev Benjamin + +Files: * +Copyright: 2007, Best Practical Solutions, LLC. All rights reserved. +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2008, Damyan Ivanov +License: Artistic | GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License-Alias: Perl +License: 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-dependencies-perl-0.12.orig/debian/watch +++ libtest-dependencies-perl-0.12/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-Dependencies/ .*/Test-Dependencies-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtest-dependencies-perl-0.12.orig/debian/compat +++ libtest-dependencies-perl-0.12/debian/compat @@ -0,0 +1 @@ +7 --- libtest-dependencies-perl-0.12.orig/debian/changelog +++ libtest-dependencies-perl-0.12/debian/changelog @@ -0,0 +1,23 @@ +libtest-dependencies-perl (0.12-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Add myself to Uploaders and Copyright + * Standards-Version 3.8.3 (drop perl version dependency) + * Add Module::Install to copyright info + * Use debhelper 7.2.13 for Module::AutoInstall skipdeps + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + -- Jonathan Yu Sun, 15 Nov 2009 12:53:49 -0500 + +libtest-dependencies-perl (0.11-1) unstable; urgency=low + + * Initial Release. Closes: #493595 -- ITP + + -- Damyan Ivanov Thu, 14 Aug 2008 02:12:22 +0300 --- libtest-dependencies-perl-0.12.orig/debian/rules +++ libtest-dependencies-perl-0.12/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@