r49493 - in /trunk/libcatalyst-manual-perl/debian: changelog control patches/fix-pod-spelling.patch patches/fix-pod.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Dec 29 00:59:12 UTC 2009


Author: jawnsy-guest
Date: Tue Dec 29 00:59:06 2009
New Revision: 49493

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49493
Log:
No longer run POD tests (per Florian Ragwitz)

Added:
    trunk/libcatalyst-manual-perl/debian/patches/fix-pod-spelling.patch
Removed:
    trunk/libcatalyst-manual-perl/debian/patches/fix-pod.patch
Modified:
    trunk/libcatalyst-manual-perl/debian/changelog
    trunk/libcatalyst-manual-perl/debian/control
    trunk/libcatalyst-manual-perl/debian/patches/series
    trunk/libcatalyst-manual-perl/debian/rules

Modified: trunk/libcatalyst-manual-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/changelog?rev=49493&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/changelog (original)
+++ trunk/libcatalyst-manual-perl/debian/changelog Tue Dec 29 00:59:06 2009
@@ -1,7 +1,7 @@
 libcatalyst-manual-perl (5.8003-1) UNRELEASED; urgency=low
 
   * New upstream release
-  * Refresh POD patch
+  * No longer run POD tests (per Florian Ragwitz)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Mon, 28 Dec 2009 19:27:58 -0500
 

Modified: trunk/libcatalyst-manual-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/control?rev=49493&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/control (original)
+++ trunk/libcatalyst-manual-perl/debian/control Tue Dec 29 00:59:06 2009
@@ -2,8 +2,7 @@
 Section: non-free/perl
 Priority: optional
 Build-Depends: debhelper (>= 7.2.13), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, libtest-pod-perl,
- libtest-pod-coverage-perl
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
  gregor herrmann <gregoa at debian.org>, Ansgar Burchardt <ansgar at 43-1.org>,

Added: trunk/libcatalyst-manual-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/patches/fix-pod-spelling.patch?rev=49493&op=file
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libcatalyst-manual-perl/debian/patches/fix-pod-spelling.patch Tue Dec 29 00:59:06 2009
@@ -1,0 +1,22 @@
+--- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
++++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
+@@ -233,7 +233,7 @@
+ application, which is where logging output usually goes.
+ 
+ Make sure when adding new plugins you also include them as a new
+-dependancy within the Makefile.PL file. For example, after adding
++dependency within the Makefile.PL file. For example, after adding
+ the StackTrace plugin the Makefile.PL should include the following
+ line:
+ 
+--- a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod
++++ b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod
+@@ -738,7 +738,7 @@
+ 
+     $ DBIC_TRACE=1 perl -Ilib set_hashed_passwords.pl
+ 
+-We had to use the C<-Ilib> arguement to tell perl to look under the 
++We had to use the C<-Ilib> argument to tell perl to look under the 
+ C<lib> directory for our C<MyApp::Schema> model.
+ 
+ The DBIC_TRACE output should show that the update worked:

Modified: trunk/libcatalyst-manual-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/patches/series?rev=49493&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/patches/series (original)
+++ trunk/libcatalyst-manual-perl/debian/patches/series Tue Dec 29 00:59:06 2009
@@ -1,1 +1,1 @@
-fix-pod.patch
+fix-pod-spelling.patch

Modified: trunk/libcatalyst-manual-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/rules?rev=49493&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/rules (original)
+++ trunk/libcatalyst-manual-perl/debian/rules Tue Dec 29 00:59:06 2009
@@ -2,6 +2,3 @@
 
 %:
 	dh --with quilt $@
-
-override_dh_auto_test:
-	TEST_POD=1 dh_auto_test




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