r76547 - in /trunk/libimager-perl/debian/patches: series spelling.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Jun 25 13:37:48 UTC 2011


Author: periapt-guest
Date: Sat Jun 25 13:37:45 2011
New Revision: 76547

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

Modified:
    trunk/libimager-perl/debian/patches/series
    trunk/libimager-perl/debian/patches/spelling.patch

Modified: trunk/libimager-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/patches/series?rev=76547&op=diff
==============================================================================
--- trunk/libimager-perl/debian/patches/series (original)
+++ trunk/libimager-perl/debian/patches/series Sat Jun 25 13:37:45 2011
@@ -1,2 +1,2 @@
+nonfree_tests.patch
 spelling.patch
-nonfree_tests.patch

Modified: trunk/libimager-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/patches/spelling.patch?rev=76547&op=diff
==============================================================================
--- trunk/libimager-perl/debian/patches/spelling.patch (original)
+++ trunk/libimager-perl/debian/patches/spelling.patch Sat Jun 25 13:37:45 2011
@@ -1,17 +1,37 @@
 Author: Nicholas Bamber <nicholas at periapt.co.uk>
 Subject: Spelling
 Forwarded: no
-Last-Update: 2011-06-24
+Last-Update: 2011-06-17
+--- a/image.c
++++ b/image.c
+@@ -316,7 +316,7 @@
+ /*
+ =item i_img_setmask(C<im>, C<ch_mask>)
+ =category Image Information
+-=synopsis // only channel 0 writeable 
++=synopsis // only channel 0 writable
+ =synopsis i_img_setmask(img, 0x01);
+ 
+ Set the image channel mask for C<im> to C<ch_mask>.
+--- a/samples/samp-form.cgi
++++ b/samples/samp-form.cgi
+@@ -138,7 +138,7 @@
+ expensive CGI request to generate the image, but it means you need
+ some mechanism to manage the files (for example, a cron job to delete
+ old files), and you need to make some directory under the document
+-root writeable by the user that your web server runs CGI programs as,
++root writable by the user that your web server runs CGI programs as,
+ which may be a security concern.
+ 
+ Also, if you're generating large numbers of large images, you may end
 --- a/lib/Imager/APIRef.pod
 +++ b/lib/Imager/APIRef.pod
-@@ -180,8 +180,8 @@
+@@ -72,7 +72,7 @@
+   # Image Implementation
  
- =item *
- 
--C<ch_mask> - a mask of writable channels.  eg. if this is 6 then only
--channels 1 and 2 are writable.  There may be bits set for which there
-+C<ch_mask> - a mask of writeable channels.  eg. if this is 6 then only
-+channels 1 and 2 are writeable.  There may be bits set for which there
- are no channels in the image.
- 
- =item *
+   # Image Information
+-  // only channel 0 writeable 
++  // only channel 0 writable
+   i_img_setmask(img, 0x01);
+   int mask = i_img_getmask(img);
+   int channels = i_img_getchannels(img);




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