Imported Debian patch 1.04-3
This commit is contained in:
parent
ae1b1f5377
commit
1b6b73085d
38
debian/changelog
vendored
Normal file
38
debian/changelog
vendored
Normal file
@ -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 <myon@debian.org> 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 <ryanryan52@gmail.com> Sat, 11 Jul 2009 22:32:27 -0700
|
||||
|
||||
libtest-mockclass-perl (1.04-1) unstable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
-- Christoph Berg <myon@debian.org> Fri, 3 Jul 2009 14:36:05 +0200
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
||||
7
|
20
debian/control
vendored
Normal file
20
debian/control
vendored
Normal file
@ -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 <pkg-perl-maintainers@lists.alioth.debian.org>
|
||||
Uploaders: Ryan Niebur <ryan@debian.org>
|
||||
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.
|
35
debian/copyright
vendored
Normal file
35
debian/copyright
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
Format-Specification:
|
||||
http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
|
||||
Upstream-Maintainer: Jeremiah Jordan <jjordan@perlreason.com>
|
||||
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 <myon@debian.org>
|
||||
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'
|
30
debian/patches/fix-pod
vendored
Normal file
30
debian/patches/fix-pod
vendored
Normal file
@ -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<Test::MockObject>, L<Test::MockMethod>
|
||||
|
||||
=item Testing systems: L<Test::Simple>, L<Test::More>, L<Test::Builder>, L<Test::Harness>
|
||||
|
||||
=item xUnit testing: L<Test::SimpleUnit>, L<Test::Unit>, L<Test::Class>
|
||||
|
||||
+=back
|
||||
+
|
||||
=head1 AUTHOR
|
||||
|
||||
Jeremiah Jordan E<lt>jjordan@perlreason.comE<gt>
|
1
debian/patches/series
vendored
Normal file
1
debian/patches/series
vendored
Normal file
@ -0,0 +1 @@
|
||||
fix-pod
|
4
debian/rules
vendored
Executable file
4
debian/rules
vendored
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh --with quilt $@
|
2
debian/watch
vendored
Normal file
2
debian/watch
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
version=3
|
||||
http://search.cpan.org/dist/Test-MockClass/ .*/Test-MockClass-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
|
Loading…
Reference in New Issue
Block a user