r39738 - in /trunk/libtest-mockclass-perl: debian/changelog debian/control debian/patches/ debian/patches/fix-pod debian/patches/series debian/rules lib/Test/MockClass.pm

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Jul 12 05:31:06 UTC 2009


Author: ryan52-guest
Date: Sun Jul 12 05:31:00 2009
New Revision: 39738

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39738
Log:
* fix long description to not use first person
* patch to fix the POD errors

Added:
    trunk/libtest-mockclass-perl/debian/patches/
    trunk/libtest-mockclass-perl/debian/patches/fix-pod
    trunk/libtest-mockclass-perl/debian/patches/series
Modified:
    trunk/libtest-mockclass-perl/debian/changelog
    trunk/libtest-mockclass-perl/debian/control
    trunk/libtest-mockclass-perl/debian/rules
    trunk/libtest-mockclass-perl/lib/Test/MockClass.pm

Modified: trunk/libtest-mockclass-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockclass-perl/debian/changelog?rev=39738&op=diff
==============================================================================
--- trunk/libtest-mockclass-perl/debian/changelog (original)
+++ trunk/libtest-mockclass-perl/debian/changelog Sun Jul 12 05:31:00 2009
@@ -3,8 +3,10 @@
   * 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
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sat, 11 Jul 2009 22:25:36 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sat, 11 Jul 2009 22:30:47 -0700
 
 libtest-mockclass-perl (1.04-1) unstable; urgency=low
 

Modified: trunk/libtest-mockclass-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockclass-perl/debian/control?rev=39738&op=diff
==============================================================================
--- trunk/libtest-mockclass-perl/debian/control (original)
+++ trunk/libtest-mockclass-perl/debian/control Sun Jul 12 05:31:00 2009
@@ -1,7 +1,7 @@
 Source: libtest-mockclass-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.6.0-12), libtest-simpleunit-perl, perl-tk, libhook-wrapsub-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Christoph Berg <myon at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
@@ -14,7 +14,7 @@
 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 mock purposes, I mean testing purposes. It also
- provides a simple mechanism for tracking the interactions to the mocked
- objects.
+ 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.

Added: trunk/libtest-mockclass-perl/debian/patches/fix-pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockclass-perl/debian/patches/fix-pod?rev=39738&op=file
==============================================================================
--- trunk/libtest-mockclass-perl/debian/patches/fix-pod (added)
+++ trunk/libtest-mockclass-perl/debian/patches/fix-pod Sun Jul 12 05:31:00 2009
@@ -1,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 at perlreason.comE<gt>

Added: trunk/libtest-mockclass-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockclass-perl/debian/patches/series?rev=39738&op=file
==============================================================================
--- trunk/libtest-mockclass-perl/debian/patches/series (added)
+++ trunk/libtest-mockclass-perl/debian/patches/series Sun Jul 12 05:31:00 2009
@@ -1,0 +1,1 @@
+fix-pod

Modified: trunk/libtest-mockclass-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockclass-perl/debian/rules?rev=39738&op=diff
==============================================================================
--- trunk/libtest-mockclass-perl/debian/rules (original)
+++ trunk/libtest-mockclass-perl/debian/rules Sun Jul 12 05:31:00 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@

Modified: trunk/libtest-mockclass-perl/lib/Test/MockClass.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockclass-perl/lib/Test/MockClass.pm?rev=39738&op=diff
==============================================================================
--- trunk/libtest-mockclass-perl/lib/Test/MockClass.pm (original)
+++ trunk/libtest-mockclass-perl/lib/Test/MockClass.pm Sun Jul 12 05:31:00 2009
@@ -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,11 +244,15 @@
 
 =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
 




More information about the Pkg-perl-cvs-commits mailing list