r52760 - in /trunk/libinline-perl/debian: changelog patches/fix-pod-spelling.patch patches/fix-pod.patch patches/local_dollar_underline.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Feb 15 01:12:59 UTC 2010


Author: jawnsy-guest
Date: Mon Feb 15 01:12:23 2010
New Revision: 52760

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52760
Log:
* Drop unnecessary patches, fixed upstream
* Add a patch to fix POD spelling errors

Added:
    trunk/libinline-perl/debian/patches/fix-pod-spelling.patch
Removed:
    trunk/libinline-perl/debian/patches/fix-pod.patch
    trunk/libinline-perl/debian/patches/local_dollar_underline.patch
Modified:
    trunk/libinline-perl/debian/changelog
    trunk/libinline-perl/debian/patches/series

Modified: trunk/libinline-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libinline-perl/debian/changelog?rev=52760&op=diff
==============================================================================
--- trunk/libinline-perl/debian/changelog (original)
+++ trunk/libinline-perl/debian/changelog Mon Feb 15 01:12:23 2010
@@ -7,11 +7,13 @@
   * Rewrite control description
   * Use new short debhelper rules format
   * Add myself to Uploaders and Copyright
+  * Drop unnecessary patches, fixed upstream
+  * Add a patch to fix POD spelling errors
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 14 Feb 2010 20:20:43 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 14 Feb 2010 20:31:06 -0500
 
 libinline-perl (0.45-1) unstable; urgency=low
 

Added: trunk/libinline-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libinline-perl/debian/patches/fix-pod-spelling.patch?rev=52760&op=file
==============================================================================
--- trunk/libinline-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libinline-perl/debian/patches/fix-pod-spelling.patch Mon Feb 15 01:12:23 2010
@@ -1,0 +1,26 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/C/C.pod
++++ b/C/C.pod
+@@ -62,7 +62,7 @@
+     void Foo(void) {           # void only valid for return type
+ 
+ Notice that Inline only looks for function I<definitions>, not function
+-I<prototypes>. Definitions are the syntax directly preceeding a function
++I<prototypes>. Definitions are the syntax directly preceding a function
+ body. Also Inline does not scan external files, like headers. Only the
+ code passed to Inline is used to create bindings; although other
+ libraries can linked in, and called from C-space.
+--- a/Inline.pod
++++ b/Inline.pod
+@@ -882,7 +882,7 @@
+ generated Makefile will invoke Inline in such a way that the C code will
+ be compiled and the executable code will be placed into the C<./blib>
+ directory. Then when a "C<make install>" is done, the module will be
+-copied into the appropiate Perl sitelib directory (which is where an
++copied into the appropriate Perl sitelib directory (which is where an
+ installed module should go).
+ 
+ Now all you need to do is:

Modified: trunk/libinline-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libinline-perl/debian/patches/series?rev=52760&op=diff
==============================================================================
--- trunk/libinline-perl/debian/patches/series (original)
+++ trunk/libinline-perl/debian/patches/series Mon Feb 15 01:12:23 2010
@@ -1,2 +1,1 @@
-fix-pod.patch
-local_dollar_underline.patch
+fix-pod-spelling.patch




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