r15222 - in /trunk/image-size/debian: changelog patches/imgsize-fixes

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Wed Feb 20 17:53:52 UTC 2008


Author: gregoa-guest
Date: Wed Feb 20 17:53:51 2008
New Revision: 15222

URL: http://svn.debian.org/wsvn/?sc=1&rev=15222
Log:
Refresh patch imgsize-fixes.

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

Modified: trunk/image-size/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/image-size/debian/changelog?rev=15222&op=diff
==============================================================================
--- trunk/image-size/debian/changelog (original)
+++ trunk/image-size/debian/changelog Wed Feb 20 17:53:51 2008
@@ -5,8 +5,9 @@
   * debian/copyright: update according to Size.pm and point to dist-based
     source download URL.
   * debian/control: use author-agnostic Homepage.
+  * Refresh patch imgsize-fixes.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 20 Feb 2008 18:51:33 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 20 Feb 2008 18:53:27 +0100
 
 image-size (3.1-3) unstable; urgency=low
 

Modified: trunk/image-size/debian/patches/imgsize-fixes
URL: http://svn.debian.org/wsvn/trunk/image-size/debian/patches/imgsize-fixes?rev=15222&op=diff
==============================================================================
--- trunk/image-size/debian/patches/imgsize-fixes (original)
+++ trunk/image-size/debian/patches/imgsize-fixes Wed Feb 20 17:53:51 2008
@@ -1,6 +1,6 @@
---- image-size-3.1.orig/imgsize
-+++ image-size-3.1/imgsize
-@@ -21,7 +21,7 @@
+--- image-size.orig/imgsize
++++ image-size/imgsize
+@@ -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
-@@ -72,7 +72,7 @@
+@@ -84,7 +84,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 &&
-@@ -80,11 +80,13 @@
+@@ -92,11 +92,13 @@
  $opt_f &&
      ($rtn = \&return_fmt);
  
@@ -33,7 +33,7 @@
      }
  }
  else
-@@ -92,7 +94,7 @@
+@@ -104,7 +106,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
-@@ -100,24 +102,31 @@
+@@ -112,24 +114,31 @@
  # the Image::Size package.
  #
  




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