r46196 - in /trunk/libimage-size-perl/debian: changelog patches/disable-perl-critic.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Oct 22 14:02:40 UTC 2009


Author: jawnsy-guest
Date: Thu Oct 22 14:02:32 2009
New Revision: 46196

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46196
Log:
Add patch to disable perlcritic

Added:
    trunk/libimage-size-perl/debian/patches/disable-perl-critic.patch
Modified:
    trunk/libimage-size-perl/debian/changelog
    trunk/libimage-size-perl/debian/patches/series

Modified: trunk/libimage-size-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/debian/changelog?rev=46196&op=diff
==============================================================================
--- trunk/libimage-size-perl/debian/changelog (original)
+++ trunk/libimage-size-perl/debian/changelog Thu Oct 22 14:02:32 2009
@@ -5,6 +5,7 @@
   * Add myself to Uploaders and Copyright
   * Updated watch with mangle to handle new versions
   * Remove the install-imgsize patch; it's now installed by default
+  * Add patch to disable perlcritic
 
   [ Ryan Niebur ]
   * Update ryan52's email address

Added: trunk/libimage-size-perl/debian/patches/disable-perl-critic.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/debian/patches/disable-perl-critic.patch?rev=46196&op=file
==============================================================================
--- trunk/libimage-size-perl/debian/patches/disable-perl-critic.patch (added)
+++ trunk/libimage-size-perl/debian/patches/disable-perl-critic.patch Thu Oct 22 14:02:32 2009
@@ -1,0 +1,15 @@
+Description: disable the perlcritic test
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: not-needed
+--- a/t/05_critic.t
++++ b/t/05_critic.t
+@@ -1,5 +1,8 @@
+ #!/usr/bin/perl
+ 
++# disable the perlcritic test
++exit;
++
+ # Test that the module passes perlcritic
+ use strict;
+ BEGIN

Modified: trunk/libimage-size-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/debian/patches/series?rev=46196&op=diff
==============================================================================
--- trunk/libimage-size-perl/debian/patches/series (original)
+++ trunk/libimage-size-perl/debian/patches/series Thu Oct 22 14:02:32 2009
@@ -1,1 +1,2 @@
+disable-perl-critic.patch
 imgsize-fixes




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