--- libtest-mockclass-perl-1.04.orig/debian/copyright +++ libtest-mockclass-perl-1.04/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Jeremiah Jordan +Upstream-Source: http://search.cpan.org/dist/Test-MockClass/ +Upstream-Name: Test-MockClass +Comment: + Initial packaging of this module was kindly funded by Dembach Goo Informatik + on behalf of Allianz24. + +Files: * +Copyright: 2002, 2003, 2004, 2005 perl Reason, LLC. All Rights Reserved. + Inspired by Test::MockObject by chromatic, and by Test::Unit::Mockup (ruby) + by Michael Granger. Both of whom were probably inspired by other people + (J-unit, Xunit types maybe?) which all goes back to that sUnit guy. Thanks + to Stevan Little for the constructive criticism. +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Christoph Berg +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-mockclass-perl-1.04.orig/debian/watch +++ libtest-mockclass-perl-1.04/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Test-MockClass/ .*/Test-MockClass-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtest-mockclass-perl-1.04.orig/debian/control +++ libtest-mockclass-perl-1.04/debian/control @@ -0,0 +1,20 @@ +Source: libtest-mockclass-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7) +Build-Depends-Indep: perl, libextutils-autoinstall-perl, libtest-simpleunit-perl, perl-tk, libhook-wrapsub-perl +Maintainer: Debian Perl Group +Uploaders: Ryan Niebur +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Test-MockClass/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-mockclass-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-mockclass-perl/ + +Package: libtest-mockclass-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, perl-tk, libhook-wrapsub-perl +Description: module to provide mock classes and mock objects for testing + Test::MockClass provides a simple interface for creating mock classes + and mock objects with mock methods for testing purposes. It also + provides a simple mechanism for tracking the interactions to the + mocked objects. --- libtest-mockclass-perl-1.04.orig/debian/rules +++ libtest-mockclass-perl-1.04/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ --- libtest-mockclass-perl-1.04.orig/debian/compat +++ libtest-mockclass-perl-1.04/debian/compat @@ -0,0 +1 @@ +7 --- libtest-mockclass-perl-1.04.orig/debian/changelog +++ libtest-mockclass-perl-1.04/debian/changelog @@ -0,0 +1,38 @@ +libtest-mockclass-perl (1.04-3) unstable; urgency=low + + [ 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). + + [ Christoph Berg ] + * Remove myself from Uploaders. + * Build-Depend on libextutils-autoinstall-perl as required by + dh_auto_configure. + + [ Ryan Niebur ] + * Update ryan52's email address + + -- Christoph Berg Wed, 09 Dec 2009 13:35:28 +0100 + +libtest-mockclass-perl (1.04-2) unstable; urgency=low + + [ Ryan Niebur ] + * add missing (build-)dep on libhook-wrapsub-perl (Closes: #536649) + * Add myself to Uploaders + * s/^A // on short description + * fix long description to not use first person + * patch to fix the POD errors + * add 'License-Alias: Perl' to d/copyright + + [ gregor herrmann ] + * debian/copyright: put the actual copyright holder into the Copyright + field. + + -- Ryan Niebur Sat, 11 Jul 2009 22:32:27 -0700 + +libtest-mockclass-perl (1.04-1) unstable; urgency=low + + * Initial Release. + + -- Christoph Berg Fri, 3 Jul 2009 14:36:05 +0200 --- libtest-mockclass-perl-1.04.orig/debian/patches/fix-pod +++ libtest-mockclass-perl-1.04/debian/patches/fix-pod @@ -0,0 +1,30 @@ +fix POD syntax problems + +--- a/lib/Test/MockClass.pm ++++ b/lib/Test/MockClass.pm +@@ -3,7 +3,7 @@ + + =head1 NAME + +- Test::MockClass - A module to provide mock classes and mock objects for testing ++Test::MockClass - A module to provide mock classes and mock objects for testing + + =head1 SYNOPSIS + +@@ -244,12 +244,16 @@ + + =head1 SEE ALSO + ++=over 4 ++ + =item Alternatives: L, L + + =item Testing systems: L, L, L, L + + =item xUnit testing: L, L, L + ++=back ++ + =head1 AUTHOR + + Jeremiah Jordan Ejjordan@perlreason.comE --- libtest-mockclass-perl-1.04.orig/debian/patches/series +++ libtest-mockclass-perl-1.04/debian/patches/series @@ -0,0 +1 @@ +fix-pod