r54838 - in /trunk/libimager-perl/debian: changelog patches/ patches/series patches/spelling.patch source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Mar 28 13:45:50 UTC 2010


Author: gregoa
Date: Sun Mar 28 13:45:39 2010
New Revision: 54838

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54838
Log:
* Convert to source format 3.0 (quilt).
* Add a patch to fix some minor spelling problems.

Added:
    trunk/libimager-perl/debian/patches/
    trunk/libimager-perl/debian/patches/series
    trunk/libimager-perl/debian/patches/spelling.patch
    trunk/libimager-perl/debian/source/
    trunk/libimager-perl/debian/source/format
Modified:
    trunk/libimager-perl/debian/changelog

Modified: trunk/libimager-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/changelog?rev=54838&op=diff
==============================================================================
--- trunk/libimager-perl/debian/changelog (original)
+++ trunk/libimager-perl/debian/changelog Sun Mar 28 13:45:39 2010
@@ -6,6 +6,8 @@
   [ gregor herrmann ]
   * Update debian/copyright formatting.
   * Set Standards-Version to 3.8.4 (no changes).
+  * Convert to source format 3.0 (quilt).
+  * Add a patch to fix some minor spelling problems.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Wed, 17 Mar 2010 14:03:33 -0400
 

Added: trunk/libimager-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/patches/series?rev=54838&op=file
==============================================================================
--- trunk/libimager-perl/debian/patches/series (added)
+++ trunk/libimager-perl/debian/patches/series Sun Mar 28 13:45:39 2010
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libimager-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/patches/spelling.patch?rev=54838&op=file
==============================================================================
--- trunk/libimager-perl/debian/patches/spelling.patch (added)
+++ trunk/libimager-perl/debian/patches/spelling.patch Sun Mar 28 13:45:39 2010
@@ -1,0 +1,97 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: spelling fixes
+Forwarded: no
+
+--- a/lib/Imager/Draw.pod
++++ b/lib/Imager/Draw.pod
+@@ -80,7 +80,7 @@ point coordinates are used.
+ 
+ Drawing is assumed to take place in a coordinate system of infinite
+ resolution.  This is the typical convention and really only matters when
+-it is necessary to check for off-by-one cases.  Typically it's usefull to 
++it is necessary to check for off-by-one cases.  Typically it's useful to
+ think of C<(10, 20)> as C<(10.00, 20.00)> and consider the consiquences.
+ 
+ =head2 Color Parameters
+--- a/lib/Imager/Transformations.pod
++++ b/lib/Imager/Transformations.pod
+@@ -77,7 +77,7 @@ A list of the transformations that do no
+ 
+ =item copy
+ 
+-To create a copy of an image use the C<copy()> method.  This is usefull
++To create a copy of an image use the C<copy()> method.  This is useful
+ if you want to keep an original after doing something that changes the image.
+ 
+   $newimg = $orig->copy();
+--- a/lib/Imager/Filters.pod
++++ b/lib/Imager/Filters.pod
+@@ -50,7 +50,7 @@ many other possible parameters, see L</T
+ 
+ =head2 Types of Filters
+ 
+-Here is a list of the filters that are always avaliable in Imager.
++Here is a list of the filters that are always available in Imager.
+ This list can be obtained by running the C<filterlist.perl> script
+ that comes with the module source.
+ 
+@@ -408,7 +408,7 @@ bigger blurs.  For a definition of Gauss
+ 
+   http://www.maths.abdn.ac.uk/~igc/tch/mx4002/notes/node99.html
+ 
+-Values of C<stddev> around 0.5 provide a barely noticable blur, values
++Values of C<stddev> around 0.5 provide a barely noticeable blur, values
+ around 5 provide a very strong blur.
+ 
+   # only slightly blurred
+@@ -592,7 +592,7 @@ L</Imager::API> and L<External Filters>
+ 
+ It is possible to add filters to the module without recompiling the
+ module itself.  This is done by using DSOs (Dynamic shared object)
+-avaliable on most systems.  This way you can maintain our own filters
++available on most systems.  This way you can maintain our own filters
+ and not have to get me to add it, or worse patch every new version of
+ the Module.  Modules can be loaded AND UNLOADED at runtime.  This
+ means that you can have a server/daemon thingy that can do something
+--- a/lib/Imager/Font.pm
++++ b/lib/Imager/Font.pm
+@@ -373,7 +373,7 @@ Imager::Font - Font handling for Imager.
+ 
+ This module handles creating Font objects used by imager.  The module
+ also handles querying fonts for sizes and such.  If both T1lib and
+-freetype were avaliable at the time of compilation then Imager should
++freetype were available at the time of compilation then Imager should
+ be able to work with both truetype fonts and t1 postscript fonts.  To
+ check if Imager is t1 or truetype capable you can use something like
+ this:
+--- a/lib/Imager/APIRef.pod
++++ b/lib/Imager/APIRef.pod
+@@ -1282,7 +1282,7 @@ From: File tags.c
+ =item i_tags_find(tags, name, start, &entry)
+ 
+ 
+-Searchs for a tag of the given I<name> starting from index I<start>.
++Searches for a tag of the given I<name> starting from index I<start>.
+ 
+ On success returns true and sets *I<entry>.
+ 
+@@ -1295,7 +1295,7 @@ From: File tags.c
+ =item i_tags_findn(tags, code, start, &entry)
+ 
+ 
+-Searchs for a tag of the given I<code> starting from index I<start>.
++Searches for a tag of the given I<code> starting from index I<start>.
+ 
+ On success returns true and sets *I<entry>.
+ 
+--- a/gif.c
++++ b/gif.c
+@@ -1469,7 +1469,7 @@ static int do_ns_loop(GifFileType *gf, i
+     subblock[2] = loop_count / 256;
+     if (EGifPutExtensionLast(gf, APPLICATION_EXT_FUNC_CODE, 3, subblock) == GIF_ERROR) {
+       gif_push_error();
+-      i_push_error(0, "writing loop extention sub-block");
++      i_push_error(0, "writing loop extension sub-block");
+       return 0;
+     }
+   }

Added: trunk/libimager-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/source/format?rev=54838&op=file
==============================================================================
--- trunk/libimager-perl/debian/source/format (added)
+++ trunk/libimager-perl/debian/source/format Sun Mar 28 13:45:39 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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