r40713 - in /trunk/libwebservice-youtube-perl/debian: changelog control patches/ patches/fix-spelling.patch patches/pod-spelling.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jul 25 05:15:33 UTC 2009


Author: jawnsy-guest
Date: Sat Jul 25 05:15:24 2009
New Revision: 40713

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40713
Log:
Write some patches to fix spelling & disable the policy if the right
things are installed (Closes: #538116)

Added:
    trunk/libwebservice-youtube-perl/debian/patches/
    trunk/libwebservice-youtube-perl/debian/patches/fix-spelling.patch
    trunk/libwebservice-youtube-perl/debian/patches/pod-spelling.patch
    trunk/libwebservice-youtube-perl/debian/patches/series
Modified:
    trunk/libwebservice-youtube-perl/debian/changelog
    trunk/libwebservice-youtube-perl/debian/control

Modified: trunk/libwebservice-youtube-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-youtube-perl/debian/changelog?rev=40713&op=diff
==============================================================================
--- trunk/libwebservice-youtube-perl/debian/changelog (original)
+++ trunk/libwebservice-youtube-perl/debian/changelog Sat Jul 25 05:15:24 2009
@@ -3,6 +3,8 @@
   * Updated to the new short rules format
   * Added myself to Copyright and Uploaders
   * Rewrote description, formatting changes
+  * Write some patches to fix spelling & disable the policy if the right
+    things are installed (Closes: #538116)
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.

Modified: trunk/libwebservice-youtube-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-youtube-perl/debian/control?rev=40713&op=diff
==============================================================================
--- trunk/libwebservice-youtube-perl/debian/control (original)
+++ trunk/libwebservice-youtube-perl/debian/control Sat Jul 25 05:15:24 2009
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Rene Mayorga <rmayorga at debian.org>,
  gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>=5.6.0-16), libversion-perl, libxml-simple-perl,
  libclass-accessor-perl, libwww-perl, liburi-perl, libtest-pod-coverage-perl,
  libtest-pod-perl, libtest-perl-critic-perl

Added: trunk/libwebservice-youtube-perl/debian/patches/fix-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-youtube-perl/debian/patches/fix-spelling.patch?rev=40713&op=file
==============================================================================
--- trunk/libwebservice-youtube-perl/debian/patches/fix-spelling.patch (added)
+++ trunk/libwebservice-youtube-perl/debian/patches/fix-spelling.patch Sat Jul 25 05:15:24 2009
@@ -1,0 +1,38 @@
+Description: Fix typo "interfece" -> "interface"
+Origin: vendor
+Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538116
+Forwarded: no
+Author: Jonathan Yu <frequency at cpan.org>
+--- a/lib/WebService/YouTube.pm
++++ b/lib/WebService/YouTube.pm
+@@ -34,7 +34,7 @@
+ 
+ =head1 NAME
+ 
+-WebService::YouTube - Perl interfece to YouTube
++WebService::YouTube - Perl interface to YouTube
+ 
+ =head1 VERSION
+ 
+--- a/lib/WebService/YouTube/Feeds.pm
++++ b/lib/WebService/YouTube/Feeds.pm
+@@ -172,7 +172,7 @@
+ 
+ =head1 NAME
+ 
+-WebService::YouTube::Feeds - Perl interfece to YouTube RSS Feeds
++WebService::YouTube::Feeds - Perl interface to YouTube RSS Feeds
+ 
+ =head1 VERSION
+ 
+--- a/lib/WebService/YouTube/Videos.pm
++++ b/lib/WebService/YouTube/Videos.pm
+@@ -155,7 +155,7 @@
+ 
+ =head1 NAME
+ 
+-WebService::YouTube::Videos - Perl interfece to youtube.videos.*
++WebService::YouTube::Videos - Perl interface to youtube.videos.*
+ 
+ =head1 VERSION
+ 

Added: trunk/libwebservice-youtube-perl/debian/patches/pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-youtube-perl/debian/patches/pod-spelling.patch?rev=40713&op=file
==============================================================================
--- trunk/libwebservice-youtube-perl/debian/patches/pod-spelling.patch (added)
+++ trunk/libwebservice-youtube-perl/debian/patches/pod-spelling.patch Sat Jul 25 05:15:24 2009
@@ -1,0 +1,19 @@
+Description: Disable PodSpelling tests
+ If File::Which, Text::ParseWords, Pod::Spell, aspell and aspell's
+ English dictionary are installed, then the PodSpelling policy causes
+ test failures.
+Origin: vendor
+Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538116
+Author: Jonathan Yu <frequency at cpan.org>
+--- a/t/01perlcritic.t
++++ b/t/01perlcritic.t
+@@ -18,7 +18,8 @@
+             $format .= "%p\n%d\n";
+         }
+         require Test::Perl::Critic;
+-        Test::Perl::Critic->import( -format => $format, -severity => 1 );
++        Test::Perl::Critic->import( -format => $format, -severity => 1,
++          -exclude => ['PodSpelling'] );
+     };
+     if ($EVAL_ERROR) {
+         plan skip_all =>

Added: trunk/libwebservice-youtube-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-youtube-perl/debian/patches/series?rev=40713&op=file
==============================================================================
--- trunk/libwebservice-youtube-perl/debian/patches/series (added)
+++ trunk/libwebservice-youtube-perl/debian/patches/series Sat Jul 25 05:15:24 2009
@@ -1,0 +1,2 @@
+fix-spelling.patch
+pod-spelling.patch




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