r73219 - in /trunk/libconvert-binary-c-perl/debian: changelog patches/ patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Apr 23 16:10:00 UTC 2011


Author: gregoa
Date: Sat Apr 23 16:09:47 2011
New Revision: 73219

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73219
Log:
Add a patch to fix spelling/grammar mistakes.

Added:
    trunk/libconvert-binary-c-perl/debian/patches/
    trunk/libconvert-binary-c-perl/debian/patches/series
    trunk/libconvert-binary-c-perl/debian/patches/spelling.patch
Modified:
    trunk/libconvert-binary-c-perl/debian/changelog

Modified: trunk/libconvert-binary-c-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/debian/changelog?rev=73219&op=diff
==============================================================================
--- trunk/libconvert-binary-c-perl/debian/changelog (original)
+++ trunk/libconvert-binary-c-perl/debian/changelog Sat Apr 23 16:09:47 2011
@@ -19,6 +19,7 @@
   * Set Standards-Version to 3.9.2 (no further changes).
   * Add /me to Uploaders.
   * debian/copyright: update years of upstream copyright and formatting.
+  * Add a patch to fix spelling/grammar mistakes.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 23 Apr 2011 17:51:02 +0200
 

Added: trunk/libconvert-binary-c-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/debian/patches/series?rev=73219&op=file
==============================================================================
--- trunk/libconvert-binary-c-perl/debian/patches/series (added)
+++ trunk/libconvert-binary-c-perl/debian/patches/series Sat Apr 23 16:09:47 2011
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libconvert-binary-c-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/debian/patches/spelling.patch?rev=73219&op=file
==============================================================================
--- trunk/libconvert-binary-c-perl/debian/patches/spelling.patch (added)
+++ trunk/libconvert-binary-c-perl/debian/patches/spelling.patch Sat Apr 23 16:09:47 2011
@@ -1,0 +1,46 @@
+Description: fix spelling mistakes
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-04-23
+
+--- a/bin/ccconfig
++++ b/bin/ccconfig
+@@ -663,7 +663,7 @@
+ 
+   # Try to remove as many defines as possible
+ 
+-  $self->_msg( "\nNow let's see which defines aren't neccessary..." );
++  $self->_msg( "\nNow let's see which defines aren't necessary..." );
+ 
+   my %orgdef = %{$self->{predefined}};
+   my @additional;
+--- a/lib/Convert/Binary/C.pm
++++ b/lib/Convert/Binary/C.pm
+@@ -393,7 +393,7 @@
+   CCODE
+ 
+ Now the object C<$c> will know everything about C<struct foo>.
+-The example above uses a so-called here-document. It allows to
++The example above uses a so-called here-document. It allows one to
+ easily embed multi-line strings in your code. You can find more
+ about here-documents in L<perldata> or L<perlop>.
+ 
+@@ -1150,7 +1150,7 @@
+ 
+ The final and most powerful way to define a C<Dimension> tag is
+ to pass it a subroutine reference. The referenced subroutine can
+-execute whatever code is neccessary to determine the size of the
++execute whatever code is necessary to determine the size of the
+ tagged array:
+ 
+   sub get_size
+@@ -3272,7 +3272,7 @@
+   offset = 4
+   offset = 4
+ 
+-This allows to
++This allows one to
+ 
+ =over 2
+ 




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