r31241 - /trunk/image-size/debian/patches/imgsize-fixes

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Feb 28 22:08:05 UTC 2009


Author: ryan52-guest
Date: Sat Feb 28 22:08:02 2009
New Revision: 31241

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31241
Log:
refresh patch

Modified:
    trunk/image-size/debian/patches/imgsize-fixes

Modified: trunk/image-size/debian/patches/imgsize-fixes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/image-size/debian/patches/imgsize-fixes?rev=31241&op=diff
==============================================================================
--- trunk/image-size/debian/patches/imgsize-fixes (original)
+++ trunk/image-size/debian/patches/imgsize-fixes Sat Feb 28 22:08:02 2009
@@ -1,6 +1,6 @@
 --- a/imgsize
 +++ b/imgsize
-@@ -32,7 +32,7 @@ work is done in L<Image::Size>
+@@ -32,7 +32,7 @@
  =head1 OPTIONS
  
  By default, the width and height are returned as attributes for an IMG tag
@@ -9,7 +9,7 @@
  used to return alternate formats (all report width first, then height):
  
  =over
-@@ -84,7 +84,7 @@ die sprintf("Usage: %s [ -r | -a | -f fm
+@@ -90,7 +90,7 @@
      if ($opt_h || (! @ARGV) || (($opt_a && $opt_r) || ($opt_a && $opt_f) ||
                                  ($opt_r && $opt_f)));
  
@@ -18,7 +18,7 @@
  $opt_a &&
      ($rtn = \&return_attr);
  $opt_r &&
-@@ -92,11 +92,13 @@ $opt_r &&
+@@ -98,11 +98,13 @@
  $opt_f &&
      ($rtn = \&return_fmt);
  
@@ -33,7 +33,7 @@
      }
  }
  else
-@@ -104,7 +106,7 @@ else
+@@ -110,7 +112,7 @@
      print STDOUT sprintf("%s\n", &$rtn($ARGV[0]));
  }
  
@@ -42,7 +42,7 @@
  
  #
  # Note the doubled calls here. This is just a quick, semi-clean attempt at
-@@ -112,24 +114,31 @@ exit;
+@@ -118,24 +120,31 @@
  # the Image::Size package.
  #
  




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