[SCM] Debian packaging of libinline-perl branch, master, updated. debian/0.49-1-6-g29b61f8

gregor herrmann gregoa at debian.org
Wed Feb 8 22:18:33 UTC 2012


The following commit has been merged in the master branch:
commit 7b1f2be9850cb8c86eb2732da8a2c946ad73d63b
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Feb 8 23:10:25 2012 +0100

    Drop fix-pod-spelling.patch, applied upstream.

diff --git a/debian/patches/fix-pod-spelling.patch b/debian/patches/fix-pod-spelling.patch
deleted file mode 100644
index 8988dc4..0000000
--- a/debian/patches/fix-pod-spelling.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: fix POD spelling errors
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=73108
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=73108
-Author: Jonathan Yu <jawnsy at cpan.org>
-Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
-Last-Update: 2011-12-08
-
---- 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
-@@ -898,7 +898,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:
diff --git a/debian/patches/series b/debian/patches/series
index f069f08..763d83f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 fix-pod-paths.patch
-fix-pod-spelling.patch

-- 
Debian packaging of libinline-perl



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