r75166 - in /trunk/libtest-base-perl/debian: changelog patches/ patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 5 14:49:16 UTC 2011


Author: gregoa
Date: Sun Jun  5 14:49:08 2011
New Revision: 75166

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75166
Log:
Add a patch to fix a spelling mistake.

Added:
    trunk/libtest-base-perl/debian/patches/
    trunk/libtest-base-perl/debian/patches/series
    trunk/libtest-base-perl/debian/patches/spelling.patch
Modified:
    trunk/libtest-base-perl/debian/changelog

Modified: trunk/libtest-base-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-base-perl/debian/changelog?rev=75166&op=diff
==============================================================================
--- trunk/libtest-base-perl/debian/changelog (original)
+++ trunk/libtest-base-perl/debian/changelog Sun Jun  5 14:49:08 2011
@@ -15,6 +15,7 @@
   * Remove version from libspiffy-perl (build) dependency, already satisfied
     in oldstable.
   * Add libyaml-perl to Recommends.
+  * Add a patch to fix a spelling mistake.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 23 Apr 2011 20:52:11 +0200
 

Added: trunk/libtest-base-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-base-perl/debian/patches/series?rev=75166&op=file
==============================================================================
--- trunk/libtest-base-perl/debian/patches/series (added)
+++ trunk/libtest-base-perl/debian/patches/series Sun Jun  5 14:49:08 2011
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libtest-base-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-base-perl/debian/patches/spelling.patch?rev=75166&op=file
==============================================================================
--- trunk/libtest-base-perl/debian/patches/spelling.patch (added)
+++ trunk/libtest-base-perl/debian/patches/spelling.patch Sun Jun  5 14:49:08 2011
@@ -1,0 +1,17 @@
+Description: fix a spelling mistake
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-06-05
+
+--- a/lib/Test/Base.pm
++++ b/lib/Test/Base.pm
+@@ -1088,7 +1088,7 @@
+ there is more than one block with ONLY, the first one will be chosen.
+ 
+ Because ONLY is very useful for debugging and sometimes you forgot to
+-remove the ONLY flag before commiting to the VCS or uploading to CPAN,
++remove the ONLY flag before committing to the VCS or uploading to CPAN,
+ Test::Base by default gives you a diag message saying I<I found ONLY
+ ... maybe you're debugging?>. If you don't like it, use
+ C<no_diag_on_only>.




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